0xbb543355…3cadsent to0xcdc13b07…31cf·#25,007,321·0x555ba584…ad82e5
Title: Open P2P, Preserve XI, Block Wash-Dump. Details: 1.src/CMD.sol:243 - replace `revert InvalidTransfer();` with `return;` 2. CMDCommandments._afterTokenTransfer - change monotone check from `balanceOf(from)==0` to `balanceOf(from)<1e18` 3. On non-distributor P2P transfer: `hook.lastSellTime[to] =max(lastSellTime[to],lastSellTime[from])` so fresh wallets inherit sender cooldown.Rationale: XI already enforced by HolderCannotDrainToZero; the InvalidTransfer blanket is strictly stronger than needed. Raising the floor from 1 wei to 1 CMD makes the residual a visible "tithe" - every ex-holder leaves a permanent 1 CMD mark. Rule 3 closes the wash-dump vector opened by P2P.Effect: P2P transfers succeed if sender keeps >=1 CMD. Vitalik blacklist, hook tax, pool mechanics, TWAP, harvest cycle - unchanged. Fee revenue preserved: trading still clears through the taxed V4 pool. Unlocks: CEX deposits, bridges, aggregators, DeFi custody, OTC.