Why a token becomes unsellable after liquidity is removed from the pool

Why a token can become unsellable after liquidity is removed from a trading pool

||
Updated

If the liquidity pool — a smart contract on the blockchain that holds the reserves of a trading pair and executes swaps — loses the stablecoin or base coin from the pair, swapping the token back into that asset stops working at the expected price.

The reserve can disappear in one transaction or shrink in parts. In both cases, less of the paired asset remains available for the reverse swap.

Purpose of the material: to show why a reduction in pool reserves makes selling a token on a decentralized exchange (DEX) unprofitable or causes the transaction to revert.

When there is little or no paired asset left in the pool, the smart contract returns an almost zero swap result or reverts the transaction if the calculated output is below the minimum output threshold (min output).

🧩 What changes in the pool after the paired asset is removed

On a DEX, the swap is executed by the pool smart contract. It calculates the swap result using the current reserves of the pair.

If the paired asset is removed from the pool (a stablecoin or base coin), the reserve used for the reverse swap decreases. The contract has no sufficient paired asset left to issue when the token is sold.

The less paired asset remains in the pool, the smaller the calculated output becomes during a sale (sell), and the more often the swap becomes unprofitable or fails.

Anonymous owner removes liquidity from the pool
An anonymous owner withdraws the base asset reserve from the liquidity pool, causing the swap on the DEX to end with a transaction revert error (Reverted).

⚙️ Why selling becomes unprofitable or non-executable

In pools with automated pricing, the price depends on the reserve ratio. When the paired asset is scarce, even a small sell moves the price more sharply, and slippage — the difference between the expected and calculated swap result — increases.

With an almost empty reserve, the swap calculation produces a very small output. If min output is set, the transaction reverts because the calculated result is below the threshold.

  1. Sell on a DEX is executed from the pool reserves inside the smart contract.
  2. After the paired asset is removed, the reserve for the reverse swap drops sharply.
  3. The calculated output during sell becomes very small because of the reserve ratio and slippage.
  4. If the calculated output is below min output, the contract reverts the transaction (revert), and the swap is not executed.

“Unsellability” on a DEX appears when almost no paired asset remains in the pool smart contract for the reverse swap.

❓ FAQ: why a token cannot be sold on a DEX

What does “the paired asset was removed from the pool” mean?
The stablecoin or base coin of the pair was withdrawn from the pool smart contract. The reserve used to execute the reverse swap decreases or disappears.
Why can selling produce an almost zero result?
The output is calculated from the current pool reserves. If almost no paired asset remains, the calculated output becomes close to zero even with a small sell amount.
Why can a swap on a DEX revert?
When a minimum output (min output) is set, the contract compares the calculated result with the threshold. If the output is lower, the transaction reverts, and the swap is not executed.
🔍 Main analysis: Rug Pull and Slow Rug
Warning signs, common schemes, and on-chain checks when liquidity starts disappearing

Found this article useful?

Subscribe to our updates to not miss new reviews and ratings

View All Exchanges →