ThePathMark
Chapter 13 DeFi basics High risk

LP tokens vs regular tokens

What a liquidity-pool (LP) token is, why some farms want it instead of the coin you hold, and the steps to get one.

The short version
  • A regular token (HAM, ETH, USDC) is the asset itself. An LP token is a receipt proving you deposited a pair into a pool.
  • Many DeFi farms pay rewards only when you stake LP — not when you hold the underlying coin.
  • To get LP: wrap/swap into both sides of the pair, add liquidity on a DEX, receive an LP token, then stake that LP in the farm.
  • LP positions carry impermanent loss and smart-contract risk on top of normal token risk.

Beginners often arrive with a bag of one token — HAM, a memecoin, a governance token — and hit Stake expecting that coin to lock up for rewards. Many protocols say no. They want an LP token instead. That is not a bug. It is a different job.

01

Regular token vs LP token

Regular tokenLP token
What it isThe asset itself — HAM, WHYPE, ETHA receipt for a pair you deposited into a liquidity pool
What you didBought or received itAdded two tokens to a DEX pool in equal dollar value
What it representsYour coinsYour share of that pool (fees + underlying tokens)
Typical nameHAM, WHYPESomething like HAM-WHYPE LP or a cryptic contract name

A regular token answers: “How many HAM do I own?”

An LP token answers: “How much of the HAM/WHYPE pool do I own?“

02

Why farms ask for LP, not your coin

Protocols that need a healthy market — especially pegged or rebasing tokens — often incentivise liquidity, not idle bags.

When you add HAM + WHYPE to a pool:

  • Swappers can trade HAM without the price ripping apart on thin liquidity.
  • You take on impermanent loss risk if the two prices diverge.
  • The farm pays you emissions (bonus tokens) for accepting that job.

Staking plain HAM would not deepen the pool. Staking LP does. That is why the UI rejects HAM and asks for the LP receipt.

03

How to get LP (generic steps)

  1. Hold gas on the right network (for Hyperham: HyperEVM, chain ID 999, gas token HYPE).
  2. Get both sides of the pair — usually ~50% of your dollar value in each token. If you only hold HAM, swap roughly half for the paired asset (e.g. WHYPE).
  3. Add liquidity on the DEX that hosts the official pool (approve both tokens, confirm Add liquidity).
  4. Receive the LP token in your wallet — it is a separate ERC-20.
  5. Stake the LP token in the farm contract (not the underlying HAM).

You will sign multiple transactions: approvals, add liquidity, then stake. Each costs gas.

04

Example: Hyperham (HAM / WHYPE)

Hyperham is an elastic-supply token on HyperEVM pegged toward $1. Its docs describe rewards through a Synthetix-style farm (HAMIncentivizer) that pays emissions to people who stake HAM/WHYPE LP — not raw HAM sitting in a wallet.

Documented flow:

  1. Wrap HYPE → WHYPE (wrapped gas token on HyperEVM).
  2. Swap about half your WHYPE for HAM (or use Ape In on app.hyperham.finance for a pre-set swap).
  3. On Project X (the HyperEVM DEX), add equal dollar value of HAM + WHYPE → receive LP.
  4. On Hyperham’s Farms tab, stake that LP token.
  5. Claim rewards with getReward; unstake with exit when you leave.

HAM also rebases — your displayed balance can change without a transfer. Track underlying balance for your real share of supply; LP maths still applies on top of that.

⚑ One honest flag

LP farming is not “staking HAM with extra steps.” You are a market maker now — exposed to pool mechanics, contract risk, and often high-volatility reward tokens. Only size a position you can afford to lose or babysit.

If this cleared something up, you can buy me a coffee.

Buy me a coffee Set your handle in src/components/TipJar.astro
← All guides