bigpump.ai

What Is a Tax NFT? The Memecoin That Pays You ETH for Holding (Robinhood Chain, 2026)Guide

2026-09-04 · 6 min read · By Leo Park · BigPump Blog
TL;DR
  • A Tax NFT is one contract that is both an ERC-20 coin and an ERC-1155 NFT, bound at 1 NFT = 1,000,000 tokens — hold the coin and you hold the NFT.
  • The creator sets a 1/3/5/10% trade tax split four ways: treasury, burn, holder dividends (paid in ETH), liquidity.
  • The tax and the dividends only switch on after the token graduates to Uniswap; on the bonding curve you pay just a 1% pool fee.
  • Dividends are proportional to holdings, need no staking, and keep flowing as long as the token trades.

Most memecoins have exactly one way to pay you: someone buys after you and you sell to them. A Tax NFT has a second one. Every trade on the open market skims a small tax, and part of that tax lands in your wallet as ETH — not more of the coin, actual ETH — for doing nothing except holding.

That is the whole pitch, and it is why I stopped ignoring "tax tokens" once I read how BigPump wires them on Robinhood Chain. Below is the mechanism with the numbers that actually exist in the contracts, not the numbers people wish existed.

One contract, two faces: the x405 hybrid

A Tax NFT on BigPump is an x405 asset: a single contract that is simultaneously an ERC-20 coin (6 decimals) and an ERC-1155 NFT. The two are bound at a fixed ratio of 1 NFT = 1,000,000 tokens. Cross a million-token threshold and your NFT balance ticks up by one, automatically, inside the same transfer. Sell below it and the NFT goes away. There is no separate mint, no "wrap", no second transaction.

Why bother? Because it makes a memecoin collectible without killing its liquidity. The coin side trades on the bonding curve and later on Uniswap like any token; the NFT side gives whole units scarcity and a reason to hold round lots. If you have ever watched an NFT project try to bolt on a token afterwards, you know why doing both in one contract matters.

Where the "tax" goes — four buckets, set by the creator

When a creator launches a Tax NFT they pick a total tax rate from four presets — 1%, 3%, 5% or 10% — or leave tax off entirely. Then they split it across four destinations with sliders that must total 100%:

BucketWhat happens to itWho benefits
Treasury / WalletSent as ETH to a wallet the creator namesThe project (marketing, dev, buybacks)
Rewards / DividendsSent to the DividendTracker and credited to holders pro-rataYou, if you hold above the minimum
LiquidityAdded back into the Uniswap poolEveryone — deeper pool, less slippage
BurnTokens destroyedRemaining holders via a shrinking supply

The split lives in the contract and is shown on every token's trade page as a Tax badge with the allocation, so you know exactly what you are paying and where it goes before you press Buy.

The nuance almost every explainer gets wrong: when the tax applies

Here is the part that surprised me when I read the TaxHandler code. The creator's tax — and therefore the dividends — apply only after the token graduates to Uniswap. While a token is still on the bonding curve, the creator tax is zero. Curve trades pay a flat 1% pool fee (95% to the platform, 5% to the creator) and nothing else.

On the curve you are paying 1%. After graduation you are paying the creator's tax plus 1% — and only then does the hold-to-earn engine actually start paying out.

So the timeline of a Tax NFT looks like this:

  1. Curve phase. Fair launch, no presale, everyone buys the same formula. 1% fee per trade. No dividends yet.
  2. Graduation. When roughly 4 ETH of real ETH has accumulated, the contract creates a Uniswap V2 pair, adds the ETH plus matching tokens as liquidity, and mints the LP to the dead address. A one-time 5% settlement fee comes out of the pool first (95% platform, 5% creator). Liquidity is now permanently locked.
  3. Open market. Every Uniswap buy and sell is taxed at the creator's rate plus a 1% platform fee, because the tax logic sits inside the token's own <code>transfer</code>. No frontend, router or aggregator can route around it.

If you want the launch side of this story — supply, images, the "bbb" vanity address — it is in how to launch a meme coin on Robinhood Chain.

How the dividends reach your wallet

Tax is taken in tokens and piles up in the TaxHandler contract. When the pile crosses a threshold, the contract swaps it to ETH on Uniswap (this fires during sells, when it is safe to do so), sends the platform's share off, and routes the rest: treasury to the creator's wallet, liquidity back to the pool, and the Rewards share into the DividendTracker.

The tracker splits that ETH across eligible holders in proportion to balance. Eligible means:

There is no staking and no lock. Accrual starts the moment you are above the minimum and stops when you drop below it. Unclaimed ETH carries forward until you withdraw. And because payouts are fault-tolerant, a single failed transfer never blocks a trade or loses the amount — it is carried forward instead.

Is a trade tax a red flag?

A tax is a tool, and tools cut both ways. My checklist before buying any tax token, BigPump or otherwise:

If you only remember one thing: a high Rewards allocation is what makes holders want to hold. A token with 10% tax and 50% of it flowing to holders behaves very differently from a token with 10% tax flowing to one wallet. Read the split, not just the rate. More on evaluating launches in our Robinhood Chain memecoin guide.

FAQ

Do I have to stake or lock tokens to earn dividends?

No. Holding above the token's minimum holding amount is enough. You stay fully liquid and can sell whenever you like; accrual simply stops when you drop below the minimum.

Are dividends paid in the memecoin or in ETH?

In ETH, the native gas asset of Robinhood Chain. You are accumulating a liquid, blue-chip asset rather than more of the token.

Does the tax apply while the token is still on the bonding curve?

No. The creator's tax and the dividends only start after graduation to Uniswap. Bonding-curve trades pay only a 1% pool fee (95% platform, 5% creator).

Can the creator change the tax later to rug holders?

The rate and split are set in the contract and displayed on the trade page. Always check the allocation before buying, and treat a token whose Rewards share is near zero as a fee token rather than a dividend token. Memecoins remain extremely risky; only spend what you can afford to lose.

Ready to see one in the wild? Browse the board, or create a Tax NFT yourself — the whole flow takes about a minute. More answers in the FAQ.

Disclaimer: memecoins are extremely volatile and most go to zero. This article is not financial advice. Do your own research and only spend what you can afford to lose.