# Protocol

- [Overview](https://docs.mux.network/protocol/overview.md)
- [MUX V3 Trading Protocol](https://docs.mux.network/protocol/overview/mux-v3-trading-protocol.md)
- [MUX Perpetual Aggregator](https://docs.mux.network/protocol/overview/leveraged-trading-aggregator.md)
- [MUX V1 Trading Protocol](https://docs.mux.network/protocol/overview/leveraged-trading-protocol.md)
- [MUX V1 Degen Protocol](https://docs.mux.network/protocol/overview/mux-degen-protocol.md)
- [Liquidity](https://docs.mux.network/protocol/liquidity.md)
- [Tokenomics](https://docs.mux.network/protocol/tokenomics.md)
- [Income Allocation](https://docs.mux.network/protocol/income-allocation.md)
- [Referral Program](https://docs.mux.network/protocol/referral-program.md)
- [Fee Structure](https://docs.mux.network/protocol/fee-structure.md)
- [Liquidation](https://docs.mux.network/protocol/liquidation.md)
- [Multiplexing Layer](https://docs.mux.network/protocol/multiplexing-layer.md)
- [Governance](https://docs.mux.network/protocol/governance.md)
- [Online Issues](https://docs.mux.network/protocol/online-issues.md)
- [Audit](https://docs.mux.network/protocol/audit.md)
- [Contracts](https://docs.mux.network/protocol/contracts.md)
- [DAO Multi-sig](https://docs.mux.network/protocol/contracts/contracts-dao.md)
- [MUX V3 Protocol Contracts](https://docs.mux.network/protocol/contracts/contracts-mux3.md)
- [MUX Leveraged Trading Protocol Contracts](https://docs.mux.network/protocol/contracts/contracts-protocol.md)
- [MUX Aggregator Contracts](https://docs.mux.network/protocol/contracts/contracts-aggregator.md)
- [MUX Degen Contracts](https://docs.mux.network/protocol/contracts/contracts-degen.md)
- [MUXLP Tranches Contracts](https://docs.mux.network/protocol/contracts/contracts-tranches.md)
- [MUX API](https://docs.mux.network/protocol/api-liquidity.md)
- [Bug Bounty](https://docs.mux.network/protocol/bug-bounty.md)
- [Terms](https://docs.mux.network/protocol/terms.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.mux.network/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.
