# The Zeta DEX

- [Official Links](https://docs.zeta.markets/zeta-protocol/official-links.md): All our official links
- [Learn how to trade on Zeta](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta.md): Unpacking Zeta's perpetual futures offering and user interface
- [Introduction to Perpetuals](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/introduction-to-perpetuals.md): Perps 101
- [Compatible Wallets](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/compatible-wallets.md): Updated 9th February 2023
- [Getting Started on Zeta](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/getting-started-on-zeta.md): Beginners start here!
- [Order Types](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/order-types.md)
- [Margin Account Parameters](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/margin-account-parameters.md)
- [Asset Parameters](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/asset-parameters.md): Specifications for each trading pair.
- [Funding Rates](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/funding-rates.md)
- [Trading Specifications](https://docs.zeta.markets/zeta-protocol/trading-specifications.md): 1 page with all the info you need to trade
- [Fee Tiers](https://docs.zeta.markets/zeta-protocol/trading-specifications/fee-tiers.md)
- [Delisting Process](https://docs.zeta.markets/zeta-protocol/trading-specifications/delisting-process.md)
- [Exchange Architecture](https://docs.zeta.markets/zeta-protocol/exchange-architecture.md): The innovative technical design choices that underpin Zeta
- [Margin Accounts](https://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-accounts.md)
- [Margin System](https://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-system.md): An overview of Zeta Protocol and the key components that will make derivatives trading on DeFi bulletproof. The following is a summary of how margin is calculated and treated by Zeta protocol.
- [Collateral Framework](https://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-system/collateral-framework.md)
- [Liquidations & Insurance](https://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-system/liquidations-and-insurance.md): An important component of a robust margining system is liquidation to ensure that one trader does not adversely impact other traders or the security of the platform.
- [Insurance Fund](https://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-system/liquidations-and-insurance/insurance-fund.md)
- [Socialized Loss](https://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-system/liquidations-and-insurance/socialized-loss.md)
- [Oracles](https://docs.zeta.markets/zeta-protocol/exchange-architecture/oracles.md)
- [Orderbook & Matching Engine](https://docs.zeta.markets/zeta-protocol/exchange-architecture/orderbook-and-matching-engine.md)
- [Trigger orders](https://docs.zeta.markets/zeta-protocol/exchange-architecture/trigger-orders.md): Not just TP/SL!
- [Trading Mechanism](https://docs.zeta.markets/zeta-protocol/exchange-architecture/trading-mechanism.md): Overview of the Zeta trading mechanism
- [Perpetual Funding System](https://docs.zeta.markets/zeta-protocol/exchange-architecture/perpetual-funding-system.md)
- [Mobile is LIVE !](https://docs.zeta.markets/zeta-protocol/mobile-is-live.md): Trade from anywhere, anytime with a mobile native trading experience
- [Bridging Guide](https://docs.zeta.markets/zeta-protocol/bridging-guide.md): How to bridge from (almost) any exchange or chain to Solana
- [From Exchanges](https://docs.zeta.markets/zeta-protocol/bridging-guide/from-exchanges.md)
- [From Other Chains](https://docs.zeta.markets/zeta-protocol/bridging-guide/from-other-chains.md)


---

# 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.zeta.markets/zeta-protocol.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.
