Maker-Taker
Maker = limit order that rests on the book and is later executed against. Taker = order that crosses the spread and immediately executes against resting liquidity. Maker-taker venues pay the maker a rebate (typically 0.0015 to 0.0030 USD per share on US equities) and charge the taker a slightly larger fee. The exchange keeps the difference. Taker-maker (inverted) venues do the opposite.
On This Page
Definition
Maker-taker
Maker = limit order that rests on the book and is later executed against. Taker = order that crosses the spread and immediately executes against resting liquidity. Maker-taker venues pay the maker a rebate (typically 0.0015 to 0.0030 USD per share on US equities) and charge the taker a slightly larger fee. The exchange keeps the difference. Taker-maker (inverted) venues do the opposite.
Why it matters
Whether you cross the spread or rest on the book changes your net cost by 2-4 cents per round-trip on a $50 stock. For maker-friendly strategies (HFT, pure liquidity provision) the rebate is the entire business model. For aggressive strategies it's a meaningful drag.
How it works
Each venue publishes a fee schedule with maker/taker rates by tier (volume, asset class, order type). Smart order routers split orders between maker-rebate and taker-fee venues based on urgency. Pure maker strategies submit limit orders only and accept that some won't fill; pure taker strategies accept the fee in exchange for guaranteed execution.
Example
100 shares at $50, NYSE Arca standard schedule
Maker rebate
−$0.0020/share = −$0.20
Taker fee
+$0.0030/share = +$0.30
Maker round-trip net
−$0.40 (you earn)
Taker round-trip net
+$0.60 (you pay)
Difference per 100sh round-trip
$1.00
Two-cent execution swing per round-trip on 100 shares. At 10,000 round-trips per day that's $200/day = $50k/year of pure venue economics.
Key Takeaways
Maker rebates are the core economics of pure liquidity-provision HFT.
Inverted (taker-maker) venues exist for strategies that prefer to pay for fast execution.
Real net cost is the rebate/fee plus realized spread plus adverse selection — rebate alone is misleading.
Related Terms
Try These Tools
Run the numbers next
Execution Simulator
Model realistic order fills — square-root market impact, linear temporary impact, latency jitter, partial fills, and queue position. See the real cost.
Broker API Comparator
Alpaca vs IBKR vs Tradier vs Schwab vs Robinhood — compare auth, rate limits, order types, market data, MCP, and fees before wiring a line of code.
FAQ
Questions people ask next
The short answers readers usually want after the first pass.
Sources & References
- Maker-Taker Fees and Informed Trading — Battalio, Corwin, Jennings (2016), SSRN
Related Content
Keep the topic connected
Bid-Ask Spread
Bid-ask spread defined: quoted vs effective vs realized spread, why the touch isn't the cost you actually pay, and how to measure each.
Slippage
Slippage as the gap between expected and executed price: the components (spread, market impact, latency), and how to model each in a backtest.