# Binder

<figure><img src="/files/CCNysfovKsN0L4DIXBef" alt=""><figcaption></figcaption></figure>

The Binder shows all cards that have been paid out via PokeFi raffles across all rarities.

What's Shown

Every card that has been won through PokeFi raffles is displayed here, organised by rarity:

```
| Tier          | Card Value  | 
| ------------  | ----------  |
| ⭐️ Rare       | Under $50  |
| 🌟 Legendary  | $50 – $149  |
| 👑 Grail      | $150+       |
```

Card Details

Each card entry includes:

• 🃏 Card image and name\
• 💰 Insured value\
• 🏷️ Rarity tier\
• 👤 Winner's wallet address\
• 📅 Date won

Stats

The Binder also shows aggregate stats:

• Total cards paid out\
• Cards per rarity tier\
• Total insured value distributed


---

# 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://pokefi.gitbook.io/pokefi-docs/binder.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.
