# Trainer

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

The Trainer page shows your personal trainer card — a summary of your $POKEFI holdings, tier, ticket count, and exact win probability for each raffle type.

How to Use

You can view your trainer card in two ways:

• Connect your Phantom/Solflare/Backpack wallet\
• Paste any wallet address for a manual lookup (no connection required)

Ticket Weightings

Tickets are allocated based on the percentage of total $POKEFI supply you hold:

• 1 ticket per 0.01% / (100,000 $POKEFI) of supply held

```
| Holding (% of supply) | Ranking         |
| --------------------- |---------------- |
| 0.1% – 0.499%         | ⭐️ Rare         |
| 0.5% – 0.999%         | 🌟 Legendary    |
| 1.0%+                 | 👑 Grail        |
```

Raffle Schedule\ <br>

```
| Raffle       | Frequency        | Card Value |
| ------------ | ---------------- | ---------- |
| ⭐️ Rare       | Every 15 minutes | Under $50  |
| 🌟 Legendary | Every 30 minutes | $50 – $149 |
| 👑 Grail     | Every 1 hour     | $150+      |
```

\
What You'll See\
\
• 💰 Total $POKEFI held\
• 🏷️ Holder tier (Silver / Gold / Diamond)\
• 🎫 Ticket count for each raffle type\
• 📊 Win probability (%) for the next Rare, Legendary, and Grail draws


---

# 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/trainer.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.
