# User Manual

- [Trading](https://docs.optswap.org/user-manual/trading.md): "Only the game can teach you the game." — Jesse Livermore
- [Limit Orders](https://docs.optswap.org/user-manual/trading/limit-orders.md)
- [Option Spreads](https://docs.optswap.org/user-manual/trading/option-spreads.md)
- [Advanced Order Types](https://docs.optswap.org/user-manual/trading/advanced-order-types.md)
- [Batch Orders](https://docs.optswap.org/user-manual/trading/advanced-order-types/batch-orders.md)
- [All-or-None Fill Type](https://docs.optswap.org/user-manual/trading/advanced-order-types/all-or-none-fill-type.md)
- [Multi-Legged Strategies](https://docs.optswap.org/user-manual/trading/advanced-order-types/multi-legged-strategies.md)
- [Automated Market Maker (AMM)](https://docs.optswap.org/user-manual/trading/automated-market-maker-amm.md)
- [Managed Orders](https://docs.optswap.org/user-manual/trading/automated-market-maker-amm/managed-orders.md)
- [Aggregated Spot Price](https://docs.optswap.org/user-manual/trading/automated-market-maker-amm/aggregated-spot-price.md)
- [Liquidity Provider Rewards](https://docs.optswap.org/user-manual/trading/automated-market-maker-amm/liquidity-provider-rewards.md)
- [Match Finder Rewards](https://docs.optswap.org/user-manual/trading/automated-market-maker-amm/match-finder-rewards.md)
- [Modify & Cancel Orders](https://docs.optswap.org/user-manual/trading/modify-and-cancel-orders.md)
- [Positions](https://docs.optswap.org/user-manual/trading/positions.md)
- [Converting Positions](https://docs.optswap.org/user-manual/trading/positions/converting-positions.md)
- [User Accounts](https://docs.optswap.org/user-manual/trading/user-accounts.md)
- [Options Oracles](https://docs.optswap.org/user-manual/trading/options-oracles.md)
- [Margin Requirements](https://docs.optswap.org/user-manual/trading/margin-requirements.md)
- [Fees](https://docs.optswap.org/user-manual/trading/fees.md)
- [Settlements](https://docs.optswap.org/user-manual/settlements.md): "The most important single central fact about a free market is that no exchange takes place unless both parties benefit." — Milton Friedman
- [Exercise Option](https://docs.optswap.org/user-manual/settlements/exercise-option.md)
- [Force Cash Settlements](https://docs.optswap.org/user-manual/settlements/force-cash-settlements.md)
- [Recover Margin](https://docs.optswap.org/user-manual/settlements/recover-margin.md)
- [Automated Settlements](https://docs.optswap.org/user-manual/settlements/automated-settlements.md)
- [Settlements Execution Rewards](https://docs.optswap.org/user-manual/settlements/automated-settlements/settlements-execution-rewards.md)
- [Meta Oracle](https://docs.optswap.org/user-manual/meta-oracle.md): "Love of money and nothing else will ruin Sparta." — The Oracle at Delphi
- [Methodology](https://docs.optswap.org/user-manual/meta-oracle/methodology.md)
- [Fetching Price Data](https://docs.optswap.org/user-manual/meta-oracle/fetching-price-data.md)
- [Price Mining](https://docs.optswap.org/user-manual/meta-oracle/price-mining.md)
- [Managing Oracles](https://docs.optswap.org/user-manual/meta-oracle/managing-oracles.md)
- [Donations](https://docs.optswap.org/user-manual/meta-oracle/donations.md)
- [Governance](https://docs.optswap.org/user-manual/governance.md): "That government is best which governs least." — Henry David Thoreau
- [Concepts & Definitions](https://docs.optswap.org/user-manual/governance/concepts-and-definitions.md)
- [Tokenomics](https://docs.optswap.org/user-manual/governance/tokenomics.md)
- [Proposals](https://docs.optswap.org/user-manual/governance/proposals.md)
- [Proposal Types](https://docs.optswap.org/user-manual/governance/proposal-types.md)
- [Voting & Execution](https://docs.optswap.org/user-manual/governance/voting-and-execution.md)
- [Fundraising](https://docs.optswap.org/user-manual/governance/fundraising.md)
- [DAO Treasury](https://docs.optswap.org/user-manual/governance/dao-treasury.md)
- [Commercial Papers](https://docs.optswap.org/user-manual/governance/commercial-papers.md)
- [Airdrops](https://docs.optswap.org/user-manual/governance/airdrops.md)
- [Staking](https://docs.optswap.org/user-manual/governance/staking.md)
- [OptSwap Miner](https://docs.optswap.org/user-manual/governance/optswap-miner.md)
- [Contracts Registry](https://docs.optswap.org/user-manual/governance/contracts-registry.md)
- [Testnet Faucet](https://docs.optswap.org/user-manual/governance/testnet-faucet.md)
- [Donations](https://docs.optswap.org/user-manual/governance/donations.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.optswap.org/user-manual.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.
