> 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/quick-start.md).

# Quick Start

This gets you from zero to a working balance sheet, holding ZDLT in Zidee, in a few minutes. There is no trading, no seed phrase, and no perp mechanics to learn.

**What you need:** a phone, and a few dollars of USDC (or a card, where supported).

***

## 1. Get the app

Open [wallet.zirodelta.com](https://wallet.zirodelta.com) on your phone and install it to your home screen. There is also an Android app. It is mobile-only.

## 2. Sign in

Log in with **Discord or email** through Privy. There is no seed phrase to write down at sign-up, the app builds your wallet for you. Your keys are yours and you can export them later in Settings.

## 3. Add money

Deposit **USDC** (minimum $25) from the in-app deposit screen. You can fund from Solana or Arbitrum, and it lands as your spendable USDC balance.

## 4. Get ZDLT

Swap USDC (or SOL) into **ZDLT** right in the app, powered by Jupiter. Keep a little SOL on hand for the network fee. The smallest swap is a few dollars.

## 5. Hold, and get paid

That is it, your money is now on the working side of your balance sheet. Getting paid is in the proving phase today: once rewards go live, holding ZDLT pays you in **wzdUSD**, the working dollar, and you are paid more the longer and the more you hold (see [Tiers](/zidee-wallet/tiers.md)). You are never paid in ZDLT. Borrowing against your balance and spending it are in development, and roll out later.

***

## A few honest notes

* **Yield is variable.** It can be low or even zero. Anyone promising you a fixed return is lying.
* **It is early.** The Yield Engine is being proven on the founder's own capital first; the wallet's deposit-and-earn flow opens to user funds only after an independent audit and a legal review.
* **wzdUSD is not a $1 stablecoin.** It is an appreciating, market-priced claim. See [wzdUSD](/zdlt-token/wzdusd.md).
* **Getting your money out:** sell ZDLT back to USDC or SOL in the app and send it anywhere, or withdraw your USDC balance directly.

## What to read next

* [What is Zirodelta?](/getting-started/what-is-zirodelta.md), the category and the one-sentence thesis.
* [wzdUSD](/zdlt-token/wzdusd.md), the dollar you get paid in.
* [Custody](/zidee-wallet/custody.md), why we can never move your funds.


---

# 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/quick-start.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.
