trading-agent

Orchestrate autonomous Bitcoin and token trading with multi-agent consensus and pre-trade risk checks.

4|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/0xjc65eth/CYPHER-V3 --skill trading-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-agent
Source: https://github.com/0xjc65eth/CYPHER-V3/tree/main/skills/trading-agent
Command: npx skills add https://github.com/0xjc65eth/CYPHER-V3 --skill trading-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a production-oriented autonomous trading orchestration layer that reduces manual execution overhead and enforces pre-trade risk controls to prevent catastrophic losses.

Core Features & Use Cases

  • Multi-exchange execution: Connectors for Hyperliquid, CCXT-supported CEXes, and DEX integrations to route spot, perp, and liquidity orders.
  • Multi-agent consensus & orchestration: Technical, sentiment, risk, and LLM agents vote on signals and AgentOrchestrator runs periodic cycles with fault tolerance.
  • Built-in risk enforcement: Max drawdown, position sizing, stop-loss, liquidation guards, and MEV protections ensure safe live trading and structured testing (testnet-first).
  • Use Case: Run a BTC scalping strategy that gathers TA and sentiment inputs, applies weighted consensus, performs pre-trade risk checks, and executes via Hyperliquid or CCXT with enforced limits.

Quick Start

Start the agent in testnet mode and run one orchestration cycle to evaluate BTC signals with all risk checks and MEV protections enabled.

Frequently Asked Questions about trading-agent

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

FAQPage Schema
How do I automate autonomous trading orchestration across multiple exchanges?

Autonomous trading orchestration automates order execution across exchanges using connectors for Hyperliquid and CCXT-supported venues. It routes spot, perp, and liquidity orders while applying pre-trade risk controls to reduce manual execution overhead and prevent catastrophic losses.

How does multi-agent consensus work for crypto trading signals?

Multi-agent consensus for crypto trading uses technical, sentiment, risk, and LLM agents that vote on trading signals. An AgentOrchestrator runs periodic cycles with fault tolerance, applying weighted consensus to validate execution decisions before routing orders.

Can I run a BTC scalping strategy with automated risk management?

You can run a BTC scalping strategy that gathers technical analysis and sentiment inputs, applies weighted multi-agent consensus, performs pre-trade risk checks, and executes via Hyperliquid or CCXT. All automated portfolio risk management workflows enforce strict position limits.

What's the best way to test autonomous trading agents before live execution?

The best way to test autonomous trading agents is starting in testnet mode to run a single orchestration cycle. This evaluates BTC signals with all risk checks and MEV protections enabled, ensuring structured testing before live deployment.

How do I securely handle private keys for Hyperliquid and CCXT exchange connectors?

Secure private key handling for Hyperliquid and CCXT connectors uses environment-backed variable configuration. This approach isolates sensitive credentials from the orchestration logic, preventing exposure during automated order routing and execution.