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

# Welcome on board!

<div data-with-frame="true"><figure><img src="/files/68EO6qXlSe4XPqAkJK5H" alt=""><figcaption></figcaption></figure></div>

<details>

<summary>🌐 Supported Exchanges</summary>

<table><thead><tr><th width="130">Exchange</th><th width="124.6666259765625">Type</th><th width="81.6666259765625" data-type="checkbox">Spot</th><th width="101.6666259765625" data-type="checkbox">Futures</th><th width="126.333251953125">More</th><th width="183.6668701171875">API ID</th></tr></thead><tbody><tr><td><a href="https://alpaca.markets">Alpaca</a> </td><td>CEX</td><td>true</td><td>false</td><td>No Paper trading</td><td>Spot: <code>1</code></td></tr><tr><td><a href="https://www.binance.com">Binance</a></td><td>CEX</td><td>true</td><td>true</td><td>USD-M only</td><td><p>Spot: <code>2</code> </p><p>Futures: <code>3</code></p></td></tr><tr><td><a href="https://www.bitget.com/">Bitget </a></td><td>CEX</td><td>true</td><td>true</td><td>USD-M only</td><td><p>Spot: <code>13</code> </p><p>Futures: <code>14</code></p></td></tr><tr><td><a href="https://www.mexc.com">MEXC</a> </td><td>CEX</td><td>true</td><td>true</td><td>USD-M only</td><td><p>Spot: <code>4</code> </p><p>Futures: <code>16</code></p></td></tr><tr><td><a href="https://www.gate.io">Gate.io</a> </td><td>CEX</td><td>true</td><td>true</td><td>USD-M only</td><td><p>Spot: <code>8</code> </p><p>Futures: <code>9</code></p></td></tr><tr><td><a href="https://www.kraken.com">Kraken</a> </td><td>CEX</td><td>true</td><td>true</td><td></td><td><p>Spot: <code>6</code> </p><p>Futures: <code>7</code></p></td></tr><tr><td><a href="https://app.hyperliquid.xyz/trade/BTC">Hyperliquid </a></td><td>CEX</td><td>true</td><td>true</td><td>USDC only</td><td><p>Spot: <code>11</code> </p><p>Futures: <code>12</code></p></td></tr><tr><td><a href="https://app.uniswap.org/">Uniswap</a></td><td>DEX</td><td>true</td><td>false</td><td>Polygon, Arbitrum</td><td>Spot: <code>10</code></td></tr><tr><td><a href="https://polymarket.com/">Polymarket</a></td><td>PREDICTION</td><td>true</td><td>false</td><td></td><td>Spot: <code>15</code> </td></tr></tbody></table>

</details>

In these docs, you’ll learn how to:

* **Automate workflows** with [Code Reactions](/reaction/code-reaction.md), [LLM Reactions](/reaction/llm-reaction.md), and Signal Bots
* **Process and react to real-time data** through [Data Webhooks](/reaction/data-webhook.md)
* **Leverage AI insights** with [LLM Sessions](/startegies/llm-session.md) for smarter decisions
* [**Share**](/social/friends.md) **and synchronize strategies** across your team or community

Sigrex is designed for traders and developers who want **full control**, while still benefiting from **AI-driven analysis, deterministic logic, and real-time execution**.

Whether you’re building a simple automated rule, a complex AI-driven reaction, or a network of synchronized bots, these docs will guide you through every feature — from basic setup to advanced strategies.

**Explore, experiment, and level up your trading with Sigrex.**

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Code Strategy</td><td></td><td><a href="/pages/PpGEzbE7tbHdXWi3gkdn">/pages/PpGEzbE7tbHdXWi3gkdn</a></td></tr><tr><td>LLM Session</td><td></td><td><a href="/pages/q4Dqc9kAUCA4Uj5mMjeL">/pages/q4Dqc9kAUCA4Uj5mMjeL</a></td></tr><tr><td>Reactions</td><td></td><td><a href="/pages/maOPBsvHNac8hWFJXPWZ">/pages/maOPBsvHNac8hWFJXPWZ</a></td></tr></tbody></table>


---

# 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.sigrex.io/readme.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.
