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

# Getting Started

This walks you through opening Zidee for the first time and getting to the part that matters: holding ZDLT. Plan for about 5 minutes if you already have a Discord account or an email.

> **Install:** on iOS, open the URL in Safari and tap Share, then Add to Home Screen. On Android, Chrome prompts with Install app. You can also use it from a normal mobile browser; installing just upgrades it to a full-screen, app-icon experience.

***

## Step 1 · Open the app and log in

Visit [wallet.zirodelta.com](https://wallet.zirodelta.com) and tap Log In. Privy gives you two options:

* **Continue with Discord**: recommended if you already use Zirodelta's Discord; your Discord ID links automatically.
* **Continue with email**: Privy emails you a 6-digit code.

Privy creates two embedded wallets for you in the background, one Solana and one EVM. The keys live inside Privy's secure enclave: you never see them at sign-up, but you can export them anytime from Settings, then Export Key. There is no seed phrase to write down.

## Step 2 · Acknowledge custody

The first screen tells you your wallet exists, where the key lives, and that you can export it whenever you want. Check the box to confirm you have read it, then tap Continue. It is an explicit signal that you understand the custody model. See [Custody](/zidee-wallet/custody.md).

## Step 3 · Get ZDLT

Holding ZDLT is how you plug into the system: the more you hold and the longer you hold it, the larger your share of rewards. From the home screen:

* **Swap**: turn SOL or USDC into ZDLT in-app via Jupiter. Keep a little SOL for the network fee.
* **Buy**: use the Privy onramp to buy USDC or SOL with a card (where supported), then swap into ZDLT.
* **Receive**: send ZDLT (or USDC, or SOL) in from anywhere with the QR and address.

Your tier is set by how much ZDLT you hold. See [Tiers](/zidee-wallet/tiers.md).

## Step 4 · Home

The home screen shows your address, your balances with USD values, and the action row (Swap, Buy, Send). The home surface is a swipe deck: Home, Earn, Borrow, and Spend. Tap any token for its detail screen (Send, Receive, Swap). Pull to refresh. Settings holds key export, notifications, security, and MFA.

***

## What is coming

Getting paid is in the proving phase. The strategy that funds rewards is being proven on the founder's own capital on a public address, and it opens to user funds only after an independent audit and a legal review (see [the Yield Engine](/the-zirodelta-financial-engine/overview.md)). When it opens you will deposit USDC into the vault and hold wzdUSD, your share of the pool; the Yield Engine runs the delta-neutral strategy at the pool level, and rewards are paid in wzdUSD (see [wzdUSD](/zdlt-token/wzdusd.md)), never in ZDLT. Until then, hold ZDLT and watch the proof in public.

Further out, Zidee is built toward one balance that earns, borrows, and spends: borrowing against your balance (the Credit Engine) and spending through fiat rails are in development as parts of the Zirodelta Financial Engine.

***

## What to read next

* [Holdings & Actions](/zidee-wallet/holdings-and-actions.md): every token, every action, every detail screen.
* [Custody](/zidee-wallet/custody.md): exactly what Zirodelta can and cannot do with your funds.
* [Tiers](/zidee-wallet/tiers.md): the ZDLT ladder and how it sets your rewards.


---

# 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/getting-started.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.
