Clarify mainnet PMM remediation steps
All checks were successful
Deploy to Phoenix / deploy (push) Successful in 10s

This commit is contained in:
defiQUG
2026-04-14 17:30:24 -07:00
parent ccf466e7c7
commit 54c3acbf31

View File

@@ -48,7 +48,9 @@ It is intentionally split into:
downgrading operator-wallet balance shortages from false failures to warnings.
- Same bootstrap verifier surfaced one env/registry drift:
- registry-authoritative `cWUSDC/USDC` pool is `0x69776fc607e9edA8042e320e7e43f54d06c68f0E`
- some env/default flows still reference legacy pool `0xB227dDA4e89E2EA63A1345509C9AC02644e8d526`
- active operational defaults already use the registry-authoritative pool
- remaining legacy reference `0xB227dDA4e89E2EA63A1345509C9AC02644e8d526`
is now confined to migration-oriented tooling/docs
This means Mainnet public PMM operation is not yet in a fully healthy state even
though large parts of the deployment inventory exist.
@@ -68,6 +70,11 @@ though large parts of the deployment inventory exist.
- `cwusdc-usdc` `575113` raw
- `cwusdt-usdc` `7541` raw
- `cwusdc-usdt` `5478` raw
- Exact dry-run commands:
- `bash scripts/deployment/run-mainnet-public-dodo-cw-swap.sh --pair=cwusdt-usdt --direction=base-to-quote --amount=8131 --dry-run`
- `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`
- Suggested matched-rail rebalance ceilings once quote inventory is funded:
- `cwusdt-usdt` `32526` raw
- `cwusdc-usdc` `2300455` raw
@@ -173,7 +180,7 @@ though large parts of the deployment inventory exist.
- rebalance `cWUSDC/USDC`
- rebalance `cWUSDT/USDT`
- rebalance `cWUSDC/USDT`
- reconcile remaining legacy `POOL_CWUSDC_USDC_MAINNET` env/default references with the registry-authoritative pool
- optionally retire the remaining migration-only legacy `POOL_CWUSDC_USDC_MAINNET` reference once pool replacement history is no longer needed
6. Publish the final ALL Mainnet native venue matrix before trying to wire full MEV discovery there.
## Truthful Completion Condition