SidexTrader

Execute leveraged financial trades on the Sidex Gateway via WebSocket.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill sidextrader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SidexTrader
Source: https://github.com/shreed27/DAIN/tree/main/openclaw-sidex-kit-main/skills/sidex_trader
Command: npx skills add https://github.com/shreed27/DAIN --skill sidextrader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ws, util, fs, child_process, and includes scripts (resource) components.

What problem does it solve?

This Skill automates high-frequency trading on the Sidex platform, allowing users to execute buy/sell orders with specified leverage and amounts via natural language commands.

Core Features & Use Cases

  • Open/Close Positions: Execute long or short trades on various assets.
  • Leveraged Trading: Specify leverage up to 20x for amplified positions.
  • Use Case: A user can say "Buy 100 USDT of BTC at 10x leverage" and the agent will execute the trade on Sidex.

Quick Start

Use the SidexTrader skill to buy 100 USDT of BTC at 10x leverage.

Frequently Asked Questions about SidexTrader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate high-frequency crypto trades on the Sidex Gateway?

To automate high-frequency crypto trades on the Sidex Gateway, use natural language commands specifying the asset, amount, and leverage. The Skill executes buy and sell orders via WebSocket communication and logs all trade executions locally.

Can I open leveraged positions using natural language commands?

Yes, you can open leveraged positions using natural language commands like "Buy 100 USDT of BTC at 10x leverage." The agent parses these instructions and executes the corresponding long or short trades.

What authentication is required to execute trades on Sidex?

Executing trades on Sidex requires a secure token for authentication. This token authorizes the WebSocket connection needed to open and close leveraged positions for specified assets.

Does this automation tool support up to 20x leverage for crypto assets?

Yes, the automation tool supports up to 20x leverage for amplified crypto positions. You specify the exact leverage parameter alongside the asset, side, and amount when issuing your trade command.

What are the limitations of using WebSocket for high-frequency trading automation?

A limitation of using WebSocket for high-frequency trading automation is the dependency on continuous network stability for precise execution. Additionally, the Skill only logs executions locally and requires manual secure token management.

How do I close an existing leveraged position on Sidex via automation?

To close an existing leveraged position on Sidex via automation, issue a natural language command specifying the close action, target asset, and amount. The Skill processes this instruction over the WebSocket connection to execute the order.