> For the complete documentation index, see [llms.txt](https://abnft-help.keyring.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abnft-help.keyring.app/how-to-use/mint-with-email.md).

# Mint With Email

<figure><img src="/files/5CCzj15fsY24RhbSpHD2" alt=""><figcaption></figcaption></figure>

The process of minting an Address Book NFT with an email address requires users to confirm a verification code that is sent to their email upon registration.&#x20;

This verification step effectively mitigates the risk of phishing and related scams, ensuring that the NFT is securely linked to a verified email address and enhancing the overall security of the minting process.

1. Go to [**abnft.keyring.app**](https://abnft.keyring.app/), click 'Mint NFT'
2. Connect Wallet ([**Download KEYRING PRO**](https://keyring.app/#download))
3. Click 'Register with your email address'
4. Add your avatar, email address, description
5. Insert a **matching address** with the nickname&#x20;
6. Click 'Register'
7. Click 'Verify email'
8. Check your email inbox, use the verification code to verify your email
9. Click 'Mint NFT'

(\*) ***Matching address** is the address to receive cryptocurrency and connected to the registered email, whereas the **NFT owner address** is the address that holds Address Book NFT.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://abnft-help.keyring.app/how-to-use/mint-with-email.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
