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 (no longer available). Tokemak let protocols direct pooled reserves toward their own token pairs, renting depth from a shared reserve instead of bribing individual LPs. The product is gone, and the domain this page cited outlived it:
docs.tokemak.xyznow serves the documentation for Auto Finance, a retail yield optimiser. See below. - 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.
Buying POL as a service: both vendors are gone
Three of the four routes above are programmes a DAO runs against its own treasury. One was a service it bought, and that market has closed. The closure is easy to miss, because the citations that named it still answer HTTP 200.
Liquidity-as-a-service. The link above resolves, but not to Tokemak. The index served at docs.tokemak.xyz is the documentation for Auto Finance, and it lists Autopools, staking and developer contracts and nothing else: no reactor, no liquidity direction, and no page describing a protocol acquiring depth for its own pair. The introduction names a different audience entirely, framing Autopools around the “complexities” faced by ordinary liquidity providers optimising their own deposits. The token followed the product: the docs record that the legacy TOKE token has migrated to AUTO 1:1, with sTOKE and accTOKE migrating to sAUTO and staking reduced to a single 16-week lock. The pivot predates the rename – the 16 July 2025 capture of tokemak.xyz is already headed “Tokemak Autopilot” and sells automated rebalancing to LPs. Read 17 August 2026.
Bonding-as-a-service. The other way to buy POL was to have someone else run the bond market. Bond Protocol did exactly that, launching on 3 October 2022 with permissionless bonds aimed at treasury growth for crypto projects. Its documentation is still up and still describes those bonds as live. The application is not: on 17 August 2026 neither bondprotocol.finance nor app.bondprotocol.finance publishes an A, AAAA or CNAME record, while the zone’s SOA still answers from Cloudflare – the records were removed, not the domain. Only docs.bondprotocol.finance still resolves, to a GitBook last updated two years ago.
What survives is the in-house half. Olympus still documents its own bonding, and Frax still documents its own AMOs. Both are code the DAO operates against its own treasury, and neither depends on a counterparty staying solvent. That is the durable lesson of the category: a POL strategy bought from a vendor inherits the vendor’s mortality, and depth rented from a shared reserve leaves nothing behind when the reserve winds down. A treasury weighing POL today should ask which of these routes it could still run if every counterparty disappeared.
How Caper approaches this
A caper does not need a separate POL programme, because the liquidity is native to the bonding curve – the contract is the standing counterparty 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.
That independence is the point of the section above: there is no vendor anywhere in a caper’s liquidity path to wind down, rename, or stop publishing DNS records.