Skip to main content

Two execution venues

ezpz.fi supports two ways to trade outcome tokens:
VenueHow it worksM1 status
AMMSwap against a liquidity poolLive — default for retail predictions
CLOBMatch limit orders off-chain, settle on-chainFuture — v2 release
Makers choose the venue when creating a market (/authoring).

AMM (current default)

  • Prices set by the pool curve (LS-LMSR cost function; legacy CPMM phased out)
  • Always available as long as the pool has liquidity
  • Best for players who want instant execution
  • Makers seed liquidity at publish time
See Prices & AMM for details.

CLOB (coming soon)

The CLOB (central limit order book) works like Polymarket’s order book:
  1. You sign an order intent off-chain
  2. The matching engine pairs buy and sell orders
  3. Matched fills settle atomically on-chain via the exchange program
Key properties:
  • No custody — the exchange program verifies signatures and swaps tokens between makers
  • Limit orders rest on the book until filled or cancelled
  • Requires delegate approval on your token account (similar to Polymarket’s setApprovalForAll)
Retail CLOB trading is gated off in M1. Limit orders and Count Bars derivatives are planned for v2.

Why two venues?

Use caseBetter venue
Quick retail predictionsAMM
Professional market makingCLOB
Tight spreads on liquid marketsCLOB
New markets with thin liquidityAMM (maker-seeded)
Both venues settle against the same YES/NO outcome tokens and the same resolution process.