BLK 384.56M·XRD $0.0011·Σ TVL √ 10.1K
LAUNCHGOVERN
Wiki homeEssays
  1. Home
  2. /
  3. Wiki
  4. /
  5. DAO governance & tooling
  6. /
  7. Concepts
  8. /
  9. Treasury & economics
  10. /
  11. Protocol-owned liquidity (POL)

Categories:WikiDAO governance & toolingConceptsTreasury & economics
MANIFESTO · CAPER / OWN THE GAME
The launchpad that raises and deploys capital. Guaranteed entry / exit liquidity. Governance that can't be captured.

Protocol-owned liquidity (POL) is a treasury strategy in which a DAO uses its own capital to provide the liquidity for its token, rather than paying outside liquidity providers to do it. The treasury holds the AMM position itself, so the depth that lets people trade the token belongs to the protocol and cannot be withdrawn by anyone else. It is the treasury-side answer to a structural weakness that dominated early DAO tokenomics: liquidity that was only ever rented, and left as soon as the rent stopped.

The problem it solves: rented liquidity

The default way to bootstrap a token market in the 2020–2021 cycle was liquidity mining: a protocol emits its own governance token to reward anyone who deposits into its trading pools (Consensys: an alternative to liquidity mining). This buys deep liquidity quickly, but the capital it attracts is mercenary — it chases the highest yield and rotates out the instant a better farm appears or emissions taper. The protocol ends up permanently diluting its holders to rent liquidity it never owns, and a token whose depth depends on emissions is one incentive-cut away from a thin, gappy market.

The critique that named the problem came from the Fei Protocol team, who proposed protocol-controlled value (PCV): if the protocol holds the reserves and LP positions itself, it stops paying rent and starts earning the trading fees instead. Owning the liquidity converts a recurring emissions expense into a durable treasury asset.

How DAOs acquire it

Several mechanisms all arrive at the same end — the treasury on the other side of the token's market:

  • Bonding. OlympusDAO pioneered POL by selling its token (OHM) at a discount in exchange for LP tokens or reserve assets, which the treasury then keeps permanently (Olympus docs: POL). The pitch was explicit: own liquidity so that "users and protocols are always able to swap OHM, regardless of market conditions."
  • Algorithmic market operations (AMOs). Frax runs autonomous contracts that deploy idle reserves into Curve and Uniswap pools to build POL, constrained so they cannot push the stablecoin off peg (Frax docs: AMO overview).
  • Liquidity-as-a-service. Tokemak lets protocols direct pooled reserves toward their own token pairs, effectively renting depth from a shared reserve instead of bribing individual LPs.
  • Vote-directed emissions. Under vote-escrow tokenomics, a DAO can lock a governance token to steer emissions toward its own pool — and the vote markets that grew around Convex let a treasury rent that direction cheaply. This is renting, not owning, but many treasuries treat a locked veToken stack as a POL-adjacent asset.

What owning liquidity buys a treasury

  • Permanence. Owned liquidity does not flee. The market for the token survives an incentive cut, a drawdown, or a rival farm — the property Olympus calls "permanent liquidity" (Olympus docs).
  • Fee income instead of rent. The treasury earns the swap fees its own position generates, turning a cost centre into a revenue line (Fei: new approaches to liquidity).
  • Less dilution. Every token not emitted to a mercenary LP is a token not diluting existing holders — a direct improvement to the emission schedule discussed under DAO tokenomics.
  • A measurable backing. Because the reserves sit in the treasury, holders can point to on-chain assets standing behind the token, which feeds the transparency and runway goals of treasury management.

Criticisms and risks

POL is not free, and its most famous exponent became its cautionary tale:

  • The reflexive-growth trap. Olympus paired POL with very high staking emissions ("(3,3)"), and when the reflexive buy-and-stake loop reversed, OHM fell more than 90% from its peak — drawing sustained "Ponzi" scrutiny (CoinDesk, Dec 2021). POL is a treasury technique; it does not rescue an unsustainable emission schedule bolted on top of it.
  • Capital inefficiency. Liquidity the protocol owns is capital it cannot spend on grants, contributors, or runway. A treasury that over-allocates to its own LP is thin exactly when it needs to act.
  • Impermanent loss and price exposure. An owned LP position carries impermanent loss and marks to the token's own volatility, so a falling token shrinks the very backing that was meant to reassure holders — a concentration risk covered under treasury management.
  • Renting in disguise. POL built by renting vote-directed emissions inherits the short-termism of the vote market: it is only "owned" for as long as the locks and bribes keep flowing.

How Caper approaches this

A caper does not need a separate POL programme, because the liquidity is native to the bonding curve itself. Every buy sends XRD into the caper's own reserve, and that reserve is what honours a sale — the curve is its own market maker, and the depth backing it belongs to the caper, not to an outside LP that can leave (verified against the reserve accounting in contracts/logic/src/lib.rs).

  • No emissions to rent liquidity. There is no liquidity-mining programme and no mercenary capital to lose: the reserve accrues automatically from trading, so a caper never dilutes holders to buy depth it doesn't own.
  • The reserve collateralises exit. Because the reserve stands behind every sale, an outvoted member can leave and withdraw their canonical share on the way out (the exit right). Owned liquidity here is not just a treasury flex — it is the thing that makes a credible exit right possible.

Where Olympus had to acquire protocol-owned liquidity and then defend it, a caper starts with it: the market and its backing are the same object.

ConceptProtocol-owned liquidity (POL)
Also calledProtocol-controlled value (PCV), owned liquidity, permanent liquidity
CategoryTreasury & tokenomics
Core ideaA DAO's treasury owns the liquidity for its own token instead of renting it from mercenary liquidity providers with emissions
SolvesThe mercenary-capital problem of liquidity mining — liquidity that leaves the moment rewards dry up
Pioneered byOlympusDAO (bonding) and Fei Protocol (PCV), c. 2021 — the "DeFi 2.0" wave
Central trade-offPermanence and fee income vs. treasury capital tied up in a volatile LP position