Off = limit deployed but disabled — enable anytime post-deploy
%
⚙
How it scales — live preview
The cap is a % of each holder's own balance — not total supply
Holder balance
Max sell / tx
Remaining
The mechanic compounds. Every sell reduces the holder's balance — which automatically shrinks their next max sell too. A whale trying to exit fast faces smaller and smaller sell windows with each transaction.
✓ LP pools & exempt wallets bypass the limit entirely — add your wallet and the liquidity pair to the exempt list post-deployment.
Deployed as disabled. The sell limit mechanism is in the contract but starts inactive (sellLimitDivisor = 0). Activate it anytime post-deployment by calling setSellLimit(divisor) — e.g. setSellLimit(100) for 1%.
Tax Configuration
Marketing wallet
Split a portion of tax to a marketing address
Leave blank to use deployer address. Adjustable post-deployment via setMarketingWallet().
LP fund wallet
Split a portion of tax to a liquidity wallet
Swap & Distribute
Leave blank to use deployer address. Adjustable post-deployment via setTreasuryWallet().
Tax tokens accumulate in the contract, then auto-swap to ETH/BNB when threshold is reached and distribute to wallets above.
Wallet & Tx Limits
2%
1%
Reflection Configuration
Token
Holders earn more tokens
WETH / WBNB
Holders earn wrapped native
Burn Rate
%
Stored as basis points (100 = 1%). Adjustable post-deployment via setBurnRate(uint256 bps).
ERC-20
Standard
OZ v5
Framework
2
Features
Solidity ^0.8.20 — ERC-20 · OpenZeppelin v5
Control Panel
Already deployed a contract? Paste its address below to open the control panel and manage it directly — no redeployment needed.
Deploy & Verify
Injected Web3 via MetaMask · No Remix needed · Auto-verified on all 3 chains
Submit source code to block explorer automatically
⚠ Recommended on. Without verification, your contract source code will not be visible on Etherscan, Basescan or BscScan. This means you will not be able to interact with any owner functions — such as setting tax rates, wallets, routers or exemptions — through the block explorer's Write Contract interface. You can still call functions directly via a Web3 tool, but verification is strongly advised for credibility and ease of use.