# I'm Interested In...

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

* Trade existing markets on a frontend: [Choosing an Exchange](/trader-documentation/choosing-an-exchange.md) & <https://symm.io/frontends>

### Learning about how trading works in SYMMIO?

* How SYMMIO's intent-based system works
* Market vs Limit Orders in SYMMIO
* How Funding Rates are charged in SYMMIO
* Liquidation details in SYMMIO
* Querying on-chain data and interacting with contracts
* Higher Level Architecture

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
* Encoding and formatting on-chain transactions

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

### Becoming a Frontend Builder?

* Frontend Builder setup
* Deploying a MultiAccount contract
* Frontend SDK
* Supporting Instant Trading & 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 as a Solver
* Conditional & instant order support

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
* Solver API endpoints and documentation

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?

* [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
* SYMMIO Diamond SDK&#x20;

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: 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.
