Update Polymarket documentation (2026-02-19)
- Added new documentation URLs from llms.txt index - Updated TARGET.md with 244 total documentation pages - Scraped new pages for trading, concepts, and API reference sections - Updated changelog and new index pages
This commit is contained in:
@@ -2,74 +2,81 @@
|
||||
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
|
||||
> Use this file to discover all available pages before exploring further.
|
||||
|
||||
# Market Maker Introduction
|
||||
# Overview
|
||||
|
||||
> Overview of market making on Polymarket and available tools for liquidity providers
|
||||
> Market making on Polymarket
|
||||
|
||||
## What is a Market Maker?
|
||||
A Market Maker (MM) on Polymarket is a trader who provides liquidity to prediction markets by continuously posting bid and ask orders. By laying the spread, market makers enable other users to trade efficiently while earning the spread as compensation for the risk they take.
|
||||
|
||||
A Market Maker (MM) on Polymarket is a sophisticated trader who provides liquidity to prediction markets by continuously posting bid and ask orders. By "laying the spread," market makers enable other users to trade efficiently while earning the spread as compensation for the risk they take.
|
||||
Market makers are essential to Polymarket's ecosystem — they provide liquidity across markets, tighten spreads for better user experience, enable price discovery through continuous quoting, and absorb trading flow from retail and institutional users.
|
||||
|
||||
Market makers are essential to Polymarket's ecosystem:
|
||||
<Note>
|
||||
**Not a Market Maker?** If you're building an application that routes orders
|
||||
for your users, see the [Builder Program](/builders/overview) instead.
|
||||
</Note>
|
||||
|
||||
* **Provide liquidity** across all markets
|
||||
* **Tighten spreads** for better user experience
|
||||
* **Enable price discovery** through continuous quoting
|
||||
* **Absorb trading flow** from retail and institutional users
|
||||
|
||||
**Not a Market Maker?** If you're building an application that routes orders for your
|
||||
users, see the [Builders Program](/developers/builders/builder-intro) instead. Builders
|
||||
get access to gasless transactions via the Relayer Client.
|
||||
***
|
||||
|
||||
## Getting Started
|
||||
|
||||
To become a market maker on Polymarket:
|
||||
<Steps>
|
||||
<Step title="Complete Setup">
|
||||
Deploy wallets, fund with USDC.e, and set token approvals. See the [Getting
|
||||
Started](/market-makers/getting-started) guide.
|
||||
</Step>
|
||||
|
||||
1. **Complete setup** - Deploy wallets, fund with USDCe, set token approvals
|
||||
2. **Connect to data feeds** - WebSocket for orderbook, RTDS for low-latency data
|
||||
3. **Start quoting** - Post orders via CLOB REST API
|
||||
<Step title="Connect to Data Feeds">
|
||||
WebSocket for real-time orderbook updates, Gamma API for market metadata.
|
||||
See [Market Data](/market-data/overview).
|
||||
</Step>
|
||||
|
||||
## Available Tools
|
||||
<Step title="Start Quoting">
|
||||
Post orders via the CLOB REST API. See [Trading ](/market-makers/trading).
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
### By Action Type
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Setup" icon="gear" href="/developers/market-makers/setup">
|
||||
Deposits, token approvals, wallet deployment, API keys
|
||||
</Card>
|
||||
|
||||
<Card title="Trading" icon="chart-line" href="/developers/market-makers/trading">
|
||||
CLOB order entry, order types, quoting best practices
|
||||
</Card>
|
||||
|
||||
<Card title="Data Feeds" icon="database" href="/developers/market-makers/data-feeds">
|
||||
WebSocket, RTDS, Gamma API, on-chain data
|
||||
</Card>
|
||||
|
||||
<Card title="Inventory Management" icon="boxes-stacked" href="/developers/market-makers/inventory">
|
||||
Split, merge, and redeem outcome tokens
|
||||
</Card>
|
||||
|
||||
<Card title="Liquidity Rewards" icon="gift" href="/developers/market-makers/liquidity-rewards">
|
||||
Earn rewards for providing liquidity
|
||||
</Card>
|
||||
|
||||
<Card title="Maker Rebates Program" icon="gift" href="/developers/market-makers/maker-rebates-program">
|
||||
Earn rebates for providing liquidity
|
||||
</Card>
|
||||
</CardGroup>
|
||||
***
|
||||
|
||||
## Quick Reference
|
||||
|
||||
| Action | Tool | Documentation |
|
||||
| --------------------- | -------------- | ------------------------------------------------------------- |
|
||||
| Deposit USDCe | Bridge API | [Bridge Overview](/developers/misc-endpoints/bridge-overview) |
|
||||
| Approve tokens | Relayer Client | [Setup Guide](/developers/market-makers/setup) |
|
||||
| Post limit orders | CLOB REST API | [CLOB Client](/developers/CLOB/clients/methods-l2) |
|
||||
| Monitor orderbook | WebSocket | [WebSocket Overview](/developers/CLOB/websocket/wss-overview) |
|
||||
| Low-latency data | RTDS | [Data Feeds](/developers/market-makers/data-feeds) |
|
||||
| Split USDCe to tokens | CTF / Relayer | [Inventory](/developers/market-makers/inventory) |
|
||||
| Merge tokens to USDCe | CTF / Relayer | [Inventory](/developers/market-makers/inventory) |
|
||||
| Action | Tool | Documentation |
|
||||
| ---------------------- | -------------- | ------------------------------------------------- |
|
||||
| Deposit USDC.e | Bridge API | [Bridge](/trading/bridge/deposit) |
|
||||
| Approve tokens | Relayer Client | [Getting Started](/market-makers/getting-started) |
|
||||
| Post limit orders | CLOB REST API | [Create Orders](/trading/orders/create) |
|
||||
| Monitor orderbook | WebSocket | [WebSocket](/market-data/websocket/overview) |
|
||||
| Split USDC.e to tokens | CTF / Relayer | [Inventory](/market-makers/inventory) |
|
||||
| Merge tokens to USDC.e | CTF / Relayer | [Inventory](/market-makers/inventory) |
|
||||
|
||||
***
|
||||
|
||||
## What's in This Section
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Getting Started" icon="gear" href="/market-makers/getting-started">
|
||||
Deposits, token approvals, wallet deployment, API keys
|
||||
</Card>
|
||||
|
||||
<Card title="Trading" icon="chart-line" href="/market-makers/trading">
|
||||
Quoting best practices, strategies, and risk controls
|
||||
</Card>
|
||||
|
||||
<Card title="Inventory Management" icon="boxes-stacked" href="/market-makers/inventory">
|
||||
Split, merge, and redeem outcome tokens
|
||||
</Card>
|
||||
|
||||
<Card title="Liquidity Rewards" icon="gift" href="/market-makers/liquidity-rewards">
|
||||
Earn rewards for providing liquidity
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## Risks
|
||||
|
||||
<Warning>
|
||||
Be careful with spread management — if your bid price is higher than your ask
|
||||
price (a "negative spread" or "crossed market"), you will lose money on every
|
||||
fill. Always validate your quote prices before submission.
|
||||
</Warning>
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user