> For the complete documentation index, see [llms.txt](https://docs.symm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.symm.io/getting-started/im-interested-in....md).

# I'm Interested In...

Pick the path that matches what you're trying to do.

### **Trading on an existing frontend?**

Trade existing markets through a frontend built on Symmio.

Start Here: [Choosing an Exchange](/trader-documentation/choosing-an-exchange.md) & <https://symm.io/frontends>

### Understanding how trading works?

How the intent-based system works, market vs. limit orders, funding rates, liquidations, and querying on-chain data.

Start here:  [How Trading Works in SYMMIO](/trader-documentation/how-trading-works-in-symmio.md)

### Building a trading bot?

Trade execution flows, fetching trade parameters from solvers, and encoding on-chain transactions.

Start here: [Learn how to build a Trading Bot using SYMMIO](/trader-documentation/building-a-trading-bot-1.md)

### Becoming a Frontend Builder?

Frontend setup, deploying a MultiAccount contract, the Frontend SDK, and support for instant trading and instant withdrawal.

Start Here: [Frontend Builder Docs ](/exchange-builder-documentation/frontend-builder-introduction.md)

### Becoming a Solver on SYMMIO?

Solver API requirements, offering new markets, and conditional and instant order support. Start with the Liquidity Provider docs.

Start Here: [Documentation for Solvers](/liquidity-provider-documentation/role-of-a-liquidity-provider-solver.md)

### **Contracts Addresses and Endpoints?**

Frontend affiliate addresses, Diamond contract addresses, and solver API endpoints.&#x20;

Check the Reference: [Contract Addresses](/api-endpoints-and-deployments/symmio-perps-deployments.md) & [API endpoints](/api-endpoints-and-deployments/solver-addresses-and-endpoints.md).&#x20;

### Want to audit / bug bounty us?

Read the Contract Architecture Overview, the Audit Reports, and the Bug Bounty Program.

* [Contract Architecture Overview](/security-and-architecture/contract-architecture-overview.md)
* [Audit Reports](/security-and-architecture/audit-reports.md)
* [Bug Bounty Program / Coverage](/security-and-architecture/bug-bounty-program-coverage.md)

### Deeper Dive into SYMMIO's Architecture?

Detailed contract documentation, Muon API endpoints, and the Diamond SDK. See API Endpoints & Deployments and Contract Documentation.

Check [API Endpoints & Deployments](/api-endpoints-and-deployments/symmio-perps-deployments.md) and [Contract Documentation](/contract-documentation/symmio-perps-v0.8.5-contract-upgrade.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:

```
GET https://docs.symm.io/getting-started/im-interested-in....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.
