> For the complete documentation index, see [llms.txt](https://guide.quarkduck.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.quarkduck.com/god/token-distribution.md).

# Token Distribution

Holders of the Game of Ducks NFT will be eligible for airdrops of runes and AFT (ARC-20 of AVM) in the future. The snapshot will take place at a certain block after the Bitcoin halving, with the specific timing yet to be determined.

### Several points to note:

1. A single NFT cannot mine. It requires a combination of three different types of Ducks, and depending on their attributes, they have different weights. For details, please refer to: [adventurers-squad-formation](/god/game-of-ducks.md)
2. Future airdrops will not be tied to addresses but to NFT combinations. Moreover, only one combination per address will be effective.
3. The two types of tokens are shared with Quarkduck NFT, just in different proportions.

### Token Distribution Ratios

| <p><br></p> | Quarkduck | Game of Ducks | Reserved |
| ----------- | --------- | ------------- | -------- |
| runes       | 40%       | 45%           | 15%      |
| AFT         | 55%       | 30%           | 15%      |

The purposes of retaining a portion of the tokens include: operational promotion, airdrop marketing, LP financing, forming LPs, and team incentives.


---

# 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://guide.quarkduck.com/god/token-distribution.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.
