> 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/getting-started/key-concepts.md).

# Key Concepts

Plain-English definitions for every term you will meet on Zirodelta. Each one answers: what is it, and why does it matter to you.

***

## Programmable personal balance sheet

The category Zirodelta builds. Every product in the system moves one of four lines of your personal balance sheet: **assets, liabilities, income, liquidity**. The loop you live inside keeps every dollar moving, from earning to collateral to spending and back to work, so none of it sits idle (see the diagram in [What is Zirodelta?](/getting-started/what-is-zirodelta.md)). Earning is in its proving phase today; the collateral (borrowing) and spending legs are in development.

## The Zirodelta Financial Engine

The platform behind Zidee: the **Yield Engine**, **Credit Engine**, **Conversion Engine**, **Settlement Engine**, **Treasury Engine**, **Referral Graph**, and **Fiat Rails**. The Yield Engine is the first part running, in its proving phase; the rest are in development. Zidee is the first client of this engine, not the engine itself.

## Zidee

The wallet that lets you use your programmable personal balance sheet. Non-custodial, mobile-first, at [wallet.zirodelta.com](https://wallet.zirodelta.com). See [Zidee Wallet](/zidee-wallet/overview.md).

## ZDLT

Access and alignment: a token that pays you to stay. Fixed supply (no new tokens are ever minted), mint and freeze authority revoked, 0% allocated to the team. You hold it in [Zidee](/zidee-wallet/overview.md) and are paid rewards in wzdUSD, never in ZDLT. "Pays you to stay" refers to wzdUSD rewards, never to token price. See [ZDLT Overview](/zdlt-token/overview.md).

## wzdUSD

The working dollar of the balance sheet, and the dollar you are paid in. wzdUSD is a yield-bearing dollar that **appreciates over time**, more like a liquid-staking token than a stablecoin. It is **not pegged to $1**, and we never call it one: it is backed, but market-priced, and can trade a little above or below its backing. See [wzdUSD](/zdlt-token/wzdusd.md).

## Tiers and lock multipliers

How "paid more the longer and the more you hold" is made concrete. Holding ZDLT places you on a tier ladder named after the stars of Orion (Mintaka up to Saiph); holding longer adds a multiplier. Together they decide how large your share of the reward pool is. Tiers are **reward multipliers**, not trading limits. See [Tiers](/zidee-wallet/tiers.md).

## Funding rate

A periodic payment between the long and short sides of a perpetual futures market. When the perp trades above spot, longs pay shorts; when below, shorts pay longs. The Yield Engine earns this payment. You never touch it directly. See [Funding Rates on Hyperliquid](/hyperliquid/funding-rates.md).

## Delta-neutral

A position with zero net exposure to price. The Yield Engine holds a short perp and an equal long spot in the same asset, so price moves cancel between the two legs and the only income left is the funding payment. This is what lets the reward pool earn yield without betting on price going up or down. It reduces risk; it does not remove it. See [Delta-Neutral Explained](/the-zirodelta-financial-engine/delta-neutral-explained.md).

## The Yield Engine

The delta-neutral funding strategy on Hyperliquid, part of the Zirodelta Financial Engine, that funds the reward pool. It is real, it is variable, and it is currently being **proven on the founder's own capital first**. See [Yield Engine](/the-zirodelta-financial-engine/overview.md).

## The pool's trading key

How the Yield Engine trades without ever being able to move money. The Engine runs one delta-neutral position for the whole pool, and the key the server signs with has **order authority only**: it can open and close the pool's orders, and it physically cannot withdraw or transfer. The key that could move funds out of the pool is held off-server, and your own funds stay under your own keys. See [Custody](/zidee-wallet/custody.md).

## Proving phase

Where the product is today. Before user money is accepted, the strategy runs on the founder's own capital on a public address, so the track record is built in the open. The vault that backs wzdUSD stays closed to user funds until an **independent security audit and a legal review** are complete.

## The Vault

What backs wzdUSD and, in time, holds the strategy's collateral. It is unaudited and closed to user money for now; it opens only after audit and legal review. See [Vault Overview](/vault/overview.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/getting-started/key-concepts.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.
