# Vehicle Box Grade Table

<figure><img src="/files/c61jrLpHQQRmMy5vUJ1g" alt=""><figcaption><p>&#x3C;Vehicle Boxes></p></figcaption></figure>

Each box's NFT grade that is obtained is influenced by the Color and whether it is Polished or not.

<table><thead><tr><th width="154">Box Color</th><th>Polished</th><th>Normal</th><th>Rare</th><th>Elite</th><th>Epic</th></tr></thead><tbody><tr><td>Silver</td><td>None</td><td>100%</td><td>0%</td><td>0%</td><td>0%</td></tr><tr><td>Silver</td><td>Added</td><td>80%</td><td>20%</td><td>0%</td><td>0%</td></tr><tr><td>Green</td><td>None</td><td>65%</td><td>35%</td><td>0%</td><td>0%</td></tr><tr><td>Green</td><td>Added</td><td>45%</td><td>40%</td><td>15%</td><td>0%</td></tr><tr><td>Blue</td><td>None</td><td>30%</td><td>40%</td><td>30%</td><td>0%</td></tr><tr><td>Blue</td><td>Added</td><td>10%</td><td>45%</td><td>45%</td><td>2%</td></tr><tr><td>Orange</td><td>None</td><td>5%</td><td>35%</td><td>35%</td><td>25%</td></tr><tr><td>Orange</td><td>Added</td><td>0%</td><td>25%</td><td>35%</td><td>40%</td></tr></tbody></table>

Furthermore, The total breeding count of the parent NFTs determines the drop rate of Polished Box.

| Total  Breeding Count of the Parent Vehicle | Drop rate of Polished Box |
| ------------------------------------------- | ------------------------- |
| 0                                           | 0%                        |
| 1                                           | 1%                        |
| 2                                           | 2%                        |
| 3                                           | 3%                        |
| 4                                           | 4%                        |
| 5                                           | 6%                        |
| 6                                           | 8%                        |
| 7                                           | 10%                       |
| 8                                           | 18%                       |
| 9                                           | 26%                       |
| 10                                          | 34%                       |
| 11                                          | 47%                       |
| 12                                          | 60%                       |
| 13                                          | 80%                       |
| 14                                          | 100%                      |


---

# 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://docs.perplay.io/perplay-whitepaper/game-fi/nft/vehicle-boxes/vehicle-box-grade-table.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.
