> ## Documentation Index
> Fetch the complete documentation index at: https://longshot-0f245fde.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Market Making

If you're interested in market making on Longshot, please DM [@longshotxyz](https://x.com/longshotxyz) on X.

Every price on Longshot comes from a market maker. When a taker submits an RFQ, it streams to subscribed makers who compete to fill it. Best price wins.

Approved market makers use the public `GET /v1/mm/profit_caps` policy read and the Rust, TypeScript, or Python `longshot-protocol` DTOs to keep quote liability within the live engine limits.

### Why make on Longshot

**Fully hedgeable.** Markets use the same resolution criteria as Polymarket or Kalshi, so you can offset leg-by-leg on the other side, on perp venues, or internally.

**Zero maker fees in v1.** You pay nothing to quote and nothing to fill. Longshot takes a share of maker PnL instead—you pay when you win.

`GET /v1/mm/taker_pnl?wallet=0x...` is public and returns `wallet` and lifetime
PnL `stats` (`null` for an unknown wallet). It does not include funding attribution.
