Chapter 6 / 12·6 min read

The ve(3,3) Model, Decoded

Three characters, ve(3,3), show up everywhere and nobody ever explains them. Here is the full mechanism. Once you understand the model once, you will recognize it across half of DeFi, including inside Pendle.

The problem every DEX has

A DEX needs liquidity, but it has no money to rent it. Its solution: print its own token and hand it to LPs. Those are emissions. The obvious risk: everyone instantly sells the token they receive, the price collapses, and nobody comes anymore.

The four-step loop

  • Emissions. Every week (every epoch), the protocol mints tokens and distributes them to LPs, proportional to liquidity provided.
  • Lock. You can lock your tokens for a long duration. In exchange you receive voting power. That is the "ve", vote-escrowed. Locking means not selling, so the price holds.
  • Vote. Each week, lockers vote on which pools receive next week's emissions.
  • Reward. Voters earn the fees generated by the pool they backed, plus sometimes bribes: projects paying them directly to steer emissions toward their pool.

The "(3,3)" is a game-theory wink: if everyone locks instead of selling, everyone wins.

Why TVL is the obsessive KPI of a ve(3,3) DEX

TVL is not revenue, so why optimize it? Because it is the first domino of the whole flywheel:

more TVL -> deeper pools -> less slippage
-> aggregators and arbitrage bots route through you
-> more volume -> more fees
-> more income for voters -> more people lock

The emissions dial, and its limit

Emissions are a dial the team steers. Turn them up and TVL comes in. But the dial has a counterpart every ve(3,3) knows: if emissions climb too high, APRs get so juicy that LPs do the math and decide selling the token beats locking it. Immediate yield crushes the value of the vote, the price drops, and the loop runs backwards. Operating a ve(3,3) is operating that dial permanently.

The premium, the subtlest concept in the model

The premium

When a protocol distributes $100k of emissions against only $60k of fees generated, the $40k gap is a usable reserve: the market is accepting to pay more than the value produced. That surplus is what lets the DEX attract extra TVL without letting APRs fall. It is, in effect, the acquisition budget of a ve(3,3) DEX.

One last trick this model teaches: everything is public. Protocols pay professional market makers to seed liquidity, and you can literally watch those payments leave a treasury on-chain. The ledger from chapter 2 cuts both ways.

Check yourself:Why can raising emissions push the token price down even though it attracts TVL?(tap to reveal)
Because it changes the LP's calculation. If emissions pay far more than voting rewards, the optimal strategy flips from "receive and lock" to "receive and sell". Sell pressure rises, the price falls, which drops the dollar-denominated APRs, which makes the TVL leave. The dial has to sit exactly where locking still beats selling.