From 43b89421034ee8361cb2834ac4db0e2df85e9a1d Mon Sep 17 00:00:00 2001 From: defiQUG Date: Tue, 14 Apr 2026 17:31:44 -0700 Subject: [PATCH] Record mainnet PMM dry-run outputs --- .../MEV_CHAIN138_ALL_MAINNET_ROLLOUT_TRACKER.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/04-configuration/MEV_CHAIN138_ALL_MAINNET_ROLLOUT_TRACKER.md b/docs/04-configuration/MEV_CHAIN138_ALL_MAINNET_ROLLOUT_TRACKER.md index af1e3d8d..ba587b7e 100644 --- a/docs/04-configuration/MEV_CHAIN138_ALL_MAINNET_ROLLOUT_TRACKER.md +++ b/docs/04-configuration/MEV_CHAIN138_ALL_MAINNET_ROLLOUT_TRACKER.md @@ -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.