> For the complete documentation index, see [llms.txt](https://prodds.gitbook.io/prodds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodds.gitbook.io/prodds/nft-utility/prodds-box.md).

# Prodds Box

The Prodds Box NFTs are exclusive assets first introduced in our initial Community Campaign to reward top referrers in our referral program. Designed to enhance user engagement, these NFTs provide unique utilities and benefits across the Prodds platform. Prodds Box NFTs will continue to be available through future Community Campaigns, ensuring more users have access to these valuable assets.

{% embed url="<https://www.youtube.com/watch?v=BxuT-m2XZB8>" %}

## Prodds Box Tiers and Utilities

There are seven tiers of Prodds Boxes, each offering varying levels of utility and rewards. The table below outlines the specific benefits associated with each tier.

<table data-full-width="true"><thead><tr><th width="84">Tier</th><th width="199">Name</th><th width="155">Airdrop Value</th><th width="198">Number of Loss Shield</th><th>Eligibility for $PRD Supercharger</th></tr></thead><tbody><tr><td>1</td><td>Prodds Diamond Vault</td><td>US$200</td><td>3</td><td>Yes</td></tr><tr><td>2</td><td>Prodds Golden Vault</td><td>US$100</td><td>2</td><td>Yes</td></tr><tr><td>3</td><td>Prodds Titanium Vault</td><td>US$50</td><td>1</td><td>Yes</td></tr><tr><td>4</td><td>Prodds Platinum Vault</td><td>US$40</td><td>1</td><td>Yes</td></tr><tr><td>5</td><td>Prodds Ruby Box</td><td>US$25</td><td>0</td><td>Yes</td></tr><tr><td>6</td><td>Prodds Sapphire Box</td><td>US$20</td><td>0</td><td>Yes</td></tr><tr><td>7</td><td>Prodds Box</td><td>US$10</td><td>0</td><td>Yes</td></tr></tbody></table>

### Definitions

**Airdrop Value:** This represents the reference value of $PRD awarded to each Prodds Box holder.&#x20;

**Number of Loss Shields:** Each Prodds Vault comes with a predetermined number of Loss Shields, with higher-level boxes providing more shields, giving users greater flexibility and risk mitigation.

**Eligibility for $PRD Supercharger:** All levels of Prodds Boxes grant eligibility for participation in the $PRD Supercharger, subject to additional Supercharger criteria.&#x20;


---

# 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://prodds.gitbook.io/prodds/nft-utility/prodds-box.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.
