# Drop rate

The drop rate is transparent and publicly disclosed through the Aptos Move Smart contract. You can trust that the drop rate is fair and openly available for everyone to see

Source code :<https://github.com/werewolfandwitch/aptos-beast-collector>

#### Trainer Drop rate

{% content-ref url="trainer-grade" %}
[trainer-grade](https://werewolf-and-witch.gitbook.io/whitepaper-english/introduction/web3-war-game-in-aptos/beast-collector/trainer-grade)
{% endcontent-ref %}

<table><thead><tr><th width="173">Grade</th><th>Drop rate</th><th>Rarity</th></tr></thead><tbody><tr><td>Trainer</td><td>80%</td><td>1(Low, Common)</td></tr><tr><td>Pro Trainer</td><td>13%</td><td>2</td></tr><tr><td>Semi Champion</td><td>5%</td><td>3</td></tr><tr><td>World Champion</td><td>2%</td><td>4</td></tr><tr><td>Master</td><td>1%</td><td>5(High, Very Rare)</td></tr></tbody></table>

#### Beast Drop Rate by Egg type

<table><thead><tr><th width="141">Beast Rarity</th><th>Normal Egg</th><th>Rare Egg</th><th>Epic Egg</th></tr></thead><tbody><tr><td>Very Common</td><td>55%</td><td>46%</td><td>35%</td></tr><tr><td>Common</td><td>30%</td><td>26%</td><td>24%</td></tr><tr><td>Rare</td><td>10%</td><td>19%</td><td>22%</td></tr><tr><td>Very Rare</td><td>2.8%</td><td>4.8%</td><td>12%</td></tr><tr><td>Epic</td><td>1%</td><td>2%</td><td>4%</td></tr><tr><td>Legendary</td><td>0.7%</td><td>1.5%</td><td>2%</td></tr><tr><td>Mythic</td><td>0.5%</td><td>0.7%</td><td>1%</td></tr></tbody></table>

**Explore Egg Drop rate by Trainer Grade**

| Trader Grade   | Explore Egg drop rate |
| -------------- | --------------------- |
| Trainer        | 65%                   |
| Pro Trainer    | 70%                   |
| Semi Champion  | 75%                   |
| World Champion | 80%                   |
| Master         | 85%                   |


---

# 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://werewolf-and-witch.gitbook.io/whitepaper-english/introduction/web3-war-game-in-aptos/beast-collector/drop-rate.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.
