AI Trading Blueprint
The AI Trading blueprint defines the template for autonomous trading service instances with strategy workers, vault policy, and decentralized risk validation. Operators host bot sandboxes and trading APIs. Users create and monitor trading service instances through the Arena app.
Source repo: https://github.com/tangle-network/ai-trading-blueprint
Product Shape
| Area | Source-backed behavior |
|---|---|
| Cloud fleet | Multi-bot operator process for shared capacity. |
| Instance | One dedicated bot per service instance. |
| TEE instance | Single bot with confidential runtime selection. |
| Hosted app | https://trading-arena.blueprint.tangle.tools/ |
| Metadata identity | publisher.namespace = "tangle", requestedSlug = "ai-trading" |
Protocol Coverage
| Category | Supported adapters |
|---|---|
| Perpetuals | Hyperliquid, GMX v2, Vertex |
| DEX | Uniswap V3, Aerodrome |
| Lending | Aave V3, Morpho |
| Prediction | Polymarket |
| Execution | TWAP and statistical arbitrage |
Strategy Packs
| Pack | Default cadence | Max turns |
|---|---|---|
prediction | 15 minutes | 20 |
dex | 5 minutes | 12 |
yield | 15 minutes | 10 |
perp | 2 minutes | 15 |
volatility | 10 minutes | 12 |
mm | 1 minute | 15 |
multi | 5 minutes | 20 |
Read Next
| Page | Use it for |
|---|---|
| Operator Requirements | VPS sizing, ports, install flow, service IDs, env vars. |
| Runtime and Risk | Runtime backends, paper mode, AI cost, validation trust modes. |
| Dapp and Indexer | Arena metadata, iframe policy, indexed service state. |
Source Material
This page is based on the blueprint repo’s README.md, OPERATORS.md, docs/runbook.md, metadata/blueprint-metadata.json, settings.env.example, and trading runtime contract/risk code.