Files
cross-chain-pmm-lps/docs/03-bot-mesh.md
2026-02-26 04:40:35 -08:00

21 lines
686 B
Markdown

# Bot-Driven Stabilization Mesh
The mesh is a set of bots that watch **deviation**, **inventory**, and **bridge flow**, then re-balance by adding/removing cW inventory and executing trades to compress spreads.
## Mesh definition
For each public chain `C`, the bot manages a graph:
**Nodes**
- cWUSDT, cWUSDC, cWAUSDT, cWEURC, cWEURT, cWUSDW
- USDT, USDC, DAI, BUSD, mUSD (anchor stables on that chain)
**Edges**
- Each single-sided PMM pool deployed: `cW* / stable`
The mesh is **centered on each cW token** with spokes to the anchor stables.
See [04-bot-policy.md](04-bot-policy.md) for inputs, actions, and [07-mesh-reflexivity.md](07-mesh-reflexivity.md) for risk controls.