Get Tokenomics

Market Making in Tokenomics: Role, Models, and Cost

How market makers affect tokenomics: spreads, depth, inventory risk, loan + call option, MM KPIs. When you need an MM and when you don't.

A project completes TGE, the token is listed — and the price swings 20% from a single $5,000 sell. Spread is 3%, the order book is empty, investors are nervous. This isn’t a tokenomics problem — it’s the absence of a market maker. Market making is a critical but often overlooked element of tokenomic architecture that determines how “alive” a token is after launch.

What Is Market Making

A market maker (MM) is a professional market participant who simultaneously places buy (bid) and sell (ask) orders for a token, providing liquidity and tightening the spread. An MM doesn’t invest in the project — they provide a pricing service.

MM in tokenomics context
A market maker is a stakeholder with their own economic interests. Their motivation is earning from the spread and contract terms, not token price appreciation. When designing tokenomics, the MM is included in the stakeholder matrix alongside investors, the team, and community.

Why a Project Needs a Market Maker

TaskWithout MMWith MM
Spread2–5% (up to 10%+ on low-tier exchanges)0.1–0.5%
Order book depth$0–$10K$50K–$500K per side
Slippage ($50K)5–20%0.3–1%
Investor perception“Dead” tokenLiquid market
CEX listingDifficultEasier (most major CEXs expect or require MMs)

Three MM Functions

  1. Providing liquidity. The MM continuously maintains a two-sided quote: bid and ask. This allows any participant to buy or sell the token at any time without waiting for a counterparty.

  2. Price discovery. The MM “transfers” price between venues (cross-exchange arbitrage), ensuring a unified token price across different CEXs and DEXs.

  3. Volatility absorption. When a large seller dumps tokens, the MM absorbs them into the order book, smoothing the decline. This isn’t manipulation — it’s shock absorption.

Contract Models with Market Makers

1. Retainer (Fee-Based)

The MM receives a fixed monthly fee for providing liquidity.

ParameterTypical value
Monthly fee$5K–$50K (from ~$5K for a single exchange to $50K+ for multi-venue coverage)
Contract duration6–12 months
MM obligationsSpread < X%, depth > Y$, uptime > 95%
Tokens from projectNot required (or minimal)

When it fits: projects with budget that want controlled costs and transparent terms.

2. Loan + Call Option

The MM receives tokens as a loan plus an option to buy at a fixed price (strike). This is the most common and most dangerous model.

Cost = Tokens × max(0, P_market − P_strike)
  • Cost — real option cost for the project
  • Tokens — number of tokens transferred to the MM
  • P_market — token market price
  • P_strike — option strike price
ParameterTypical value
Loan volume2–5% of total supply (note: even 3% of total supply can be 30%+ of circulating supply at TGE)
Duration12–24 months
Option strike priceAt or below TGE price
Upfront payment$0–$50K

Example. A project gives the MM 3% of supply (3M tokens out of 100M), strike = $0.50. After one year, price = $2.00:

Cost = 3M × ($2.00 − $0.50) = $4.5M
  • The project effectively “paid” $4.5M — the MM exercised the option at $0.50 and sells at $2.00
  • Supply dilution: 3M / 100M = 3% of total supply transferred to the MM
The hidden cost of loan + call option
The “loan + call option” model looks free at the start — the MM takes no cash, only tokens. But if the project succeeds, the option cost can reach millions of dollars. At strike $0.50 and market price $5.00, the MM earns $4.50 per token. Always calculate option value using scenario analysis (bear/base/bull). Black-Scholes provides a baseline but systematically underprices tail risk in crypto due to non-lognormal returns and extreme volatility.

3. Hybrid Model

Retainer + a small token volume without an option (or with a strike well above market price).

ParameterTypical value
Monthly fee$5K–$25K
Token volume0.5–1% of supply
OptionNo option or strike = 1.5–3x TGE price (varies widely)
ObligationsStrict KPIs

When it fits: optimal balance of cost and alignment. The MM is motivated by price growth (holds tokens) but the project doesn’t lose millions on an option.

Model Comparison

CriterionRetainerLoan + Call OptionHybrid
Upfront costHigh ($15–50K/mo)Low ($0–50K)Medium ($5–25K/mo)
Cost on successFixedVery high (option)Moderate
DilutionNone1–5% of supply0.5–1%
Interest alignmentWeak (MM indifferent to price)Skewed toward MMBalanced
TransparencyHighLow (hidden terms)Medium

Key Parameters and KPIs

What to Control in the Contract

KPIDefinitionTarget value
SpreadBid-ask difference / P_mid< 1% (ideally < 0.3%)
DepthOrder volume per side within 2% of mid> $50K (ideally > $200K)
Uptime% of time with active quote> 95%
Trading volumeMM’s share of total volume60–80% is normal early on; if consistently > 90% with no organic growth, investigate for wash trading. Cross-check with unique address count
Max spread under stressSpread when market drops > 10%< 3%

Spread Cost Formula for Traders

Spread_cost = Trade_size × Spread / 2
  • Spread_cost — cost of spread for a single trade
  • Trade_size — trade amount ($)
  • Spread — current bid-ask spread
  • Divided by 2 because a trader pays half the spread on a market order

Example. A $100K purchase at 0.5% spread:

Cost = $100K × 0.005 / 2 = $250

At 3% spread (without MM) the same trade would cost $1,500 — a 6x difference.

Inventory Risk: How MMs Manage Position

