34 lines
888 B
Markdown
34 lines
888 B
Markdown
# Deployment Recipe (Step-by-Step)
|
|
|
|
## 1. Choose hub stable per chain
|
|
|
|
- Typically **USDC** or **USDT** per chain. See [../config/chains.json](../config/chains.json).
|
|
|
|
## 2. Per-chain deployment
|
|
|
|
For each public chain:
|
|
|
|
1. Deploy **cW\* / HUB** single-sided PMM pools (start here).
|
|
2. Optionally expand to extra quote stables (DAI, BUSD, mUSD) where depth is needed.
|
|
|
|
## 3. Launch bot v1
|
|
|
|
- Deviation watcher
|
|
- Simple buy/sell to compress δ
|
|
- Inventory thresholds
|
|
|
|
## 4. Bot v2
|
|
|
|
- Cross-quote routing
|
|
- Bridge-aware mint/burn management
|
|
- Circuit-break risk controls
|
|
|
|
## 5. Pool matrix and priority
|
|
|
|
See [../config/pool-matrix.json](../config/pool-matrix.json). Fill for priority chain first (e.g. 1, 56, or 137), then replicate to others.
|
|
|
|
## 6. Verification
|
|
|
|
- Verify pool addresses and token addresses on each chain.
|
|
- Confirm oracle feeds and staleness handling before enabling bot.
|