> For the complete documentation index, see [llms.txt](https://zeebit.gitbook.io/zeebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/rarity.md).

# Rarity

All attributes and the traits within them have an **equal chance** of being selected in any given epoch.&#x20;

However, not all traits are created equally – and the rarer the attribute, the fewer possible stakers you’ll have to share the prize with.&#x20;

If a rarer trait, or a trait with a tiny percentage staked is selected, players split the prize pool with fewer people – which means they win more!

In some cases, the entire trait prize pool may go to a single player!

***

## Two Types Of Rarity

There are two types of rarity for each trait - supply rarity and staked rarity, both of which affect a player’s expected profit share:

* **Supply Rarity** – An indicator of how much of the attribute supply a trait counts for (Number of Given Trait/Total Number of Traits in Attribute). A high supply rarity means that there are few of that trait within the attribute.&#x20;

{% hint style="info" %}
For example, there are only 4 golden eyes in the Eyes & Accessories attribute. This means it accounts for a very small percentage of the attribute supply, and therefore has a very high supply rarity. If the golden eyes trait was selected to win, a maximum of 4 Zeebros could split the prize pool.
{% endhint %}

* **Staked Rarity** - The ratio of the number of a particular trait staked/the number of all staked Zeebros. A high staked rarity means that a small proportion of that trait is staked relative to the whole collection.&#x20;

{% hint style="info" %}
For example, if only 1/4 golden eyes are staked, that means the trait will have a very high staked rarity (1/3,333 staked). If the golden eyes trait was selected to win, only the 1 staked Zeebro would take the whole prize pool.
{% endhint %}

Each trait is equally likely to be selected on any given day, but the higher the supply rarity and staked rarity, the fewer people you can expect to share the pot with.

Therefore, accumulating and staking rare traits with a low % staked will lead to a larger expected profit share.

***

### Rarer Supply Trait => Likely to have fewer Staked => Larger Expected Profit Share

Supply Rarity cannot change, so is a good long term bet.&#x20;

However, Staked Rarity can and will fluctuate continuously.&#x20;

There is a lot of potential to 'play the game' by finding value in Staked Rarity discrepancies and increase your share of the distributions!

<br>


---

# 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://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/rarity.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.