The MM earns from the spread but takes on inventory risk: if the token price falls while the MM has accumulated a position — they lose money.

PnL_mm = Revenue_spread − Loss_inventory − Cost_hedge
  • PnL_mm — market maker’s profit/loss
  • Revenue_spread — income from spreads
  • Loss_inventory — loss from price changes on held tokens
  • Cost_hedge — hedging costs

How MMs Manage Risk

MethodMechanismLimitation
Asymmetric quotesShift bid/ask when position accumulatesWorsens spread for traders
Cross-exchange hedgingSell on CEX-2 when buying on CEX-1Requires liquidity on multiple venues
Position limitsMaximum holding volumeReduces depth during stress
On-chain hedgingOptions, perpetuals on DEXOnly available for large-cap tokens
Why this matters for tokenomists
If the token is highly volatile and no derivatives market exists, the MM can’t hedge inventory risk. Result: wide spread, shallow order book, or refusal to work. Tokenomists should account for volatility when designing unlock schedules (vesting) and choose listing venues with derivatives.

AMM vs CEX Market Making

CriterionCEX MM (order book)AMM (DEX)
Who provides liquidityProfessional MMAny LP
Cost to project$5K–$50K/mo + tokensInitial pool ($50K–$200K early-stage, $200K–$1M+ established) + LP incentives
Quoting flexibilityFull (MM algorithm)Constrained by formula (x·y=k)
Capital efficiencyHighLow (CPMM) / medium (V3)
Impermanent lossNo (risk on MM)Yes (risk on LP)
TransparencyLow (OTC contract)Full (on-chain)
Entry barrierHigh (contract required)Low (permissionless)

When to Choose What

Liquidity budget > $15K/mo?
├── Yes → CEX listing planned?
│   ├── Yes → CEX MM (required by most CEXs)
│   │   └── + AMM on DEX for the long tail
│   └── No → Hybrid: AMM (primary) + DEX market maker
└── No → AMM on DEX
    └── LP incentives from allocation (5–15% of supply)
    └── Details → [AMM article](../amm/)

When an MM Isn’t Needed

A market maker isn’t a mandatory expense. In some cases, one is unnecessary or even harmful:

When you can skip an MM

  • Token trades only on DEX: an AMM pool provides liquidity automatically; no professional MM needed
  • Organic volume > $500K/day: enough arbitrageurs and organic traders to maintain the spread
  • NFTs / illiquid assets: market making an NFT collection makes no sense — each token is unique
  • Budget < $10K/mo: a cheap MM is worse than none — it creates an illusion of liquidity that vanishes under stress
  • Impact on Tokenomic Architecture

    Market making isn’t a separate line item — it’s an integral part of tokenomics:

    Allocation

    In allocation, the “liquidity” category typically accounts for 5–20% of total supply (10–15% is most common in 2024–2026 practice). This pool funds:

    • The initial AMM pool on DEX
    • Tokens for the market maker (loan or grant)
    • LP incentives (liquidity mining)

    Vesting and Unlocks

    Every large unlock (cliff) creates sell pressure. Liquidity depth must withstand this pressure without a price crash:

    Pressure = Unlocked × Sell_ratio × P
    • Pressure — maximum sell pressure ($)
    • Unlocked — number of unlocked tokens
    • Sell_ratio — percentage sold immediately (20–80%)
    • P — token price

    If 10M tokens unlock at $1.00 and 50% sell within a week — that’s $5M of pressure. At $200K depth on the bid side, this will crash the price. Solution: extend vesting, notify the MM in advance, increase liquidity ahead of major unlocks.

    Stakeholders

    The MM enters the stakeholder matrix as a participant with conflicts of interest:

    MM’s interestProject’s interestConflict
    Maximize spread incomeMinimize spread for usersDirect
    Exercise option on price increaseMinimize dilutionDirect
    Minimize inventory riskDeep order book even under stressModerate
    Short contractLong-term stabilityModerate

    Common Mistakes

    Market making pitfalls

  • Not calculating the full cost of loan + call option: the "free" MM can cost 3–5% of market cap. Use scenario analysis to estimate real costs
  • One MM on one exchange: if the MM goes offline — liquidity vanishes. Minimum: AMM on DEX (always-on base liquidity) + MM on CEX
  • No KPIs in the contract: without metrics (spread, depth, uptime) you can't evaluate the MM's work. Require daily reporting
  • Wash trading as "volume": some MMs create artificial volume. This is fraud that leads to delisting and regulatory risk. Monitor the ratio of unique addresses to volume
  • Ignoring unlocks: MMs aren't obligated to absorb cliff-unlock pressure. Warn the MM 2–4 weeks in advance and ensure additional liquidity
  • MM without hedging on a volatile token: if no derivatives market exists for hedging, the MM will widen spreads or refuse. Plan listing on venues with perpetuals
  • Preparation Checklist

    Before signing an MM contract

  • Define budget: fiat ($15–50K/mo) or tokens (1–5% of supply)
  • Choose contract model: retainer, loan + call option, or hybrid
  • Calculate option value under 3 price scenarios (bear, base, bull)
  • Set KPIs: spread, depth, uptime, max spread under stress
  • Agree on reporting: daily/weekly, format, metrics
  • Include termination rights if KPIs fail for > 2 weeks
  • Verify base liquidity on DEX (insurance against MM downtime)
  • Notify MM of vesting schedule and major unlocks
  • Need a market making strategy?

    We'll help you choose the right contract model, calculate the true cost of options, and set KPIs that protect your project.

    Get in touch