> For the complete documentation index, see [llms.txt](https://docs.splinterlands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.splinterlands.com/cards/card-rarities.md).

# Card Rarities

Card Rarities determine how likely a certain card is to be found in a Booster Pack or Loot Chest. The rarity, along with the set, determines how many copies need to be combined to level up a card to reach its Maximum Potential.

### Legendary

![](/files/kUg4nhvBoFTaLU7c5tJW)

Rimmed with gold before being revealed, Legendary cards are the rarest in Splinterlands, with the lowest total supply per card.

In Booster Packs, the normal chance of revealing a Legendary is 0.8%, but this chance can be doubled to 1.6% by using a **Legendary Potion** charge.

Your chances of finding a Legendary Reward Card in a Card Containing **Loot Chest:**\
**Bronze** Loot Chest: 0.2% chance.\
**Silver** Loot Chest: 0.8% chance.\
**Gold** Loot Chest: 1.2% chance.\
**Diamond** Loot Chest: 1.6% chance,\
**Champion** Loot Chest: 3.2% chance.&#x20;

### Epic <a href="#epic" id="epic"></a>

![](/files/RCUWBx9CVuOIDg96X6LF)

Rimmed with purple before being revealed, Epic cards are the second most rare type of card in Splinterlands.

In Booster Packs, the chance of revealing an Epic card is 4.8%. The 4.8% chance is the same whenever a card is found inside a Loot Chest.

### Rare <a href="#rare" id="rare"></a>

![](/files/XIbmiCQ8VX5KJpeIos3u)

Rare cards are rimmed with blue before being revealed. At least one card that is *Rare or better* is guaranteed in every Booster Pack.

The chance is revealing a Rare card when opening Booster Packs and card-containing Loot Chests is 24.8%.

### Common <a href="#common" id="common"></a>

![](/files/NsMSC0V3D3Q26HZZ1ggS)

Common cards are found 69.6% of the time when a card is revealed in a **Booster Pack** (or 68.8% with Legendary potions).

Your chances of finding a Common Reward Card in a Card Containing **Loot Chest**:\
**Bronze** Loot Chest: 70.2% chance.\
**Silver** Loot Chest: 69.6% chance.\
**Gold** Loot Chest: 69.2% chance.\
**Diamond** Loot Chest: 68.8% chance,\
**Champion** Loot Chest: 67.2% chance.


---

# 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://docs.splinterlands.com/cards/card-rarities.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.
