> 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/zdlt-token/overview.md).

# Overview

## What ZDLT is

ZDLT is access and alignment, not speculation. Zirodelta builds programmable personal balance sheets, and holding ZDLT is how you plug into that system's income: while you hold ZDLT, you are paid rewards in [wzdUSD](/zdlt-token/wzdusd.md), the working dollar of the system. The longer and the more you hold, the larger your share. It is **a token that pays you to stay**.

It is a fixed-supply Solana SPL token. No new tokens are ever minted, no tokens were set aside for the team, and rewards are paid in wzdUSD, never in ZDLT, so holding is never diluted to pay holders.

## Key facts

| Property            | Value                                                                |
| ------------------- | -------------------------------------------------------------------- |
| Chain               | Solana                                                               |
| Standard            | SPL                                                                  |
| Mint address        | `4PX31xRA1BaAyb2Js45ZKYp92VGWGp47yWeVs5CGVKbf`                       |
| Total supply        | **1,000,000,000 ZDLT** (fixed, fair-launched)                        |
| Mint authority      | **Revoked** (supply can never increase)                              |
| Freeze authority    | **Revoked** (no one can lock your wallet)                            |
| Team allocation     | **0%** (no tokens set aside for founders or contributors)            |
| Treasury allocation | **30,000,000 ZDLT (3%)**, operational reserve, locked until $11M FDV |
| Primary liquidity   | Meteora DLMM pool                                                    |

## Why holding pays

The reward you earn for holding is funded by a real, market-neutral strategy, the [Yield Engine](/the-zirodelta-financial-engine/overview.md), part of the Zirodelta Financial Engine, not by printing tokens and not by new deposits. That yield is paid to holders in wzdUSD.

Two things make this a holder's token rather than a trader's token:

1. **You are paid more the longer and the more you hold.** [Tiers](/zidee-wallet/tiers.md) act as reward multipliers. Selling resets you; staying compounds you.
2. **You are paid in a dollar, not in ZDLT.** Rewards never come out of ZDLT supply, so paying holders never dilutes holders.

The result is that the move that pays you is the same move that keeps holders and the system aligned: hold. Holding ZDLT should feel less like buying a token and more like accessing a financial system.

## Honest about where we are

The strategy is real but early. It is being **proven on the founder's own capital first**, on a public address, before user funds are accepted, and the vault that backs wzdUSD stays closed until an **independent security audit and a legal review** are done. Rewards are variable and never guaranteed. See the [FAQ](/more/faq.md) for the plain risks.

## Treasury (3% / 30M ZDLT): locked until $11M fully-diluted market cap

The 30M ZDLT treasury is an operational reserve, not a team allocation in disguise. It is **locked until ZDLT reaches a fully-diluted market cap of $11,000,000**. Until then, zero ZDLT leaves the treasury wallet, for any purpose. Anyone can verify the balance has not moved on Solscan.

After the gate is crossed (a one-way unlock), the treasury may fund liquidity on new venues, partner and integration incentives, and community programs, each preceded by a public announcement. The treasury never funds salaries directly, never dumps in routine operations, and never distributes ZDLT to holders as "rewards" (rewards are paid in wzdUSD, from the Yield Engine).

**Treasury wallet:** [`EaJ4aEKCSJKiLvJMBUMXZcmJp4GFqR5w1B94Xgv17PoW`](https://solscan.io/account/EaJ4aEKCSJKiLvJMBUMXZcmJp4GFqR5w1B94Xgv17PoW)

## What's on-chain today

* Mint and freeze authority revoked (verifiable on Solscan)
* 30M ZDLT in the treasury wallet, locked until $11M FDV
* Meteora DLMM pool live
* Discord tier gating (six tiers, all ZDLT-balance-gated)

## What's next

* [wzdUSD](/zdlt-token/wzdusd.md): the working dollar you are paid in.
* [Tokenomics](/zdlt-token/tokenomics.md): supply, and how the rewards are funded.
* [Utility](/zdlt-token/utility.md): what holding ZDLT unlocks, now and next.
* [Hard Rules](/zdlt-token/hard-rules.md): the commitments we have bound ourselves to.


---

# 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/zdlt-token/overview.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.
