Crypto Trading Desk
Twelve agents monitoring markets, running signals, and managing risk
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.
12
25 min
Advanced
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
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: 2Installation Guide
One-click import — deploy a full AI company into Paperclip in under a minute.
Option A: CLI (recommended)
Download and extract the ZIP
unzip crypto-trading-desk.zipImport the Paperclip-ready company package
paperclipai company import --from ./crypto-trading-desk/paperclip/ --target newDone — agents are ready
Open your Paperclip dashboard to see the org chart, agents, and workflows.
Option B: Dashboard UI
Open Paperclip dashboard
Navigate to Company Settings → Import
Upload the paperclip/ folder
From the extracted ZIP, upload the crypto-trading-desk/paperclip/ directory.
Review and deploy
Preview the org chart, then click Deploy. All agents and workflows will be created automatically.
Related Products
Finance Back Office
Nine agents handling invoices, payroll, reconciliation, and tax prep
Fintech Back Office Grid
Accounts payable, finance tracking, reporting, and controls for lean finance teams
Bookkeeping Ops Studio
Cash visibility, payables, reporting, and close support for lean finance teams
Private Equity Diligence Cell
Data gathering, executive summaries, and diligence packaging for investment teams