> For the complete documentation index, see [llms.txt](https://a3sprotocolcontact.gitbook.io/a3s-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://a3sprotocolcontact.gitbook.io/a3s-protocol/a3stokenomics/mint-and-roll-to-earn-usdaa/mint.md).

# Mint

When rolling a snowball, it is essential to 'Start small and grow big'.&#x20;

Therefore, users need to pay 0.01 ETH to mint a cold kernel first and then roll the kernel to grow into a giant snowball.&#x20;

This kernel is actually[ the owner NFT of an A3S address](/a3s-protocol/a3s-v1.0/what-is-a3s-v1.0.md). It not only acts as a mandatory NFT for participating in the game but also functions as a fully operational NFT-gated smart contract address.

You will be able to view this kernel NFT in your wallet, which includes the following traits:

1. **Token ID**: The sequence of minting this NFT (first minted NFT with the Token ID #1)
2. **A3S Address**: The unique smart contract address that this NFT can control (the address shows on the NFT pic and name)

<figure><img src="/files/hBQWu9pMEa2Mqv7O67mz" alt=""><figcaption><p>#1000 kernel</p></figcaption></figure>

{% hint style="success" %}
The NFTs with under 1,000 tokenID are all reserved for rewarding users ([0xAA Raffle](/a3s-protocol/a3stokenomics/mint-and-roll-to-earn-usdaa/earn/raffle.md)).

&#x20;These 1,000 A3S smart contract addresses start with 0xAA.
{% endhint %}


---

# 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://a3sprotocolcontact.gitbook.io/a3s-protocol/a3stokenomics/mint-and-roll-to-earn-usdaa/mint.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.
