# How it works

## Verified On-chain Data

<figure><img src="/files/oZqCxJoZanlTIKoilsl5" alt=""><figcaption></figcaption></figure>

Address Book NFT contributes verified data to the Optimism blockchain by recording user information, including avatars, emails or nicknames, and blockchain addresses, directly onto NFTs.&#x20;

This process enriches the blockchain with an open source of reliable data, which developers can readily adopt and integrate into their applications.&#x20;

From the user's perspective, this product enhances the on-chain experience by ensuring that interactions and transactions occur between verified entities, providing greater security and confidence in each transaction.

Address Book NFT mechanism ensures its permanent and independent existence on the blockchain, free from reliance on its original system or any centralized database.&#x20;

Its design guarantees that the NFT and its associated **data remain immutable and accessible**, preserving its integrity and utility over time without dependency on external systems.

## ERC-721 NFT on Optimism

### It FREE to mint!

The Address Book NFT is implemented as an ERC-721 standard NFT on the Optimism chain, offering an affordable and efficient minting process with no additional service fees.&#x20;

<figure><img src="/files/R39jVi2F5kAI73vYLqT6" alt="" width="563"><figcaption></figcaption></figure>

This design allows users to leverage Ethereum as the primary fuel for gas transactions while significantly reducing costs.&#x20;

By utilizing the Optimism chain, users can benefit from Ethereum's security and robustness while enjoying substantial savings on transaction fees, making the process more accessible and cost-effective.

### Address Book NFT Formats

<figure><img src="/files/5FCkM1I1DmZ4jgxPKF0T" alt="" width="563"><figcaption></figcaption></figure>

#### <mark style="color:purple;">Email + Address</mark>

The initial format of the Address Book NFT combines a user's email address with their blockchain address.&#x20;

By minting this type of NFT, the creator enables other users to easily search for and retrieve the associated blockchain address using the linked email address.&#x20;

This streamlined approach enhances user experience by simplifying the process of locating and interacting with verified addresses within the blockchain ecosystem.

#### <mark style="color:orange;">Nickname + Address</mark>

The second format of the Address Book NFT combines a user's nickname with their blockchain address.&#x20;

By minting this type of NFT, the creator enables other users to search for and retrieve the associated blockchain address using the linked nickname instead of an email address.&#x20;

Each registered nickname is unique and cannot be duplicated, ensuring that every nickname is distinct and easily identifiable within the blockchain ecosystem.&#x20;

This format enhances personalization and simplifies the search process while maintaining the uniqueness of each user's digital identity.


---

# Agent Instructions: 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:

```
GET https://abnft-help.keyring.app/the-concept/how-it-works.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
