docs: sync Polymarket docs - 2026-04-14

This commit is contained in:
Etherdrake
2026-04-14 21:53:47 +02:00
parent 814cdc00c9
commit d8e396519a
263 changed files with 1118 additions and 21257 deletions
+6 -4
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Getting Started
> One-time setup for market making on Polymarket
@@ -16,7 +20,7 @@ Before you can start market making, you need to complete these one-time setup st
### Using the Bridge API
```typescript theme={null}
```typescript theme={null}
// Get deposit addresses for your Polymarket wallet
const deposit = await fetch("https://bridge.polymarket.com/deposit", {
method: "POST",
@@ -95,7 +99,7 @@ Before you can start market making, you need to complete these one-time setup st
### Contract Addresses
```typescript theme={null}
```typescript theme={null}
const ADDRESSES = {
USDCe: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
CTF: "0x4D97DCd97eC945f40cF65F87097ACe5EA0476045",
@@ -221,5 +225,3 @@ Before you can start market making, you need to complete these one-time setup st
Connect to real-time market data
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+6 -4
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Inventory Management
> Managing outcome token inventory for market making
@@ -295,7 +299,7 @@ Once a market resolves, redeem winning tokens for USDC.e. Each winning token is
Multi-outcome markets use the Neg Risk CTF Exchange. Split and merge work the same way, but use different contract addresses:
```typescript theme={null}
```typescript theme={null}
const NEG_RISK_ADAPTER = "0xd91E80cF2E7be2e162c6513ceD06f1dD0dA35296";
const NEG_RISK_CTF_EXCHANGE = "0xC5d563A36AE78145C45a50134d48A1215220f80a";
```
@@ -331,7 +335,7 @@ See [Negative Risk Markets](/advanced/neg-risk) for details on how multi-outcome
Execute multiple inventory operations in a single relayer call for efficiency:
```typescript theme={null}
```typescript theme={null}
const transactions: Transaction[] = [
// Split on Market A
{
@@ -384,5 +388,3 @@ await response.wait();
Relayer Client setup and configuration
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+4 -2
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Liquidity Rewards
> Earn rewards for providing liquidity on Polymarket
@@ -361,5 +365,3 @@ Every game in these leagues has liquidity rewards split across pre-game and live
Earn USDC rebates on eligible crypto and sports markets
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+6 -4
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Maker Rebates Program
> Earn daily USDC rebates by providing liquidity on Polymarket
@@ -59,7 +63,7 @@ Rebates are distributed using the **same formula as taker fees**. This ensures m
For each filled maker order:
```text theme={null}
```text theme={null}
fee_equivalent = C × feeRate × p × (1 - p)
```
@@ -81,7 +85,7 @@ Where **C** = number of shares traded and **p** = price of the shares. The fee p
Your daily rebate:
```text theme={null}
```text theme={null}
rebate = (your_fee_equivalent / total_fee_equivalent) * rebate_pool
```
@@ -162,5 +166,3 @@ The following market categories have taker fees enabled and are eligible for mak
Start placing orders on Polymarket.
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+4 -2
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Overview
> Market making on Polymarket
@@ -77,5 +81,3 @@ Market makers are essential to Polymarket's ecosystem — they provide liquidity
## Support
For market maker onboarding and support, contact [support@polymarket.com](mailto:support@polymarket.com).
Built with [Mintlify](https://mintlify.com).
+4 -2
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Trading
> Order entry, management, and best practices for market makers
@@ -366,5 +370,3 @@ See [Fees](/trading/fees) for the full fee schedule, rates by category, and calc
Full order creation reference with all options
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).