docs: sync Polymarket docs update 2026-05-28
Updated 45 files across Polymarket Learn (FAQ, deposits, get-started, markets, trading), bridge API, WSS, CLOB status, market makers, and trading/fees sections.
This commit is contained in:
@@ -10,14 +10,14 @@ Polymarket uses **pUSD** (Polymarket USD) on Polygon as collateral for all tradi
|
||||
|
||||
## How It Works
|
||||
|
||||
1. Request deposit addresses for your Polymarket wallet
|
||||
1. Request bridge addresses for your Polymarket wallet
|
||||
2. Send assets to the appropriate address for your source chain
|
||||
3. Assets are bridged and swapped to pUSD automatically
|
||||
4. pUSD is credited to your wallet for trading
|
||||
|
||||
## Create Deposit Addresses
|
||||
## Create Bridge Addresses
|
||||
|
||||
Generate unique deposit addresses linked to your Polymarket wallet. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
|
||||
Generate unique bridge addresses linked to your Polymarket wallet. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
|
||||
|
||||
```bash theme={null}
|
||||
curl -X POST https://bridge.polymarket.com/deposit \
|
||||
@@ -42,8 +42,8 @@ curl -X POST https://bridge.polymarket.com/deposit \
|
||||
## Deposit Flow
|
||||
|
||||
<Steps>
|
||||
<Step title="Get Your Deposit Address">
|
||||
Call `POST /deposit` with your Polymarket wallet address to get deposit
|
||||
<Step title="Get Your Bridge Address">
|
||||
Call `POST /deposit` with your Polymarket wallet address to get bridge
|
||||
addresses.
|
||||
</Step>
|
||||
|
||||
@@ -53,7 +53,7 @@ curl -X POST https://bridge.polymarket.com/deposit \
|
||||
</Step>
|
||||
|
||||
<Step title="Send Assets">
|
||||
Transfer tokens to the appropriate deposit address from your source chain.
|
||||
Transfer tokens to the appropriate bridge address from your source chain.
|
||||
</Step>
|
||||
|
||||
<Step title="Track Status">
|
||||
@@ -73,7 +73,7 @@ For deposits over \$50,000 originating from a chain other than Polygon, we recom
|
||||
* [Across](https://app.across.to/bridge)
|
||||
* [Portal](https://portalbridge.com/)
|
||||
|
||||
Bridge directly to your Polymarket USDC (Polygon) deposit address. Polymarket is not affiliated with or responsible for any third-party bridge.
|
||||
Bridge directly to your Polymarket USDC (Polygon) bridge address. Polymarket is not affiliated with or responsible for any third-party bridge.
|
||||
|
||||
## Minimum Deposits
|
||||
|
||||
|
||||
@@ -6,18 +6,18 @@
|
||||
|
||||
> Track the progress of your bridge deposits
|
||||
|
||||
After sending assets to your deposit address, use the status endpoint to track progress until funds arrive in your Polymarket wallet.
|
||||
After sending assets to your bridge address, use the status endpoint to track progress until funds arrive in your Polymarket wallet.
|
||||
|
||||
## Check Status
|
||||
|
||||
Query the status of all deposits to a specific deposit address.
|
||||
Query the status of all deposits to a specific bridge address.
|
||||
|
||||
```bash theme={null}
|
||||
curl https://bridge.polymarket.com/status/0x23566f8b2E82aDfCf01846E54899d110e97AC053
|
||||
```
|
||||
|
||||
<Note>
|
||||
Use the deposit address from the `/deposit` response (EVM, SVM, or BTC), not
|
||||
Use the bridge address from the `/deposit` response (EVM, SVM, or BTC), not
|
||||
your Polymarket wallet address.
|
||||
</Note>
|
||||
|
||||
@@ -93,7 +93,7 @@ An empty `transactions` array means no deposits have been detected at this addre
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Create Deposit" icon="arrow-right-to-bracket" href="/trading/bridge/deposit">
|
||||
Generate deposit addresses for your wallet.
|
||||
Generate bridge addresses for your wallet.
|
||||
</Card>
|
||||
|
||||
<Card title="Supported Assets" icon="coins" href="/trading/bridge/supported-assets">
|
||||
|
||||
@@ -53,7 +53,7 @@ Most L2 chains (Polygon, Arbitrum, Base, Optimism) have low minimums of $2, whil
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Create Deposit" icon="arrow-right-to-bracket" href="/trading/bridge/deposit">
|
||||
Generate deposit addresses for your wallet.
|
||||
Generate bridge addresses for your wallet.
|
||||
</Card>
|
||||
|
||||
<Card title="Check Status" icon="clock" href="/trading/bridge/status">
|
||||
|
||||
@@ -11,8 +11,8 @@ Withdraw pUSD from your Polymarket wallet to any supported chain and token. Fund
|
||||
## How It Works
|
||||
|
||||
1. Specify your destination chain, token, and recipient address
|
||||
2. Receive deposit addresses for each destination chain (EVM, Solana, Bitcoin)
|
||||
3. Send pUSD from your Polymarket wallet to the appropriate deposit address
|
||||
2. Receive bridge addresses for each destination chain (EVM, Solana, Bitcoin)
|
||||
3. Send pUSD from your Polymarket wallet to the appropriate bridge address
|
||||
4. Funds are automatically bridged and swapped to your desired token
|
||||
5. Funds arrive at your destination wallet
|
||||
|
||||
@@ -40,7 +40,7 @@ Withdraw pUSD from your Polymarket wallet to any supported chain and token. Fund
|
||||
|
||||
## Create Withdrawal Addresses
|
||||
|
||||
Generate deposit addresses configured for your withdrawal destination. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
|
||||
Generate bridge addresses configured for your withdrawal destination. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
|
||||
|
||||
```bash theme={null}
|
||||
curl -X POST https://bridge.polymarket.com/withdraw \
|
||||
@@ -82,7 +82,7 @@ Withdrawals are **instant** and **free** — Polymarket does not charge withdraw
|
||||
</Step>
|
||||
|
||||
<Step title="Send pUSD">
|
||||
Transfer pUSD from your Polymarket wallet to the appropriate deposit
|
||||
Transfer pUSD from your Polymarket wallet to the appropriate bridge
|
||||
address.
|
||||
</Step>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user