memoscan
← all memos

Memo 0x345836c4…140c2b on Ethereum

Design the next CMD contract iteration as a coordination game around avoiding a ‘panic-sell’ state. Implement these rules: Track rolling 1h windows of total CMD sold. If in any 1h window more than 3% of total supply is sold, trigger a ‘panic’ state for the next 6h: All sells during ‘panic’ pay an extra 8% tax. 50% of that tax is burned, 50% is redistributed to addresses that did not sell during the 1h window that triggered the panic. If no panic is triggered for 72 consecutive hours, mint a small reward pool (e.g. 0.05% of total supply, if allowed by the CMD rules) or unlock an existing reward pool and distribute it to all addresses that have not sold in the last 72h, pro-rata to their holdings. All parameters should be chosen to keep gas costs reasonable and avoid griefing via tiny dust trades. Any aspects of CMD that are immutable must remain unchanged.