Record mainnet PMM dry-run outputs
All checks were successful
Deploy to Phoenix / deploy (push) Successful in 9s

This commit is contained in:
defiQUG
2026-04-14 17:31:44 -07:00
parent 54c3acbf31
commit 43b8942103

View File

@@ -75,9 +75,24 @@ though large parts of the deployment inventory exist.
- `bash scripts/deployment/run-mainnet-public-dodo-cw-swap.sh --pair=cwusdc-usdc --direction=base-to-quote --amount=575113 --dry-run`
- `bash scripts/deployment/run-mainnet-public-dodo-cw-swap.sh --pair=cwusdt-usdc --direction=base-to-quote --amount=7541 --dry-run`
- `bash scripts/deployment/run-mainnet-public-dodo-cw-swap.sh --pair=cwusdc-usdt --direction=base-to-quote --amount=5478 --dry-run`
- `2026-04-14` dry-run outputs for those exact support sizes:
- `cwusdt-usdt` `8131` raw → `estimatedOut=4038`, `minOut=3997`
- `cwusdc-usdc` `575113` raw → `estimatedOut=159283`, `minOut=157690`
- `cwusdt-usdc` `7541` raw → `estimatedOut=3217`, `minOut=3184`
- `cwusdc-usdt` `5478` raw → `estimatedOut=1118`, `minOut=1106`
- Suggested matched-rail rebalance ceilings once quote inventory is funded:
- `cwusdt-usdt` `32526` raw
- `cwusdc-usdc` `2300455` raw
- `2026-04-14` flash quote-push path for `cWUSDC/USDC` was also refreshed:
- use `bash scripts/deployment/plan-mainnet-cwusdc-flash-quote-push-rebalance.sh`
- current live reserve inputs:
- `base=829781271`
- `quote=230045540`
- current documented first steps:
- `node scripts/analytics/pmm-flash-push-break-even.mjs ... --loop-strategy quote-push`
- `bash scripts/deployment/run-mainnet-cwusdc-flash-quote-push-model-sweep.sh`
- `bash scripts/deployment/deploy-mainnet-aave-quote-push-stack.sh --dry-run`
- `bash scripts/deployment/run-mainnet-aave-cwusdc-quote-push-once.sh --dry-run`
- Bootstrap verification now passes for all `11` recorded Mainnet public DODO cW
bootstrap pools. Remaining failures are peg/funding issues, not dead-pool or
integration-mapping issues.