Solo Unicorn Club logo

Company Packs

Crypto Trading Desk

Twelve agents monitoring markets, running signals, and managing risk

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 18 included files and working structure.

03

Move from purchase to first setup in about 25 min.

// Included files

What is inside the package.

company.yaml
agents/price-monitor-cex.md
agents/price-monitor-dex.md
agents/technical-analyst.md
agents/sentiment-scanner.md
agents/signal-generator.md
agents/risk-manager.md
agents/order-executor.md
agents/portfolio-tracker.md
agents/pnl-reporter.md
agents/alert-dispatcher.md
agents/audit-logger.md
agents/desk-manager.md
workflows/signal-to-execution.yaml
workflows/daily-risk-report.yaml
workflows/rebalance.yaml
mcp-servers.json
README.md

Description

What is Crypto Trading Desk?

A multi-agent trading desk for cryptocurrency markets. Includes price feed monitors for CEX and DEX, a technical analysis agent that runs indicator scans, a sentiment agent parsing Twitter and Discord, a risk manager that enforces position limits, and an execution agent that places orders through exchange APIs. All trades logged with full audit trail.

solo-unicornclaude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewcompany.yaml
# company.yaml
name: crypto-trading-desk
version: "1.0"
description: Multi-agent crypto trading operation

agents:
  - id: technical-analyst
    role: "Run indicator scans on 15m, 1h, 4h candles"
    skills: [ta-indicators, pattern-recognition]
    mcp_servers: [binance, coingecko]
    triggers:
      - cron: "*/15 * * * *"
        action: scan-watchlist

  - id: risk-manager
    role: "Enforce position limits and stop-loss rules"
    skills: [risk-scoring, position-sizing]
    limits:
      max_position_pct: 5
      daily_loss_limit_pct: 2

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation