# Introduction

**Zirodelta** is a funding rates DEX built natively on Hyperliquid L1 and HyperEVM. It is the only protocol that treats the perpetual funding rate as the primary product. Not a side metric.

Most platforms show you the funding rate. Zirodelta lets you trade it.

***

## What you can do here

**Trade** perp markets with funding-native analytics. Every market is ranked by Farm Score™. A 0–100 signal built from a 9-factor microstructure model. At a glance, you see which direction earns funding right now.

**Automate** delta-neutral strategies with Autopilot. Sign one transaction. Autopilot opens and manages both legs (spot + perp) 24/7. No liquidation risk on your collateral. Your funds stay on Hyperliquid under your own address at all times.

**Earn passive yield** by depositing into the Lending Vault. Supply HYPE, BTC, or ETH and earn 8–25% APY from utilization by Autopilot borrowers. Built on HyperEVM with the CoreWriter precompile. Launching soon.

**Get started without learning perp mechanics** via Zidee Wallet. Mobile PWA at [wallet.zirodelta.com](https://wallet.zirodelta.com). Privy login, ZDLT-tier-gated, Autopilot runs delta-neutral strategies in the background.

***

## Who this is for

| You are...                                      | Start here                                          |
| ----------------------------------------------- | --------------------------------------------------- |
| A perp trader who wants funding-rate signals    | [Trade Overview](/trade/overview.md)                |
| Someone who wants passive yield, hands-off      | [Autopilot Overview](/autopilot/overview.md)        |
| A DeFi user who wants to deposit into the vault | [Vault Overview](/lending-vault/overview.md)        |
| A non-trader who wants a savings-style product  | [Zidee Wallet](/zidee-wallet/overview.md)           |
| A developer integrating with the platform       | [API Overview](broken://pages/6aJfbhnyLttTFcfKHkp6) |

***

## Quick facts

* **Live on**: Hyperliquid L1 2-second blocks, 150K TPS, 1-hour funding settlement
* **Non-custodial**: Agent wallet only. Zirodelta never holds your funds.
* **No liquidation risk**: Delta-neutral positions are fully hedged by design.
* **Data**: 9.4M+ funding settlements tracked, ClickHouse pipeline with 10B+ rows at <10ms query latency
* **App**: [app.zirodelta.com](https://app.zirodelta.com)
* **Zidee Wallet (PWA)**: [wallet.zirodelta.com](https://wallet.zirodelta.com)

***

## Where to start

If you are new to Zirodelta, read [What is Zirodelta?](/getting-started/what-is-zirodelta.md) first. Then follow the [Quick Start](/getting-started/quick-start.md) to open your first position in under 10 minutes.

If you want to understand the mechanics before trading, [Key Concepts](/getting-started/key-concepts.md) defines everything in plain English: funding rates, delta-neutral, Farm Score™, CVD, OI, agent wallet.

> **Note:** The Lending Vault is in active development and launching soon on HyperEVM. All vault documentation describes the designed and built architecture, not yet deployed on mainnet.


---

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