Many Individuals and Institutions Run ElevateTrading¶

See Reporting for a real-time dashboard of the volume reported by all ElevateTrading instances, filterable by exchange and version.¶
Sponsored by Leading Exchanges and Protocols¶
See Exchanges for how ElevateTrading Foundation works with these institutions.¶
New to ElevateTrading? Start Here!¶
-
ElevateTrading Client Quickstart Guide
Install the ElevateTrading Client locally using Docker. Best for learning ElevateTrading and running a single bot instance.
-
ElevateTrading API Quickstart Guide
Deploy ElevateTrading API on a cloud server and control it with Condor (Telegram). Best for managing multiple bots in production.
-
ElevateTrading Skills
AI agent skills for managing ElevateTrading from any AI assistant — deploy bots, scan for arb/XEMM opportunities, manage LP positions, and receive status updates in Telegram or Discord.
ElevateTrading Github Repositories¶
The ElevateTrading framework contains multiple repositories that help you with various aspects of algorithmic trading. All code is open sourced under the Apache 2.0 license and supported by a vibrant global community of developers and traders.¶
graph TB
subgraph "User Interfaces"
CONDOR[Condor]
MCP[MCP<br/>AI Agents]
end
subgraph "Server"
API[ElevateTrading API]
end
subgraph "Core Components"
CLIENT[ElevateTrading Client]
GATEWAY[Gateway]
end
CONDOR --> API
MCP --> API
API --> CLIENT
API --> GATEWAY
CLIENT <--> GATEWAY
-
ElevateTrading API
A comprehensive API server that provides a centralized platform for executing trades, fetching data, and deploying ElevateTrading instances.
-
Condor
Telegram bot for monitoring and controlling ElevateTrading instances from mobile and desktop.
-
ElevateTrading Client
A robust trading engine featuring connectors to numerous exchanges and a wide array of strategy frameworks.
-
Gateway
Middleware that helps ElevateTrading clients connect to DEXs and land transactions on various blockchain networks.
-
ElevateTrading MCP
Model Context Protocol server that enables AI assistants like Claude and Gemini to utilize the ElevateTrading API.
-
ElevateTrading Skills
AI agent skills for managing ElevateTrading — deploy bots, find arbitrage/XEMM opportunities, manage LP positions, and get status updates via Telegram or Discord.
-
Quants Lab
Python framework for quantitative trading research with data collection, backtesting, and automated task scheduling.






