Skip to main content
V3 charges fees on order book fills. Fees are set per market and per side (maker or taker), can differ by account, and are designed so that takers fund the system: maker rebates, where active, are paid out of taker fees rather than token emissions.
This page shows fee rates as percentages, with basis points in parentheses. The API fields — takerFeePips, makerFeePips, and capFractionPips — return raw pips, where 1 pip = 0.0001% and 100 pips = 1 basis point. Convert those values before displaying them to users.

Launch baseline and live rates

V3 Launch Economics, thread 368, proposal 6123, and final passing election 6141 ratified this public launch baseline: Market and account configuration can differ from this baseline. Read the effective values live: See the Orderbook API reference for authentication and endpoint details.
Thread 385, proposal 6285, and final election 6296 ratified a later order-book recalibration on July 22, 2026, but that configuration is not verified as deployed. Checked July 29, 2026: the five public mainnet books still reported the 12/6 bps launch taker schedule, while every public makerFeePips field reported 0. A rebate is not proven active for a specific account unless its authenticated fee response or order preview shows it.

Takers pay, makers may earn

  • Taker fees. Orders that remove liquidity from the book pay the market’s effective taker fee on the filled amount.
  • Maker fees and rebates. A negative maker fee is a rebate funded from taker fees. The effective maker value may be zero or account-specific, so verify it before placing an order.
  • Fee caps. Markets carry a fee-cap parameter (capFractionPips) that bounds the fee actually charged on a fill. The fee you sign against is the most you pay.
Per the terms of service, market-maker, API, and enterprise participants may operate under separate written programs with different fee tiers, rebates, or limits. Public docs describe the public schedule only; see Market makers for the onboarding path.

xSAUCE fee discounts

Holding xSAUCE (staked SAUCE) earns tiered multipliers on a market’s baseline fee schedule: positive fees are reduced, and negative maker rebates are increased. Current tiers and thresholds are shown in the web app; your effective rates always come from the fees endpoint or the order preview. To stake, see Single-sided staking.

Where fees go

Net order book fees — taker fees collected minus maker rebates paid — fund SAUCE buybacks through BrewSaucer. Under election 6141, V3 buyback proceeds are allocated 30% to xSAUCE, 60% to Development, and 10% to burn; the POL and incentive-reserve allocation is 0%. See SAUCE tokenomics for the source-specific matrix.

Next steps

SaucerSwap V3

How the order book matches and settles trades.

Stake for fee discounts

Convert SAUCE to xSAUCE and lower your trading fees.

Orderbook API

Query your live fee rates programmatically.

Market makers

Onboarding for professional liquidity providers.