Skip to content

Commit cbeaee0

Browse files
alsk1992claude
andcommitted
Redesign architecture diagram to show complete system
Expanded from simple 3-column layout to comprehensive 6-layer architecture showing: - Strategy Engine (118+ strategies, Crypto HFT 5-min/1h/4h/daily) - Risk & Analytics (Circuit breaker, VaR/CVaR, Kelly sizing, Backtesting) - Execution Layer (Smart routing, whale tracking, copy trading, MEV) - DeFi & Swaps (Solana + EVM chains with full protocol list) - Mining & Staking (Bittensor detailed) - Security & Payments (Token audits, security shield, x402, MCP, Compute API) - Community & Ecosystem (Agent Forum, Marketplace) Now shows all 119+ skills, 21 channels, 15+ feeds, institutional-grade features. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 04b89ee commit cbeaee0

File tree

1 file changed

+93
-54
lines changed

1 file changed

+93
-54
lines changed

README.md

Lines changed: 93 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -343,60 +343,99 @@ Enable: `clodds config set ledger.enabled true`
343343
## Architecture
344344

345345
```
346-
┌─────────────────────────────────────────────────────────────────────┐
347-
│ GATEWAY │
348-
│ HTTP • WebSocket • Auth • Rate Limiting • 1000 connections │
349-
└─────────────────────────────────┬───────────────────────────────────┘
350-
351-
┌─────────────────────────┼─────────────────────────┐
352-
▼ ▼ ▼
353-
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
354-
│ CHANNELS │ │ AGENTS │ │ FEEDS │
355-
│ (21) │ │ (4) │ │ (12+) │
356-
├───────────────┤ ├───────────────┤ ├───────────────┤
357-
│ Telegram │ │ Main │ │ Polymarket │
358-
│ Discord │ │ Trading │ │ Kalshi │
359-
│ WhatsApp │ │ Research │ │ Betfair │
360-
│ Slack │ │ Alerts │ │ Manifold │
361-
│ Teams │ │ │ │ Crypto (10) │
362-
│ Matrix │ │ Tools (18) │ │ │
363-
│ Signal │ │ Skills (118) │ │ Arbitrage │
364-
│ +14 more │ │ Memory │ │ Detector │
365-
└───────────────┘ └───────────────┘ └───────────────┘
366-
│ │ │
367-
└─────────────────────────┼─────────────────────────┘
368-
369-
┌─────────────────────────┼─────────────────────────┐
370-
▼ ▼ ▼
371-
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
372-
│ TRADING │ │ SOLANA │ │ PAYMENTS │
373-
│ │ │ DeFi │ │ (x402) │
374-
├───────────────┤ ├───────────────┤ ├───────────────┤
375-
│ Execution │ │ Jupiter │ │ Base USDC │
376-
│ Portfolio │ │ Raydium │ │ Solana USDC │
377-
│ Trade Logger │ │ Orca │ │ Auto-approve │
378-
│ Bots │ │ Meteora │ │ │
379-
│ Risk Manager │ │ Pump.fun │ │ Wormhole │
380-
│ Backtesting │ │ │ │ Bridge │
381-
└───────────────┘ └───────────────┘ └───────────────┘
382-
383-
┌───────────────┐
384-
│ BITTENSOR │
385-
├───────────────┤
386-
│ Wallet │
387-
│ Subnet Mining │
388-
│ Earnings │
389-
│ Chutes (SN64) │
390-
└───────────────┘
391-
392-
┌───────────────┐
393-
│ PERCOLATOR │
394-
├───────────────┤
395-
│ Slab Parser │
396-
│ Trade CPI │
397-
│ Keeper Crank │
398-
│ Oracle Feed │
399-
└───────────────┘
346+
┌──────────────────────────────────────────────────────────────────────────────┐
347+
│ GATEWAY LAYER │
348+
│ HTTP • WebSocket • Auth • Rate Limiting • 1000 concurrent connections │
349+
└──────────────────────────────────────────┬─────────────────────────────────────┘
350+
351+
┌──────────────────────────────────────┼──────────────────────────────────┐
352+
▼ ▼ ▼
353+
┌──────────────────────┐ ┌──────────────────────┐ ┌──────────────────────┐
354+
│ INPUT CHANNELS │ │ AGENTS (4) │ │ MARKET FEEDS │
355+
│ (21) │ │ │ │ (15+) │
356+
├──────────────────────┤ ├──────────────────────┤ ├──────────────────────┤
357+
│ WebChat (Full UI) │ │ Main (Claude) │ │ Polymarket (5-min │
358+
│ Telegram │ │ Trading (Exec) │ │ /1h/4h/daily) │
359+
│ Discord │ │ Research (Data) │ │ Kalshi │
360+
│ Slack, Teams, Signal │ │ Alerts (Monitor) │ │ Betfair │
361+
│ WhatsApp, Matrix │ │ │ │ Manifold │
362+
│ +14 more platforms │ │ Tools: 18 │ │ Crypto (BTC/ETH/SOL) │
363+
│ │ │ Skills: 119+ │ │ │
364+
│ │ │ Memory: LanceDB │ │ Arbitrage Detector │
365+
└──────────────────────┘ └──────────────────────┘ └──────────────────────┘
366+
│ │ │
367+
└───────────────────────────────────┼──────────────────────────────────┘
368+
369+
┌───────────────────────────────┼───────────────────────────────────┐
370+
▼ ▼ ▼
371+
┌────────────────────────┐ ┌────────────────────────┐ ┌────────────────────────┐
372+
│ STRATEGY ENGINE │ │ RISK & ANALYTICS │ │ EXECUTION LAYER │
373+
├────────────────────────┤ ├────────────────────────┤ ├────────────────────────┤
374+
│ • 118+ Strategies │ │ • Circuit Breaker │ │ • Order Execution │
375+
│ • Momentum │ │ • VaR/CVaR │ │ • Orderbook Analysis │
376+
│ • Mean Reversion │ │ • Volatility Regimes │ │ • Smart Routing │
377+
│ • Penny Clipper │ │ • Kelly Sizing │ │ • Whale Tracking │
378+
│ • Expiry Fade │ │ • Stress Testing │ │ • Copy Trading │
379+
│ • DCA Bots │ │ • Daily Loss Limits │ │ • MEV Protection │
380+
│ • Crypto HFT (5-min+) │ │ • Kill Switch │ │ • Trade Logger │
381+
│ • Copy Trading │ │ • Position Manager │ │ • Portfolio Tracking │
382+
│ • Arbitrage Detection │ │ • Backtesting Engine │ │ • Real-time P&L │
383+
│ • Security Audits │ │ • Trade Ledger │ │ • Settlement Polling │
384+
└────────────────────────┘ └────────────────────────┘ └────────────────────────┘
385+
│ │ │
386+
└───────────────────────────────┼───────────────────────────────────┘
387+
388+
┌───────────────────────────────┼───────────────────────────────────┐
389+
▼ ▼ ▼
390+
┌────────────────────────┐ ┌────────────────────────┐ ┌────────────────────────┐
391+
│ MARKET DATA LAYER │ │ PREDICTION MARKETS │ │ PERPETUAL FUTURES │
392+
├────────────────────────┤ ├────────────────────────┤ ├────────────────────────┤
393+
│ • Real-time Candles │ │ • Polymarket │ │ • Binance (125x) │
394+
│ • Orderbooks │ │ • Kalshi │ │ • Bybit (100x) │
395+
│ • Liquidity Tracking │ │ • Betfair │ │ • Hyperliquid (50x) │
396+
│ • Depth Analysis │ │ • Smarkets │ │ • MEXC (200x) │
397+
│ • Price Feeds (30+) │ │ • Drift (on Solana) │ │ • Drift (Solana) │
398+
│ • Volatility Feeds │ │ • Opinion.xyz │ │ • Percolator (On-chain)│
399+
│ • Trade History │ │ • Predict.fun │ │ • Lighter (ARB) │
400+
│ • Semantic Memory │ │ • Manifold (play $) │ │ Leverage: up to 200x │
401+
│ • Analytics/Stats │ │ • Metaculus (forecast) │ │ Features: TP/SL, Liquidation Alerts │
402+
└────────────────────────┘ └────────────────────────┘ └────────────────────────┘
403+
│ │ │
404+
└───────────────────────────────┼───────────────────────────────────┘
405+
406+
┌───────────────────────────────┼───────────────────────────────────┐
407+
▼ ▼ ▼
408+
┌────────────────────────┐ ┌────────────────────────┐ ┌────────────────────────┐
409+
│ DeFi & SWAPS │ │ MINING & STAKING │ │ SECURITY & PAYMENTS │
410+
├────────────────────────┤ ├────────────────────────┤ ├────────────────────────┤
411+
│ Solana: │ │ • Bittensor Mining │ │ • Token Security Audits│
412+
│ • Jupiter │ │ • Wallet Management │ │ • GoPlus Analysis │
413+
│ • Raydium │ │ • Chutes SN64 Support │ │ • Code Scanning (75+) │
414+
│ • Orca │ │ • Earnings Tracking │ │ • Scam DB (70+) │
415+
│ • Meteora │ │ • TAO Rewards │ │ • Security Shield │
416+
│ • Kamino │ │ • Subnet Stats │ │ • Pre-trade TX Check │
417+
│ • MarginFi │ │ │ │ • x402 Payments │
418+
│ • Pump.fun │ │ EVM: │ │ • Wormhole Bridging │
419+
│ EVM: │ │ • Proof-of-stake │ │ • Encrypted Creds │
420+
│ • Uniswap V3 │ │ • Validator Pools │ │ • MCP Server (119 tools)│
421+
│ • 1inch │ │ • Rewards APY │ │ • Compute API │
422+
│ • PancakeSwap │ │ │ │ • Kill Switch │
423+
│ Jito Bundles │ └────────────────────────┘ └────────────────────────┘
424+
│ MEV Protection │
425+
└────────────────────────┘
426+
427+
└───────────────────────────────────────────────────────────────────┐
428+
429+
┌────────────────────────────┐
430+
│ COMMUNITY & ECOSYSTEM │
431+
├────────────────────────────┤
432+
│ • Agent Forum │
433+
│ • Agent Marketplace │
434+
│ • Peer-to-peer Trade (USDC)│
435+
│ • Strategy Sharing │
436+
│ • Leaderboards │
437+
│ • 9 Extensions │
438+
└────────────────────────────┘
400439
```
401440

402441
---

0 commit comments

Comments
 (0)