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

# Tiers

Tiers decide **how much you are paid** for holding ZDLT. Your balance places you on a ladder, and your tier sets your reward multiplier: the higher your tier, the larger your share of the [wzdUSD](/zdlt-token/wzdusd.md) reward pool. Holding longer compounds it further.

Tiers are reward multipliers, not trading limits. The ladder is named after stars in Orion.

## The ladder

| Tier           |    Min ZDLT |
| -------------- | ----------: |
| **Saiph**      |  10,000,000 |
| **Betelgeuse** |   5,000,000 |
| **Bellatrix**  |   1,000,000 |
| **Alnilam**    |     100,000 |
| **Alnitak**    |      10,000 |
| **Mintaka**    |       1,000 |
| **No tier**    | below 1,000 |

The lower bound is inclusive: exactly 1,000 ZDLT puts you in Mintaka; 999.99 keeps you at No tier.

Higher tier means a larger reward multiplier. Combined with how long you hold, your tier sets your share of the reward pool. Getting paid is in the proving phase today; once rewards are live there is no fixed APY, rewards are variable, and the wallet will show your running reward so you always know what your holding is paying.

## How the badge updates

Your tier badge sits on the ZDLT detail screen. It re-evaluates on login, on pull-to-refresh, and when you re-open the tier screen ("Check balance"). The check is a single Solana RPC call summing your ZDLT across token accounts, then matching the ladder. Lose the balance and you lose the tier; hold it back and you regain it. (Discord roles are synced separately, by Zirodelta's own tier-role sync reading the same on-chain balance.)

## What "No tier" means

If you hold under 1,000 ZDLT, you still have full wallet functionality (deposit, withdraw, send, receive, swap). You simply are not yet on the reward ladder. The home screen shows a banner inviting you to hold ZDLT to get on the reward ladder. Cross into Mintaka and you are on the ladder from the first cycle once rewards go live.

## Climbing the ladder

In-app ways to acquire ZDLT:

* **Swap from SOL:** SOL detail screen → Swap → ZDLT.
* **Swap from USDC:** USDC detail screen → Swap → ZDLT.
* **Receive from elsewhere:** ZDLT detail screen → Receive → QR / address. Buy on a CEX or DEX and send to your Zidee Solana address.

The tier screen has a **Buy ZDLT** link that opens Jupiter with your wallet pre-filled. Use whichever path is smoothest.

## Why ZDLT-gated

ZDLT is access and alignment: holding it is how you plug into the system's income. Tiers make that concrete: hold more, and over time you are paid a larger share. It is the same incentive in both directions, you are rewarded for staying, and staying is what keeps holders and the system aligned.

***

> **See also:** [Overview](/zidee-wallet/overview.md) · [Custody](/zidee-wallet/custody.md) · [wzdUSD](/zdlt-token/wzdusd.md) · [ZDLT Utility](/zdlt-token/utility.md)


---

# 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.zirodelta.com/zidee-wallet/tiers.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.
