ClipMarts

Crypto Trading Desk

Twelve agents monitoring markets, running signals, and managing risk

$79Company OSFor teams replacing process headcount with AI ops

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.

Agents

12

Setup Time

25 min

Difficulty

Advanced

Works With
paperclipclaude-code

Organization Chart

Price Monitor Cex

Lead

Price Monitor Dex

Technical Analyst

Sentiment Scanner

Signal Generator

Risk Manager

Order Executor

Portfolio Tracker

Pnl Reporter

Alert Dispatcher

Audit Logger

Desk Manager

What's Included

  • 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

Preview

company.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

Installation Guide

terminal
$ paperclipai company import --from ./crypto-trading-desk/paperclip/ --target new
Creating 12 agents... done
Wiring 3 workflows... done
Company deployed successfully.

One-click import — deploy a full AI company into Paperclip in under a minute.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip crypto-trading-desk.zip
2

Import the Paperclip-ready company package

paperclipai company import --from ./crypto-trading-desk/paperclip/ --target new
3

Done — agents are ready

Open your Paperclip dashboard to see the org chart, agents, and workflows.

Option B: Dashboard UI

1

Open Paperclip dashboard

Navigate to Company Settings → Import

2

Upload the paperclip/ folder

From the extracted ZIP, upload the crypto-trading-desk/paperclip/ directory.

3

Review and deploy

Preview the org chart, then click Deploy. All agents and workflows will be created automatically.

Share
Files included18
Setup time25 min
Difficultyadvanced

Tags

cryptotradingdefirisk-managementmarket-analysisautomation