If you have ever tried to buy a new memecoin and noticed that your wallet showed fewer tokens than expected, you have encountered a token tax. Token taxes — also called transaction fees or reflection taxes — are one of the most commonly misunderstood features in crypto token design.
This guide explains exactly what token taxes are, how they work technically, how they are distributed, and the important strategic considerations for whether your token should have them.
What Is a Token Tax?
A token tax is a percentage fee automatically deducted from every buy or sell transaction involving your token on a decentralised exchange. The fee is enforced by the smart contract — it happens automatically on every trade without any action required by the token creator.
For example, if your token has a 3% buy tax and 3% sell tax:
- •A buyer who spends 1 ETH receives tokens worth 0.97 ETH (3% is taken)
- •A seller who sells tokens worth 1 ETH receives ETH worth 0.97 ETH (3% is taken)
The 3% deducted does not disappear — it is redistributed according to rules you define in the smart contract.
How Token Taxes Are Distributed
Liquidity tax: A portion of every transaction is automatically added to the liquidity pool. This creates a self-funded, ever-growing liquidity base that makes your token more stable.
Marketing/development wallet: A percentage is sent to a team-controlled wallet, funding development, marketing and exchange listing fees.
Burn tax: A portion of every transaction is permanently removed from circulation by sending it to the dead address. This creates deflationary pressure — the supply shrinks with every trade.
Holder rewards (reflection): Some tokens redirect a percentage of every transaction back to all existing holders proportionally to their share. Every holder passively earns more tokens simply by holding. SAFEMOON popularised this in 2021.
A single token can combine multiple destinations. For example: 1% to liquidity + 1% burned + 1% to marketing = 3% total buy/sell tax.
How to Set the Right Tax Rate
0% tax. Maximum compatibility with all DEX aggregators and trading bots. Preferred for serious DeFi projects and Solana tokens. The community cannot complain about taxes because there are none.
1-3% total tax. The sweet spot for most tokens in 2025. Low enough that aggregators do not flag it as dangerous. High enough to generate meaningful revenue for the liquidity pool and marketing wallet. Most successful tax-using tokens are in this range.
3-5% total tax. Some aggregators may display warnings. Still acceptable to most buyers if the token narrative is strong.
5-10% total tax. Significant friction. DEXScreener and wallet apps will show prominent tax warnings. Many experienced traders avoid tokens in this range. The majority of potential buyers will be deterred.
10%+ total tax. Widely considered predatory in 2025. Regularly associated with scam tokens. The SAFEMOON model is essentially impossible to sustain in the current market environment.
The DEX Aggregator Problem
One of the most practical reasons to keep taxes below 5% is aggregator compatibility. Aggregators like 1inch, Jupiter (Solana), ParaSwap and Uniswap's interface simulate trades before executing them. If the simulation detects that the output is significantly less than expected, they display a prominent warning or refuse the trade entirely.
Jupiter on Solana will not route trades for tokens with extreme buy/sell discrepancies. This alone can cut your addressable trading volume dramatically.
Buy Tax vs Sell Tax: Asymmetric Options
Many tokens use asymmetric taxes — a lower buy tax than sell tax.
Higher sell tax: Discourages selling. Makes holders more patient. But it can trap holders and generate resentment when they realise exiting is expensive. This model has fallen out of favour in 2025 as it is seen as coercive.
Equal buy and sell tax: The most common and fair approach. Buyers and sellers are treated equally.
Tax-free buying: Some tokens charge 0% on buys and a sell tax only. Encourages buying while still capturing value from sellers. Can work well if the sell tax is low (1-3%).
Token Taxes on Solana
It is important to note that the Solana ecosystem has largely moved away from tax tokens. Most successful Solana memecoins in 2025 have zero taxes. The community strongly prefers clean, tax-free tokens on Solana.
SPL Token 2022 does include a Transfer Fee extension, but using it marks you as an outlier in the Solana ecosystem and may reduce buyer trust.
If you are launching on Solana, we strongly recommend keeping taxes at 0%.
When Should You Use Token Taxes?
Use taxes if:
- •You are launching on Ethereum or BNB Chain where taxes are a familiar mechanism
- •You need a self-funding liquidity mechanism
- •Your tokenomics include a deflationary burn mechanism
- •Your community expects and accepts taxes as part of the design
Do not use taxes if:
- •You are launching on Solana (community prefers zero-tax tokens)
- •You want maximum DEX aggregator compatibility
- •Your token is a utility token or governance token
- •You want to attract professional traders or arbitrage bots
Checking a Token's Tax Before Buying
As a buyer, always verify a token's tax rate before purchasing:
- •TokenSniffer — scans the contract and shows buy/sell tax rates
- •DEXScreener — often shows tax percentages in the token info panel
- •Honeypot.is — checks if a token is a honeypot (cannot be sold)
- •Etherscan/BscScan — read the contract source code directly
Never buy a token where you cannot verify the tax rate. Tokens with hidden taxes are one of the most common forms of crypto scam.
TheCoinLab displays your configured tax rates prominently during deployment and on your token's public dashboard. All tax rates are written into contract variables that can only be decreased — never secretly increased — after launch.