> 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/trader-documentation.md).

# Trader Documentation

- [How Trading Works in SYMMIO](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio.md)
- [Market vs. Limit Orders](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/market-vs.-limit-orders.md)
- [Using Take Profit and Stop Loss](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/using-take-profit-and-stop-loss.md)
- [Force Closing Positions](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/force-closing-positions.md)
- [Liquidations](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/liquidations.md)
- [Instant Trading](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/instant-trading.md)
- [Withdrawals](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/withdrawals.md)
- [Settlement](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/settlement.md)
- [Funding Rates ](https://docs.symm.io/trader-documentation/how-trading-works-in-symmio/funding-rates.md)
- [Trading Fees](https://docs.symm.io/trader-documentation/trading-fees.md)
- [Choosing an Exchange](https://docs.symm.io/trader-documentation/choosing-an-exchange.md)
- [Building a Trading Bot](https://docs.symm.io/trader-documentation/building-a-trading-bot.md)
- [Part 1: one-time on-chain setup](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-1-one-time-on-chain-setup.md)
- [Create the sub-account](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-1-one-time-on-chain-setup/create-the-sub-account.md)
- [Fund the sub-account](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-1-one-time-on-chain-setup/fund-the-sub-account.md)
- [Bind the sub-account to a PartyB](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-1-one-time-on-chain-setup/bind-the-sub-account-to-a-partyb.md)
- [Delegate the session key](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-1-one-time-on-chain-setup/delegate-the-session-key.md)
- [Delegate the TPSL bot](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-1-one-time-on-chain-setup/delegate-the-tpsl-bot.md)
- [Part 2: trading](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-2-trading.md)
- [Opening a position](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-2-trading/opening-a-position.md)
- [Closing a position](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-2-trading/closing-a-position.md)
- [Take-profit / stop-loss](https://docs.symm.io/trader-documentation/building-a-trading-bot/part-2-trading/take-profit-stop-loss.md)
- [Code Examples](https://docs.symm.io/trader-documentation/building-a-trading-bot/code-examples.md)
- [Interacting with Contracts](https://docs.symm.io/trader-documentation/interacting-with-contracts.md)
- [Querying Info from our Contracts](https://docs.symm.io/trader-documentation/interacting-with-contracts/querying-info-from-our-contracts.md)
- [Closing a Position On-Chain](https://docs.symm.io/trader-documentation/interacting-with-contracts/closing-a-position-on-chain.md)
- [Building a Trading Bot](https://docs.symm.io/trader-documentation/building-a-trading-bot-1.md)
- [Creating a Sub-Account](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/creating-a-sub-account.md)
- [Depositing and Allocating Collateral](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/depositing-and-allocating-collateral.md)
- [Delegating Access to the Solver](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/delegating-access-to-the-solver.md)
- [Authenticating Trades](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/authenticating-trades.md)
- [Monitoring Price](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/monitoring-price.md)
- [Opening a Position](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/opening-a-position.md)
- [Setting a Stop Loss](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/setting-a-stop-loss.md)
- [Monitoring Position Status](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/monitoring-position-status.md)
- [Closing a Position](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/closing-a-position.md)
- [Full Example Script](https://docs.symm.io/trader-documentation/building-a-trading-bot-1/full-example-script.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/trader-documentation.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.
