Analyse capped-waterfall end-of-run undeployed cash - #35
Conversation
Re-run the capped-waterfall cross-chain backtest against the fixed trade-executor CCTP planner. Add a notebook-server verification step (status + title check) to the docs and capture the portfolio asset allocation chart used to diagnose end-of-run idle cash. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Redemption-delay pinning → undeployed cashThe end-of-run idle cash (reserve climbs to 24.0% of equity by the last cycle, vs the ~10% target from Mechanism (trade-executor alpha model)Two related effects, both keyed off async ERC-7540 / Ostium vault settlement:
Evidence from the run
Example vaults exhibiting the behaviour
Example trades exhibiting the behaviourAsync settlement trades still in-flight (unsettled
Repeated partial sells over consecutive cycles show the strategy chipping away at positions it cannot fully redeem in one go, e.g. Moon Digital AM USDC: #2029 (2026-02-24, $4,967) → #2097 (still in-flight at run end); Hub Capital USDC vault: #2032 (2026-02-25, $351) → #2046 (2026-02-27, $492). Allocation chart — vaults and undeployed cashPortfolio asset weights over the run. The grey USDC band is undeployed cash; note how it widens towards the right-hand (late) side of the run as more of the book gets tied up in delayed async-vault redemptions. Note: redemption-delay pinning is additive to a second constraint — the per-position vault-capacity caps ( |

Summary
scratchpad/xchain2/08-backtest-capped-waterfall.ipynb) against the fixed trade-executor CCTP planner (#1549). The backtest now completes end-to-end (386/386 CCTP bridge trades succeed, +6.9% total return)..claude/docs/notebook-server.md.See the PR comment below for the redemption-delay pinning breakdown, example vaults/trades, and the allocation chart.