# Overview

Zidee is Zirodelta's mobile-first wallet for funding-rate yield. It is a Progressive Web App (PWA) at [wallet.zirodelta.com](https://wallet.zirodelta.com), install it to your home screen and it behaves like a native app.

It is the consumer-grade entry to Zirodelta's Autopilot. You log in with Discord or email, hold ZDLT, fund Hyperliquid with USDC, and Autopilot opens delta-neutral positions in the background. Yield accrues to your Hyperliquid account.

## What Zidee actually is

A multi-token wallet plus an Autopilot front-end:

* **Login**: Privy authentication (Discord OAuth or email). No seed phrase to write down at sign-up; Privy holds the master key inside a TEE (Trusted Execution Environment), and you can export it whenever you want.
* **Holdings**: one screen showing what you hold across **Hyperliquid, Solana, and Arbitrum**: USDC on HL (the earnings venue), USDC on Solana (stablecoin), ZDLT on Solana (the tier token), native SOL on Solana (gas + swappable), and native ETH on Arbitrum (only shown when present).
* **Send / Receive**: for ZDLT, USDC-Sol, and SOL. Transfers are signed by your Privy wallet on the device, Zirodelta does not see your key.
* **Swap to ZDLT**: in-app swap powered by Jupiter Ultra. Convert SOL or USDC-Sol into ZDLT to climb the tier ladder.
* **Buy**: fiat onramp via Privy/Meld. Pick a destination (USDC-Sol, USDC-Arb, SOL, or ETH) and complete the purchase in the embedded Meld flow; funds land in your Privy embedded wallet on the matching chain.
* **Vault**: borrow USDC against your ZDLT carry via Jupiter Offerbook (non-custodial). Capacity unlocks via the referral mechanic (10 active referrals = $200). See [Refer & Earn](/zidee-wallet/refer-and-earn.md) for the live referral side; the borrow side activates when the treasury responder deploys.
* **Activity feed**: last 5 on-chain transfers per token, plus a full per-token activity screen.
* **Sparkline + 24h change**: every token detail screen shows a daily price chart so you can read the trend at a glance. Updates once per day at 00:00 UTC.
* **Hyperliquid positions**: read-only view of the perp + spot legs Autopilot is running for you, with funding earned, unrealized PnL, and a Utilization tile showing what share of your account is currently deployed.
* **Push notifications + inbox**: yield credited, deposit confirmed, withdrawal complete, autopilot blocked, weekly summary. All toggleable per category.

There is no Telegram bot. Zidee is web-first via Privy; the Telegram surface that was sketched earlier in the project is no longer the entry point.

## Who it is for

**Users who want funding-rate yield without learning a perp terminal.** You log in, hold ZDLT, deposit USDC. Autopilot does the rest. The wallet UI never shows you order books, leverage sliders, or fill prices.

**Holders who want a clean home for ZDLT.** Receive, send, and swap ZDLT in one app. The tier badge on the ZDLT detail screen tells you exactly which Autopilot band you sit in.

**People who want their crypto on their phone.** Install as a PWA on iOS or Android. No app-store review cycle, no extension. Same surface across devices because state lives server-side.

## How to get started

1. Open [wallet.zirodelta.com](https://wallet.zirodelta.com) on your phone.
2. Log in with Discord or email through Privy.
3. Walk through the onboarding gates: export-key acknowledgement → bridge delegation → deposit USDC → approve Autopilot's agent → acknowledge tier ladder.
4. Once you hold ≥1,000 ZDLT (Mintaka tier or higher), Autopilot is permitted to open trades.

Full step-by-step walkthrough in [Getting Started](/zidee-wallet/getting-started.md).

## What happens to your funds

**Your USDC** sits in your Hyperliquid account under your own EVM address. Autopilot opens short-perp + long-spot pairs on positive-funding markets there. Funding payments accrue to your account every hour.

**Your ZDLT and SOL** sit on Solana under your Privy-embedded wallet. Sending, receiving, swapping, and burning all require your signature on-device. The server cannot move your tokens.

**Withdrawals** from Hyperliquid require a fresh signature from your Privy wallet, the server prepares the EIP-712 payload, you sign, the server submits. No part of the withdrawal is server-signed.

**Autopilot trades** are signed by an *agent wallet* the server holds for you. The agent can place and cancel orders. It cannot withdraw, transfer, or move USDC anywhere off-account. See [Custody](/zidee-wallet/custody.md) for the exact split.

## Yield

Yield depends on live Hyperliquid funding rates. There is no fixed APY. The wallet shows your running yield and current funding rate so you always know what the position is paying.

If funding turns negative on a market Autopilot is in, the worker reduces or closes positions automatically. You don't pay funding for long during a regime change.

## Is it safe?

**Master keys** live in Privy's TEE. Privy is a SOC 2 Type II certified embedded-wallet provider used by exchanges, games, and consumer crypto apps. You can export your private key from the wallet at any time.

**Agent keys** live encrypted on Zirodelta's servers, behind a sealed vault (host-key-bound, root-only at rest). The blast radius of a server compromise is bounded by the agent permission set: an attacker can place orders against a policy gate, they cannot drain funds.

**Delta-neutral** positions don't get liquidated by price moves, the perp leg's loss is offset by the spot leg's gain (and vice-versa). The risk that remains is funding regime change. Autopilot monitors and unwinds on threshold.

> **See also:** [Custody](/zidee-wallet/custody.md) · [Tiers](/zidee-wallet/tiers.md) · [Getting Started](/zidee-wallet/getting-started.md) · [Holdings & Actions](/zidee-wallet/holdings-and-actions.md) · [Refer & Earn](/zidee-wallet/refer-and-earn.md)

## Links

* App: [wallet.zirodelta.com](https://wallet.zirodelta.com)
* Full trading terminal: [app.zirodelta.com](https://app.zirodelta.com)
* Community: [discord.gg/Ur85YWJbd](https://discord.gg/Ur85YWJbd) · [t.me/zirodelta](https://t.me/zirodelta)


---

# Agent Instructions: 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:

```
GET https://docs.zirodelta.com/zidee-wallet/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
