Skip to content

nox-oss/openclaw-sidex-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sidex Logo

OpenClaw Sidex Kit

The Standardized Execution Layer for Autonomous Trading Agents

DocumentationX (Twitter)TelegramDiscord


About Sidex

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.

Developer Ecosystem (devs.sidex.fun)

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.

Universal 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

Autonomous Economics (x402)

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 Required responses, 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.).

Survival Mode (Evolutionary Logic)

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.

Quick Start

1. Installation

git clone https://github.com/sidex-fun/openclaw-sidex-kit.git
cd openclaw-sidex-kit
npm install

2. Configuration

Run the interactive setup wizard to configure your Identity, Exchanges, and x402 Ecosystem options:

npm run setup

This wizard will automatically generate your .env file with the correct API keys and features enabled.

3. Usage

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="..."

📂 Project Structure

  • /core: The brain of the agent. Contains SurvivalManager and x402/WalletManager.
  • /pipelines: Connectors for different exchanges (Hyperliquid, Binance, Bybit, etc.).
  • /quick-setup: Interactive configuration scripts.
  • /skills: Advanced capabilities (Social Alpha Miner, AI Analysis, etc.).

🧠 Social Alpha Miner (NEW)

The kit now includes a PNL / NLP engine that monitors social platforms for trading signals.

  • Impact Engine: Detects CRITICAL news from VIP accounts (Donald Trump, Saylor, etc.).
  • Sentiment Analysis: Converts "tweets" into actionable code instructions (URGENT_BULLISH_ACTION).
  • Sources: Twitter/X, Colosseum, and MoltBook.

Documentation

For full API references and architecture guides, visit the official documentation: devs.sidex.fun/documentation


© 2026 Sidex

About

Your personal AI assistant KIT for automated trading on https://devs.sidex.fun, with full documentation available at https://devs.sidex.fun/documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%