# Zirodelta Docs

## Zirodelta Docs

- [Introduction](https://docs.zirodelta.com/getting-started/readme.md)
- [What is Zirodelta?](https://docs.zirodelta.com/getting-started/what-is-zirodelta.md)
- [Quick Start](https://docs.zirodelta.com/getting-started/quick-start.md)
- [Key Concepts](https://docs.zirodelta.com/getting-started/key-concepts.md)
- [Trade Overview](https://docs.zirodelta.com/trade/overview.md)
- [Farm Score™](https://docs.zirodelta.com/trade/farm-score.md)
- [CVD and OI Delta](https://docs.zirodelta.com/trade/cvd-and-oi.md)
- [Fees](https://docs.zirodelta.com/trade/fees.md)
- [Autopilot Overview](https://docs.zirodelta.com/autopilot/overview.md)
- [Agent Wallet](https://docs.zirodelta.com/autopilot/agent-wallet.md)
- [Delta-Neutral Explained](https://docs.zirodelta.com/autopilot/delta-neutral-explained.md)
- [Pro Subscription](https://docs.zirodelta.com/autopilot/pro-subscription.md)
- [Vault Overview](https://docs.zirodelta.com/lending-vault/overview.md)
- [Overview](https://docs.zirodelta.com/zidee-wallet/overview.md)
- [Getting Started](https://docs.zirodelta.com/zidee-wallet/getting-started.md)
- [Holdings & Actions](https://docs.zirodelta.com/zidee-wallet/holdings-and-actions.md)
- [Custody](https://docs.zirodelta.com/zidee-wallet/custody.md)
- [Tiers](https://docs.zirodelta.com/zidee-wallet/tiers.md)
- [Refer & Earn](https://docs.zirodelta.com/zidee-wallet/refer-and-earn.md)
- [Funding Rates on Hyperliquid](https://docs.zirodelta.com/hyperliquid/funding-rates.md)
- [Settlement Mechanics](https://docs.zirodelta.com/hyperliquid/settlement-mechanics.md)
- [Overview](https://docs.zirodelta.com/zdlt-token/overview.md)
- [Tokenomics](https://docs.zirodelta.com/zdlt-token/tokenomics.md)
- [Utility](https://docs.zirodelta.com/zdlt-token/utility.md)
- [Hard Rules](https://docs.zirodelta.com/zdlt-token/hard-rules.md)
- [Rate Limits](https://docs.zirodelta.com/api-reference/rate-limits.md)
- [Authentication](https://docs.zirodelta.com/api-reference/authentication.md)
- [Funding Rate Math](https://docs.zirodelta.com/api-reference/funding-rate-math.md)
- [Market Data](https://docs.zirodelta.com/api-reference/market-data.md)
- [Trading](https://docs.zirodelta.com/api-reference/trading.md)
- [Portfolio](https://docs.zirodelta.com/api-reference/portfolio.md)
- [Strategies](https://docs.zirodelta.com/api-reference/strategies.md)
- [Autopilot](https://docs.zirodelta.com/api-reference/autopilot.md)
- [Subscription](https://docs.zirodelta.com/api-reference/subscription.md)
- [Models](https://docs.zirodelta.com/api-reference/models.md)
- [FAQ](https://docs.zirodelta.com/more/faq.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
