Exemptions
Grant specific addresses exemption from tax fees or anti-whale limits.
Before you start
- Token owner wallet
- The address you want to exempt
Connect the token owner wallet
Only the token owner can grant or revoke exemptions. Connect that wallet before making any changes.
What fee exemption does
A fee-exempt address bypasses the buy and sell tax entirely — both when it sends and when it receives tokens. The token contract checks both sides of every transfer: if either the sender or receiver is fee-exempt, no tax is deducted. This is useful for your deployer wallet, a marketing wallet you control, or an airdrop contract that needs to distribute tokens without collecting tax from recipients.
The token owner and the token contract itself are automatically fee-exempt from the moment of deployment.
What limit exemption does
A limit-exempt address is not subject to the anti-whale max-wallet or max-transaction checks. It can hold any amount of tokens and move any amount in a single transaction. This is useful for exchange listing wallets (which need to hold large balances), staking contracts, or presale contracts. Note: the max-wallet check is already skipped for registered DEX pair addresses regardless of this setting.
If you run a bot or market maker, make the bot wallet limit-exempt so it is not blocked by the max-transaction limit when placing large trades.
Grant exemptions to an address
Paste the wallet address. Check "Fee Exempt" to remove tax for that address, "Limit Exempt" to remove anti-whale limits, or both. Click "Save Exemptions" and confirm in your wallet. The exemptions take effect from the next transfer.
Address to Exempt
Remove exemptions from an address
To remove all exemptions from an address: paste the address, uncheck both "Fee Exempt" and "Limit Exempt", and click Save. A warning banner appears confirming you are removing all exemptions. Confirm in your wallet — the address goes back to normal tax and limit rules immediately.
Removing the fee exemption from the owner wallet means the owner will start paying tax on transfers. Only do this intentionally.
What to do next
Browse all tutorials