# Packs

Packs are the primary way to acquire NFTs and tokens in the Bitminer ecosystem. This introduces randomness and excitement, while keeping the economy balanced through structured rarity odds. All packs use the same rarity drop rates, but offer different types of content depending on the pack. 

## NFT PACKS -

These contain various types of functional game assets — `Miners, Nodes, and crafting NFTs`

All NFT packs are type-specific — they contain a single NFT of a specific type (mBTC, mXMR, mLTC, or mDOGE) based on the pack opened.

### 🎲 Drop Rates (All Packs)

| Rarity | Odds |
| ------ | ---- |
| 8-bit  | 70%  |
| 16-bit | 21%  |
| 32-bit | 7%   |
| 64-bit | 2%   |

## Token PACKS -

There are four types of Token Packs, one for each token -Each Token Pack gives a random amount of its specific token type based on rarity. All token packs share the same rarity odds, but the amount scales based on the token’s supply ratio.


---

# 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://litepaper.bitminer.dev/nfts/packs.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.
