# Ethereal Docs

## Ethereal Dev Docs

- [What is Ethereal?](https://docs.ethereal.trade/introduction/what-is-ethereal.md)
- [Ethereal Mainnet Rollout](https://docs.ethereal.trade/introduction/ethereal-mainnet-rollout.md)
- [Perpetual Futures](https://docs.ethereal.trade/trading/perpetual-futures.md)
- [Margining](https://docs.ethereal.trade/trading/perpetual-futures/margining.md)
- [Fees](https://docs.ethereal.trade/trading/perpetual-futures/fees.md)
- [Order Types](https://docs.ethereal.trade/trading/perpetual-futures/order-types.md)
- [Positions](https://docs.ethereal.trade/trading/perpetual-futures/positions.md)
- [Funding Rates](https://docs.ethereal.trade/trading/perpetual-futures/funding-rates.md)
- [Market Specifications](https://docs.ethereal.trade/trading/perpetual-futures/market-specifications.md)
- [Liquidations](https://docs.ethereal.trade/trading/perpetual-futures/liquidations.md)
- [Auto Deleveraging](https://docs.ethereal.trade/trading/perpetual-futures/auto-deleveraging.md)
- [Subaccounts](https://docs.ethereal.trade/trading/perpetual-futures/subaccounts.md)
- [Price Oracles](https://docs.ethereal.trade/trading/perpetual-futures/price-oracles.md)
- [Self Trade Prevention](https://docs.ethereal.trade/trading/perpetual-futures/self-trade-prevention.md)
- [Block Execution](https://docs.ethereal.trade/trading/perpetual-futures/block-execution.md)
- [Referrals](https://docs.ethereal.trade/trading/perpetual-futures/referrals.md)
- [Ethereal Testnet](https://docs.ethereal.trade/trading/perpetual-futures/ethereal-testnet.md)
- [Market Making](https://docs.ethereal.trade/trading/perpetual-futures/market-making.md)
- [USDe Balance Rewards](https://docs.ethereal.trade/trading/usde-balance-rewards.md)
- [USDe Trading Rewards](https://docs.ethereal.trade/trading/usde-trading-rewards.md)
- [Rewards & Points](https://docs.ethereal.trade/points/rewards-and-points.md)
- [Trading API](https://docs.ethereal.trade/developer-guides/trading-api.md)
- [Quick Start](https://docs.ethereal.trade/developer-guides/trading-api/quick-start.md)
- [Message Signing](https://docs.ethereal.trade/developer-guides/trading-api/message-signing.md)
- [Accounts & Signers](https://docs.ethereal.trade/developer-guides/trading-api/accounts-and-signers.md)
- [Order Placement](https://docs.ethereal.trade/developer-guides/trading-api/order-placement.md)
- [System Limits](https://docs.ethereal.trade/developer-guides/trading-api/system-limits.md)
- [Products](https://docs.ethereal.trade/developer-guides/trading-api/products.md)
- [Token Transfers](https://docs.ethereal.trade/developer-guides/trading-api/token-transfers.md)
- [Supported Tokens](https://docs.ethereal.trade/developer-guides/trading-api/supported-tokens.md)
- [WebSockets](https://docs.ethereal.trade/developer-guides/trading-api/websockets.md)
- [WS2 Migration Guide](https://docs.ethereal.trade/developer-guides/trading-api/websockets/ws2-migration-guide.md)
- [Code Snippets](https://docs.ethereal.trade/developer-guides/trading-api/websockets/code-snippets.md)
- [Socket.io (deprecated)](https://docs.ethereal.trade/developer-guides/trading-api/websockets/socket.io-deprecated.md)
- [TradingView API](https://docs.ethereal.trade/developer-guides/trading-api/tradingview-api.md)
- [Onchain Settlement](https://docs.ethereal.trade/developer-guides/trading-api/onchain-settlement.md)
- [SDK](https://docs.ethereal.trade/developer-guides/sdk.md)
- [Python SDK](https://docs.ethereal.trade/developer-guides/sdk/python-sdk.md)
- [Support](https://docs.ethereal.trade/protocol-reference/support.md)
- [Deposits to Ethereal](https://docs.ethereal.trade/protocol-reference/support/deposits-to-ethereal.md)
- [Withdrawals from Ethereal](https://docs.ethereal.trade/protocol-reference/support/withdrawals-from-ethereal.md)
- [Trading Support](https://docs.ethereal.trade/protocol-reference/support/trading-support.md)
- [Connectivity & Linked Signers](https://docs.ethereal.trade/protocol-reference/support/connectivity-and-linked-signers.md)
- [I've been scammed](https://docs.ethereal.trade/protocol-reference/support/ive-been-scammed.md)
- [API Hosts](https://docs.ethereal.trade/protocol-reference/api-hosts.md)
- [Contracts](https://docs.ethereal.trade/protocol-reference/contracts.md)
- [Audits](https://docs.ethereal.trade/protocol-reference/audits.md)
- [Media Kit](https://docs.ethereal.trade/protocol-reference/media-kit.md)
- [Meridian Media Kit (WIP)](https://docs.ethereal.trade/protocol-reference/meridian-media-kit-wip.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.ethereal.trade/introduction/what-is-ethereal.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.
