# SEED Mon Box

Every user can obtain their own Mon Box by minting in the app.

Each user who is eligible for the SEED airdrop will be whitelisted for at least 1 Mon Box, up to a maximum of 15 Mon Boxes.

Additionally, each user will be whitelisted for a certain number of box mints depending on the number and rarity of SEED Bird NFTs they hold.

Users will receive Mon Box at random rates as follows:

| Mon Box   | Rate  |
| --------- | ----- |
| Common    | 67%   |
| Uncommon  | 27.5% |
| Rare      | 4.2%  |
| Epic      | 1%    |
| Legendary | 0.3%  |

Users will get a new SEED Mon once they open the Mon Box, with the Mon Quality influenced by the Mon Box Quality

***⚠️ Note**: Legendary Mons are not yet available on SEED Go.*

<table><thead><tr><th width="169">Mon Box Quality</th><th width="169">Common Mon %</th><th width="179">Uncommon Mon %</th><th width="162">Rare Mon %</th><th width="166">Epic Mon %</th><th width="170">Legendary Mon %</th><th data-hidden>Legendary </th><th data-hidden></th></tr></thead><tbody><tr><td>Common</td><td>97</td><td>3</td><td>0</td><td>0</td><td>0</td><td>0%</td><td></td></tr><tr><td>Uncommon</td><td>25</td><td>73</td><td>2</td><td>0</td><td>0</td><td>0%</td><td></td></tr><tr><td>Rare</td><td>0</td><td>27</td><td>71</td><td>2</td><td>0</td><td>0%</td><td></td></tr><tr><td>Epic</td><td>0</td><td>0</td><td>30</td><td>68</td><td>2</td><td>2%</td><td></td></tr><tr><td>Legend</td><td>0</td><td>0</td><td>0</td><td>35</td><td>65</td><td>65%</td><td></td></tr></tbody></table>


---

# 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://seeddao.gitbook.io/seed-tutorial/seed-go-asset-nft/seed-mon-box.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.
