What Is a Token Supply Rug Pull?
A token supply rug pull dilutes your holdings by minting new tokens — no liquidity withdrawal needed. Here's how it works and what to check.
Liquidity isn't the only thing a token creator can manipulate to leave holders worse off. A token supply rug pull attacks the token itself — quietly increasing how many exist until the ones you hold are worth a fraction of what they used to be.
What a Token Supply Rug Pull Actually Is
Every token has a supply — the total number of units that exist. Your share of a project isn't just about how many tokens you hold, but what percentage of the total supply that represents. A token supply rug pull happens when whoever controls the contract creates large amounts of new tokens after launch, diluting everyone else's share without taking a single dollar out of a liquidity pool.
Why This Requires No Liquidity Withdrawal at All
This is what makes a token supply rug pull different from — and in some ways sneakier than — a liquidity rug pull. It doesn't touch the pool, so a liquidity lock or burn does nothing to prevent it. A token can have permanently locked liquidity and still be vulnerable to supply dilution, because locking a pool only restricts what happens to the assets inside it, not the total number of tokens that can be minted.
What This Looks Like in Practice
A token launches with a stated total supply — say, one billion tokens. Buyers calculate their percentage ownership and buy in accordingly. Weeks later, the contract owner calls a mint function and creates several billion additional tokens.
The original holders still have exactly the same number of tokens they started with. But their share of the project, and the token's price, has been diluted by an amount they had no way to anticipate.
How to Check Whether This Is Possible
The relevant question isn't the current supply — it's whether the supply can still change. This comes down to whether the contract's minting function has been disabled or revoked. Some contracts are built with a hard-coded, unchangeable maximum supply from the start. Others retain a mint function that the owner can call at any time.
Why "Renounced Ownership" Matters Here Specifically
If a contract's ownership has been renounced, a mint function that required owner permission generally becomes permanently unusable. That said, renouncing ownership only closes this particular door — it says nothing about the token's liquidity or holder distribution.
Scan a token's contract to check its supply, minting status, and ownership before buying.