> For the complete documentation index, see [llms.txt](https://docs.antimatter.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antimatter.finance/antimatter-perpetual-options.md).

# Antimatter Perpetual Options

- [Introduction](https://docs.antimatter.finance/antimatter-perpetual-options/introduction.md)
- [Options Basics](https://docs.antimatter.finance/antimatter-perpetual-options/introduction/options-basics.md): On this page you will find educational information about options and video tutorials for mastering options trading fast. Enjoy fixed prices and unlimited upside of the options contracts.
- [Antimatter Features](https://docs.antimatter.finance/antimatter-perpetual-options/introduction/antimatter-features.md)
- [Comparative analysis](https://docs.antimatter.finance/antimatter-perpetual-options/introduction/comparative-analysis.md)
- [Technical Whitepaper](https://docs.antimatter.finance/antimatter-perpetual-options/introduction/technical-whitepaper.md)
- [Structure](https://docs.antimatter.finance/antimatter-perpetual-options/introduction/structure.md)
- [Option Token Symbol System](https://docs.antimatter.finance/antimatter-perpetual-options/introduction/option-token-symbol-system.md): Antimatter uses a standardized systematic way to represent the option product, call token, and the put token.
- [Mechanism](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept.md): It is a financial tool that helps investor decide whether a cryptocurrency is bullish or bearish.
- [Price Equilibrium and Arbitrage](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/price-equilibrium-and-arbitrage.md)
- [Generation and Redemption](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/generation-and-redemption.md)
- [Underlying Asset](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/underlying-asset.md): Any cryptocurrency+ any stable coin
- [Leverage Ratio](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/leverage.md)
- [Arbitrage Example](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/arbitrage-example.md)
- [Slippage & Fees (full disclosure)](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/slippage-and-fees-full-disclosure.md)
- [Oracles](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/oracles.md): Antimatter does not relay on any oracles
- [Permission-less protocol](https://docs.antimatter.finance/antimatter-perpetual-options/core-concept/permission-less-protocol.md): Antimatter aims to be a permission-less protocol where everyone can design and deploy various perpetual options.
- [Mathematics](https://docs.antimatter.finance/antimatter-perpetual-options/paper.md)
- [Modelling Kit](https://docs.antimatter.finance/antimatter-perpetual-options/paper/modelling-kit.md)
- [Mathematical Model](https://docs.antimatter.finance/antimatter-perpetual-options/paper/mathematical-model.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 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, and the optional `goal` query parameter:

```
GET https://docs.antimatter.finance/antimatter-perpetual-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
