# Sigrex Documentation

## Platform

- [Welcome!](https://docs.sigrex.io/readme.md): Sigrex is a trading automation platform that sits between your ideas and the market.
- [Bot Webhook](https://docs.sigrex.io/getting-started/webhook.md)
- [Signal Payload Format](https://docs.sigrex.io/getting-started/signal-payload-format.md)
- [Exchange API key](https://docs.sigrex.io/cex-signal-bot/exchange-api-key.md)
- [Creating a CEX Signal Bot](https://docs.sigrex.io/cex-signal-bot/creating-a-cex-signal-bot.md)
- [Gas Tank](https://docs.sigrex.io/dex-signal-bot/gas-tank.md): The GasTank is a secure Ethereum smart contract that allows users to deposit ETH (or the native token of the chain, such as POL, AVAX, etc.) to cover gas fees for their DEX Signal Bot operations.
- [Creating a DEX Signal Bot](https://docs.sigrex.io/dex-signal-bot/creating-a-dex-signal-bot.md)
- [Deployment Addresses](https://docs.sigrex.io/dex-signal-bot/deployment-addresses.md): This page lists the deployed smart contract addresses used by the platform across supported EVM networks.
- [Arbitrum](https://docs.sigrex.io/dex-signal-bot/deployment-addresses/arbitrum.md): This page provides the deployed smart contract addresses on the Arbitrum network, which can be used together with the corresponding ABI files to interact with the contracts.
- [Polygon](https://docs.sigrex.io/dex-signal-bot/deployment-addresses/polygon.md): This page provides the deployed smart contract addresses on the Polygon network, which can be used together with the corresponding ABI files to interact with the contracts.
- [Contract ABI](https://docs.sigrex.io/dex-signal-bot/contract-abi.md): This page contains the Application Binary Interfaces (ABI) for the smart contracts used by the platform.
- [GasTank ABI](https://docs.sigrex.io/dex-signal-bot/contract-abi/gastank-abi.md)
- [BotFactory ABI](https://docs.sigrex.io/dex-signal-bot/contract-abi/botfactory-abi.md)
- [SignalBot ABI](https://docs.sigrex.io/dex-signal-bot/contract-abi/signalbot-abi.md)
- [Connect Wallet](https://docs.sigrex.io/prediction-signal-bot-beta/connect-wallet.md): This guide walks you through connecting your Polymarket account to the platform so your strategies can execute trades automatically.
- [Create Prediction Signal Bot](https://docs.sigrex.io/prediction-signal-bot-beta/create-prediction-signal-bot.md): This page explains how to create and configure a bot that automatically executes trades on prediction markets (e.g. Polymarket) based on incoming webhook signals.
- [Payload Format](https://docs.sigrex.io/prediction-signal-bot-beta/payload-format.md): This page describes the webhook payload required to trigger a Prediction Market bot (e.g. Polymarket).
- [Connecting LLM Service](https://docs.sigrex.io/llm/connecting-llm-service.md)
- [Code](https://docs.sigrex.io/startegies/code.md): With the Code feature, you can write your own trading strategy directly in JavaScript.
- [LLM Session](https://docs.sigrex.io/startegies/llm-session.md): An LLM Session lets you run scheduled AI analyses using large language models.
- [Chart Setup](https://docs.sigrex.io/startegies/llm-session/chart-setup.md): This page explains how to configure chart input for AI-powered analysis.
- [Signal generation](https://docs.sigrex.io/startegies/llm-session/signal-generation.md): LLM Session with Send Signal enabled
- [Data Webhook](https://docs.sigrex.io/reaction/data-webhook.md): A Data Webhook allows external systems to send data into Sigrex. Incoming data can then be processed by Reactions, using either code-based logic or AI-powered evaluation.
- [LLM Reaction](https://docs.sigrex.io/reaction/llm-reaction.md): An LLM Reaction allows Sigrex to process incoming data using an AI model.
- [Code Reaction](https://docs.sigrex.io/reaction/code-reaction.md): A Code Reaction lets you write custom JavaScript code that runs whenever a Data Webhook receives a request.
- [Friends](https://docs.sigrex.io/social/friends.md): Managing Your Friends and Sharing Access
- [Telegram Signals](https://docs.sigrex.io/social/telegram-signals.md): The Telegram Signals feature allows users to connect their trading bots to signal channels operated by our trusted partners on Telegram.
- [MCP server](https://docs.sigrex.io/more/mcp-server.md): Sigrex provides an MCP (Model Context Protocol) server that allows AI agents, developer tools, and external applications to interact with the Sigrex platform in a standardized way.
- [Notiflow App](https://docs.sigrex.io/more/notiflow-app.md): Notiflow is a mobile companion app for Sigrex that lets you turn any app’s notifications into automated trading signals.
- [Browser Extension](https://docs.sigrex.io/more/browser-extension.md): The Sigrex Chrome Extension lets you send trading signals to your bots instantly, without leaving your browser.
- [Pine Script Payload Builder](https://docs.sigrex.io/more/pine-script-payload-builder.md): 📦 jsonBuilder Library Documentation (Pine Script v6)
- [Changelog](https://docs.sigrex.io/more/changelog.md)
- [Terminal](https://docs.sigrex.io/manual-trading-soon/terminal.md): The Ultimate Hub for Manual Traders
- [AI Chart Analyzation](https://docs.sigrex.io/manual-trading-soon/terminal/ai-chart-analyzation.md): Using AI to Analyze Trading Charts

## API Reference

- [Sigrex API](https://docs.sigrex.io/api-reference/reference/sigrex-api.md)
- [Exchanges](https://docs.sigrex.io/api-reference/reference/exchanges.md)
- [Strategies](https://docs.sigrex.io/api-reference/reference/strategies.md)
- [LLM Sessions](https://docs.sigrex.io/api-reference/reference/strategies/llm-sessions.md)
- [Code Strategies](https://docs.sigrex.io/api-reference/reference/strategies/code-strategies.md)
- [Reactions](https://docs.sigrex.io/api-reference/reference/strategies/reactions.md)
- [LLM Reaction](https://docs.sigrex.io/api-reference/reference/strategies/reactions/llm-reaction.md)
- [Code Reaction](https://docs.sigrex.io/api-reference/reference/strategies/reactions/code-reaction.md)
- [Signal Bots](https://docs.sigrex.io/api-reference/reference/signal-bots.md)
- [CEX Bot](https://docs.sigrex.io/api-reference/reference/signal-bots/cex-bot.md)
- [DEX Bot](https://docs.sigrex.io/api-reference/reference/signal-bots/dex-bot.md)
- [Prediction Bot](https://docs.sigrex.io/api-reference/reference/signal-bots/prediction-bot.md)
- [Hooks](https://docs.sigrex.io/api-reference/reference/hooks.md)
- [Bot Hooks](https://docs.sigrex.io/api-reference/reference/hooks/bot-hooks.md)
- [Data Hooks](https://docs.sigrex.io/api-reference/reference/hooks/data-hooks.md)
- [API Keys](https://docs.sigrex.io/api-reference/reference/api-keys.md)
- [LLM API Keys](https://docs.sigrex.io/api-reference/reference/api-keys/llm-api-keys.md)
- [Exchange API Keys](https://docs.sigrex.io/api-reference/reference/api-keys/exchange-api-keys.md)
- [Prediction API Keys](https://docs.sigrex.io/api-reference/reference/api-keys/prediction-api-keys.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
