0x5fe785b2…918bsent to0x467d66b9…4bf7·#24,904,931·0xd2a3d06b…c49e42
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.