BlueprintsAI TradingOverview

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

AreaSource-backed behavior
Cloud fleetMulti-bot operator process for shared capacity.
InstanceOne dedicated bot per service instance.
TEE instanceSingle bot with confidential runtime selection.
Hosted apphttps://trading-arena.blueprint.tangle.tools/
Metadata identitypublisher.namespace = "tangle", requestedSlug = "ai-trading"

Protocol Coverage

CategorySupported adapters
PerpetualsHyperliquid, GMX v2, Vertex
DEXUniswap V3, Aerodrome
LendingAave V3, Morpho
PredictionPolymarket
ExecutionTWAP and statistical arbitrage

Strategy Packs

PackDefault cadenceMax turns
prediction15 minutes20
dex5 minutes12
yield15 minutes10
perp2 minutes15
volatility10 minutes12
mm1 minute15
multi5 minutes20
PageUse it for
Operator RequirementsVPS sizing, ports, install flow, service IDs, env vars.
Runtime and RiskRuntime backends, paper mode, AI cost, validation trust modes.
Dapp and IndexerArena 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.