> 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-nickname.md).

# Mint With Nickname

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

Every Address Book NFT minted with a nickname is guaranteed to be <mark style="color:green;">**unique**</mark>, as the system rigorously checks for duplicates during each minting session.&#x20;

This process ensures that no two NFTs share the same nickname, maintaining the distinctiveness and exclusivity of each minted asset.

To mint Address Book NFT with your nickname, please follow the steps below.

1. Go to [**abnft.keyring.app**](https://abnft.keyring.app/), click 'Mint NFT'
2. Connect Wallet ([**Download KEYRING PRO**](https://keyring.app/#download))
3. Add your avatar, nickname, description
4. Insert the **matching address** with the nickname&#x20;
5. Click 'Register'
6. Click 'Mint NFT'

(\*) ***Matching address** is the address to receive cryptocurrency and connected to the registered nickname, 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-nickname.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.
