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

# NFT Marketplace

We have launched our first round of NFTs through our partners at [Mint State Labs](https://mintstatelabs.com/). There are a total of 3500 packs with each pack containing 3 unique NFTs. There are 7 types of rarities, all of which will have a utility via staking when our NFT staking contract development is complete.&#x20;

To celebrate our first launch, we're giving away over $100,000 USD worth of prizes in select packs, including two Tesla Model 3’s.

### [**Buy Kodi NFTs here**](https://mintstatecrypto.com/kodi/pack)

{% hint style="info" %}
Each NFT pack costs 0.6 BNB.
{% endhint %}

The following breakdown depicts the odds of pulling a rare NFT and/or win a prize:

### Rarity Breakdown and Odds

**Rare** 1:16

**Ultra Rare** 1:35

**Legendary** 1:109

**Ultra Legendary** 1:219

**Godly** 1:438

**Near impossible** 1:1167

### Pize Breakdown and Odds

**🎮  Xbox Series S&#x20;*****(5 total)*** 1:1700

**🕹 PS5&#x20;*****(3 total)*** 1:1167

**🏝 $2000 Vacation Voucher&#x20;*****(3 total)*** 1:1167

**💰 $10,000 BUSD&#x20;*****(1 total)*** 1:3500

**🏎 Tesla model 3&#x20;*****(2 total)*** 1:1750

{% hint style="success" %}
A rare NFT will appear in your pack as an additional 4th NFT card. If you win a prize, it will appear as its own unique NFT.
{% endhint %}


---

# 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://kodi.gitbook.io/kodi-whitepaper/kodi-ecosystem/nft-marketplace.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.
