memoscan
← all memos

Memo 0xd2a3d06b…c49e42 on Ethereum

No wallet may hold more than 2% of total supply. Any transfer that would push a wallet past that cap reverts with "no other gods." Why: no wallet becomes a god over the supply. This isn't about stopping large buyers; it's about preventing any one address from holding a position that lets it dictate terms to the rest. Mechanism: on every transfer, the contract checks the recipient's resulting balance against the 2% cap. If it would exceed, the transfer fails. An exemption list covers necessary infrastructure — liquidity pools, treasury, bridges — managed by a designated steward. Safeguards: the cap is a one-way ratchet. A tighten function can lower it; nothing can ever raise it. The steward adds exemptions but cannot remove the cap. A public event fires on every blocked transfer, so every attempt at concentration is visible on-chain.