Platforms & Trading

Taker Fee

The fee charged when you execute against existing orders in the book. Taker fees are higher than maker fees on platforms like Kalshi.

Also known as: taker, market order fee

Definition

A taker fee is charged when you execute a market order or a limit order that immediately matches against existing resting orders. You're 'taking' liquidity from the order book.

On Kalshi, the taker fee is 7% × p × (1-p) per contract — peaking at $0.0175 for a $0.50 contract. Maker fees (for orders that rest on the book) are 1/4 of the taker rate.

The maker/taker fee model incentivizes providing liquidity via limit orders. If you're patient enough to place limit orders and wait for fills, you pay significantly less.

Formula

Kalshi taker: ceil(0.07 × P × (1-P) × 100) / 100
Kalshi maker: ceil(0.0175 × P × (1-P) × 100) / 100

Worked Example

Buy Yes at $0.50 (market order): taker fee = ceil(0.07 × 0.50 × 0.50 × 100)/100 = ceil(1.75)/100 = $0.02. Effective cost = $0.52.

Try It Yourself

Related Terms

Further Reading

← All glossary terms