Sidex is turning trading into a game.
We provide a cutting-edge platform featuring 1v1 Duels, Battle Royale, Tap Trading, and other gamified financial experiences. Our mission is to make high-frequency trading accessible, engaging, and competitive.
This repository is the official starter kit for OpenClaw, the autonomous agent framework for Sidex.
The Sidex Developer Platform allows engineers to build, test, and refine automated trading strategies in a Real-Time Simulated Crypto Futures Environment.
- Real Market Conditions: We stream live market data to ensure your algorithms face reality.
- Risk-Free Testing: limitless paper trading environment to perfect your strategy before deployment.
- Universal Architecture: Once tested, your agent is ready to deploy on any major exchange using our standardized pipelines.
The OpenClaw Kit features a modular pipeline architecture, allowing your agent to interface with major Decentralized (DEX) and Centralized (CEX) exchanges using a unified command structure.
| Exchange | Type | Support |
|---|---|---|
| Hyperliquid | DEX (Perps) | Model Included |
| Binance | CEX (Futures) | Model Included |
| Bybit | CEX (Unified) | Model Included |
| Solana (Jupiter) | DEX (Spot) | Model Included |
| Uniswap | DEX (EVM) | Model Included |
OpenClaw Agents are equipped with an integrated Economic Core powered by the x402 Protocol. This allows agents to autonomously buy and sell resources machine-to-machine.
-
Self-Sufficiency: Agents can pay for premium trading signals, news feeds, or computational power using their own crypto wallet.
-
Auto-Negotiation: The kit automatically handles
402 Payment Requiredresponses, paying the vendor and retrieving the data in a single flow. -
Multichain: Built on
viem, supporting payments on any EVM chain (Base, Polygon, Arbitrum, etc.).
Inspired by biological systems, the Survival Manager adjusts the agent's behavior based on its PnL health.
- Growth Phase: If in profit (>20%), the agent becomes aggressive and "buys" better data.
- Defensive Phase: If losing money, it cuts costs and reduces risk.
- Hibernation: If capital drops critically (<50%), the agent shuts itself down to preserve remaining funds.
Note: This works on both Simulations (Sidex Devs) and Real Exchanges.
git clone https://github.com/sidex-fun/openclaw-sidex-kit.git
cd openclaw-sidex-kit
npm installRun the interactive setup wizard to configure your Identity, Exchanges, and x402 Ecosystem options:
npm run setupThis wizard will automatically generate your .env file with the correct API keys and features enabled.
Run the agent in autonomous mode or execute manual pipeline commands.
# Example: Execute a trade on Binance Pipeline
node pipelines/binance/scripts/trade.mjs --symbol="BTCUSDT" --side="buy" --amount="0.01" --api_key="..."/core: The brain of the agent. ContainsSurvivalManagerandx402/WalletManager./pipelines: Connectors for different exchanges (Hyperliquid, Binance, Bybit, etc.)./quick-setup: Interactive configuration scripts./skills: Advanced capabilities (Social Alpha Miner, AI Analysis, etc.).
The kit now includes a PNL / NLP engine that monitors social platforms for trading signals.
- Impact Engine: Detects
CRITICALnews from VIP accounts (Donald Trump, Saylor, etc.). - Sentiment Analysis: Converts "tweets" into actionable code instructions (
URGENT_BULLISH_ACTION). - Sources: Twitter/X, Colosseum, and MoltBook.
For full API references and architecture guides, visit the official documentation: devs.sidex.fun/documentation
© 2026 Sidex
