diff --git a/docs/api-reference/bridge/create-deposit-addresses.md b/docs/api-reference/bridge/create-deposit-addresses.md index 4ca5487..ec747fa 100644 --- a/docs/api-reference/bridge/create-deposit-addresses.md +++ b/docs/api-reference/bridge/create-deposit-addresses.md @@ -1,109 +1 @@ -> ## 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. - -# Create deposit addresses - - - -## OpenAPI - -````yaml /api-spec/bridge-openapi.yaml post /deposit -openapi: 3.0.3 -info: - title: Polymarket Bridge API - version: 1.0.0 - description: HTTP API for Polymarket bridge and swap operations. -servers: - - url: https://bridge.polymarket.com - description: Polymarket Bridge API -security: [] -tags: - - name: Bridge - description: Bridge and swap operations for Polymarket -paths: - /deposit: - post: - tags: - - Bridge - summary: Create deposit addresses - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/DepositRequest' - example: - address: '0x56687bf447db6ffa42ffe2204a05edaa20f55839' - responses: - '201': - description: Deposit addresses created successfully - content: - application/json: - schema: - $ref: '#/components/schemas/DepositResponse' - '400': - description: Bad Request - Invalid address or request body - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' - '500': - description: Server Error - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' -components: - schemas: - DepositRequest: - type: object - required: - - address - properties: - address: - $ref: '#/components/schemas/Address' - description: >- - Your Polymarket wallet address where deposited funds will be - credited as pUSD - DepositResponse: - type: object - properties: - address: - type: object - description: Deposit addresses for different blockchain networks - properties: - evm: - type: string - description: >- - EVM-compatible deposit address (Ethereum, Polygon, Arbitrum, - Base, etc.) - example: '0x23566f8b2E82aDfCf01846E54899d110e97AC053' - svm: - type: string - description: Solana Virtual Machine deposit address - example: CrvTBvzryYxBHbWu2TiQpcqD5M7Le7iBKzVmEj3f36Jb - btc: - type: string - description: Bitcoin deposit address - example: bc1q8eau83qffxcj8ht4hsjdza3lha9r3egfqysj3g - note: - type: string - description: Additional information about the deposit addresses - example: >- - Only certain chains and tokens are supported. See /supported-assets - for details. - ErrorResponse: - type: object - properties: - error: - type: string - required: - - error - Address: - type: string - description: Ethereum address (0x-prefixed, 40 hex chars) - pattern: ^0x[a-fA-F0-9]{40}$ - example: '0x56687bf447db6ffa42ffe2204a05edaa20f55839' - -```` \ No newline at end of file +null \ No newline at end of file diff --git a/docs/api-reference/bridge/create-withdrawal-addresses.md b/docs/api-reference/bridge/create-withdrawal-addresses.md index c950b84..08fa748 100644 --- a/docs/api-reference/bridge/create-withdrawal-addresses.md +++ b/docs/api-reference/bridge/create-withdrawal-addresses.md @@ -97,25 +97,25 @@ components: properties: address: type: object - description: Deposit addresses for different blockchain networks + description: Bridge addresses for different blockchain networks properties: evm: type: string description: >- - EVM-compatible deposit address (Ethereum, Polygon, Arbitrum, + EVM-compatible bridge address (Ethereum, Polygon, Arbitrum, Base, etc.) example: '0x23566f8b2E82aDfCf01846E54899d110e97AC053' svm: type: string - description: Solana Virtual Machine deposit address + description: Solana Virtual Machine bridge address example: CrvTBvzryYxBHbWu2TiQpcqD5M7Le7iBKzVmEj3f36Jb btc: type: string - description: Bitcoin deposit address + description: Bitcoin bridge address example: bc1q8eau83qffxcj8ht4hsjdza3lha9r3egfqysj3g note: type: string - description: Additional information about the deposit addresses + description: Additional information about the bridge addresses example: >- Only certain chains and tokens are supported. See /supported-assets for details. diff --git a/docs/api-reference/wss/market.md b/docs/api-reference/wss/market.md index 89e4c40..6010a44 100644 --- a/docs/api-reference/wss/market.md +++ b/docs/api-reference/wss/market.md @@ -45,6 +45,10 @@ operations: type: array description: Asset IDs (token IDs) to subscribe to required: true + properties: + - name: item + type: string + required: false - name: type type: string description: Must be 'market' @@ -150,6 +154,10 @@ operations: - name: assets_ids type: array required: true + properties: + - name: item + type: string + required: false - name: level type: integer enumValues: @@ -294,10 +302,28 @@ operations: type: array description: Aggregated buy orders by price level required: true + properties: + - name: price + type: string + description: Price level (e.g., '0.50') + required: true + - name: size + type: string + description: Total size at this price level + required: true - name: asks type: array description: Aggregated sell orders by price level required: true + properties: + - name: price + type: string + description: Price level (e.g., '0.50') + required: true + - name: size + type: string + description: Total size at this price level + required: true - name: timestamp type: string description: Unix timestamp in milliseconds @@ -436,6 +462,34 @@ operations: - name: price_changes type: array required: true + properties: + - name: asset_id + type: string + required: true + - name: price + type: string + description: Price level affected + required: true + - name: size + type: string + description: New aggregate size (0 means level removed) + required: true + - name: side + type: string + enumValues: + - BUY + - SELL + required: true + - name: hash + type: string + description: Hash of the order that caused this change + required: true + - name: best_bid + type: string + required: false + - name: best_ask + type: string + required: false - name: timestamp type: string description: Unix timestamp in milliseconds @@ -861,9 +915,17 @@ operations: - name: assets_ids type: array required: true + properties: + - name: item + type: string + required: false - name: outcomes type: array required: true + properties: + - name: item + type: string + required: false - name: event_message type: object description: Parent event metadata for grouped markets @@ -890,6 +952,10 @@ operations: - name: tags type: array required: false + properties: + - name: item + type: string + required: false - name: condition_id type: string description: Condition ID @@ -902,6 +968,10 @@ operations: type: array description: CLOB token IDs for the market required: false + properties: + - name: item + type: string + required: false - name: sports_market_type type: string description: Sports market type such as spread or moneyline @@ -1113,6 +1183,10 @@ operations: - name: assets_ids type: array required: true + properties: + - name: item + type: string + required: false - name: winning_asset_id type: string required: true @@ -1145,6 +1219,10 @@ operations: - name: tags type: array required: false + properties: + - name: item + type: string + required: false headers: [] jsonPayloadSchema: type: object diff --git a/docs/api-reference/wss/user.md b/docs/api-reference/wss/user.md index ec4a459..48268ae 100644 --- a/docs/api-reference/wss/user.md +++ b/docs/api-reference/wss/user.md @@ -49,15 +49,15 @@ operations: - name: apiKey type: string description: CLOB API key (UUID format) - required: false + required: true - name: secret type: string description: CLOB API secret - required: false + required: true - name: passphrase type: string description: CLOB API passphrase - required: false + required: true - name: type type: string description: Must be 'user' @@ -68,6 +68,10 @@ operations: Optional condition IDs to filter events. If omitted, receives events for all markets. required: false + properties: + - name: item + type: string + required: false headers: [] jsonPayloadSchema: type: object @@ -155,6 +159,10 @@ operations: type: array description: Condition IDs to subscribe to or unsubscribe from required: true + properties: + - name: item + type: string + required: false headers: [] jsonPayloadSchema: type: object @@ -308,6 +316,10 @@ operations: type: array description: Trade IDs this order has been matched in required: false + properties: + - name: item + type: string + required: false - name: outcome type: string description: e.g. 'YES', 'NO' @@ -565,6 +577,37 @@ operations: - name: maker_orders type: array required: false + properties: + - name: order_id + type: string + required: true + - name: owner + type: string + required: true + - name: maker_address + type: string + required: false + - name: matched_amount + type: string + required: true + - name: price + type: string + required: true + - name: fee_rate_bps + type: string + required: false + - name: asset_id + type: string + required: true + - name: outcome + type: string + required: false + - name: side + type: string + enumValues: + - BUY + - SELL + required: false - name: trader_side type: string description: Whether the receiving user was TAKER or MAKER diff --git a/docs/developers/CLOB/status.md b/docs/developers/CLOB/status.md index 3f04f08..f29d103 100644 --- a/docs/developers/CLOB/status.md +++ b/docs/developers/CLOB/status.md @@ -1,4 +1,4 @@ -Polymarket - StatusPolymarket - Status

Polymarket - Status Page

Website - Operational

100% - uptime

CLOB API - Operational

100% - uptime

Markets API - Operational

100% - uptime

Polygon (RPC) - Operational

100% - uptime

User auth - Operational

100% - uptime

Sports API - Operational

100% - uptime

Recent notices

Show notice history

Polymarket - Status Page

Website - Operational

100% - uptime

CLOB API - Operational

100% - uptime

Markets API - Operational

100% - uptime

Polygon (RPC) - Operational

100% - uptime

User auth - Operational

100% - uptime

Sports API - Operational

100% - uptime

Recent notices

Show notice history
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/developers/market-makers/setup.md b/docs/developers/market-makers/setup.md index bc14f08..7d38c64 100644 --- a/docs/developers/market-makers/setup.md +++ b/docs/developers/market-makers/setup.md @@ -21,7 +21,7 @@ Before you can start market making, you need to complete these one-time setup st ### Using the Bridge API ```typescript theme={null} - // Get deposit addresses for your Polymarket wallet + // Get bridge addresses for your Polymarket wallet const deposit = await fetch("https://bridge.polymarket.com/deposit", { method: "POST", headers: { "Content-Type": "application/json" }, @@ -30,7 +30,7 @@ Before you can start market making, you need to complete these one-time setup st }), }); - // Returns deposit addresses for EVM, SVM, and BTC networks + // Returns bridge addresses for EVM, SVM, and BTC networks const addresses = await deposit.json(); // Send USDC to the appropriate address for your source chain ``` diff --git a/docs/developers/misc-endpoints/bridge-overview.md b/docs/developers/misc-endpoints/bridge-overview.md index 9897bc5..99448af 100644 --- a/docs/developers/misc-endpoints/bridge-overview.md +++ b/docs/developers/misc-endpoints/bridge-overview.md @@ -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 - - Call `POST /deposit` with your Polymarket wallet address to get deposit + + Call `POST /deposit` with your Polymarket wallet address to get bridge addresses. @@ -53,7 +53,7 @@ curl -X POST https://bridge.polymarket.com/deposit \ - Transfer tokens to the appropriate deposit address from your source chain. + Transfer tokens to the appropriate bridge address from your source chain. @@ -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 diff --git a/docs/market-makers/getting-started.md b/docs/market-makers/getting-started.md index bc14f08..7d38c64 100644 --- a/docs/market-makers/getting-started.md +++ b/docs/market-makers/getting-started.md @@ -21,7 +21,7 @@ Before you can start market making, you need to complete these one-time setup st ### Using the Bridge API ```typescript theme={null} - // Get deposit addresses for your Polymarket wallet + // Get bridge addresses for your Polymarket wallet const deposit = await fetch("https://bridge.polymarket.com/deposit", { method: "POST", headers: { "Content-Type": "application/json" }, @@ -30,7 +30,7 @@ Before you can start market making, you need to complete these one-time setup st }), }); - // Returns deposit addresses for EVM, SVM, and BTC networks + // Returns bridge addresses for EVM, SVM, and BTC networks const addresses = await deposit.json(); // Send USDC to the appropriate address for your source chain ``` diff --git a/docs/market-makers/maker-rebates.md b/docs/market-makers/maker-rebates.md index 18bb45a..73cd375 100644 --- a/docs/market-makers/maker-rebates.md +++ b/docs/market-makers/maker-rebates.md @@ -163,7 +163,7 @@ The following market categories have taker fees enabled and are eligible for mak Full fee handling guide for SDK and REST API users. - - Start placing orders on Polymarket. + + Climb the tiers and earn daily pUSD rebates on taker trades. diff --git a/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md b/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md index 9e50894..2b12dec 100644 --- a/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md +++ b/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md @@ -1,4 +1,4 @@ -Does Polymarket have an API? | Polymarket Help Center
Skip to main content

Does Polymarket have an API?

Getting data from Polymarket

Yes! Developers can find all the information they need for interacting with Polymarket. This includes documentation on market discovery, resolution, trading etc.

Whether you are an academic researcher a market maker or an indepedent developer, this documentation should provide you what you need to get started. All the code you find linked here and on our GitHub is open source and free to use.

If you have any questions please join our Discord and direct your questions to the #devs channel.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Does Polymarket have an API?

Getting data from Polymarket

Yes! Developers can find all the information they need for interacting with Polymarket. This includes documentation on market discovery, resolution, trading etc.

Whether you are an academic researcher a market maker or an indepedent developer, this documentation should provide you what you need to get started. All the code you find linked here and on our GitHub is open source and free to use.

If you have any questions please join our Discord and direct your questions to the #devs channel.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/embeds.md b/docs/polymarket-learn/FAQ/embeds.md index 8ab8549..d7e625d 100644 --- a/docs/polymarket-learn/FAQ/embeds.md +++ b/docs/polymarket-learn/FAQ/embeds.md @@ -1,4 +1,4 @@ -How To Use Embeds | Polymarket Help Center
Skip to main content

How To Use Embeds

Adding market embeds to your Substack or website.

Polymarket allows you to embed a live-updating widget displaying the latest odds for markets in many places around the web.

​Web

Navigate to the individual market you want to embed and click the embed (< >) link. Select light or dark mode, and copy the auto-generated code Paste the code into your code editor or CMS and publish as normal.

​Twitter / X

Navigate to any Polymarket market Copy the URL from your browser Paste the URL into the compose window.

​Substack

The embeds feature currently supports single markets only (eg “USA to Win Most Gold Medals”, not “Most Gold Medals at Paris Olympics’)

To embed a market, navigate on Polymarket.com to the single market you want to embed and click “copy link.”

Navigate to your Substack editor and paste the link directly into the body of your newsletter. The editor will recognize the market and convert it to a widget that automatically refreshes with the latest odds.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How To Use Embeds

Adding market embeds to your Substack or website.

Polymarket allows you to embed a live-updating widget displaying the latest odds for markets in many places around the web.

​Web

Navigate to the individual market you want to embed and click the embed (< >) link. Select light or dark mode, and copy the auto-generated code Paste the code into your code editor or CMS and publish as normal.

​Twitter / X

Navigate to any Polymarket market Copy the URL from your browser Paste the URL into the compose window.

​Substack

The embeds feature currently supports single markets only (eg “USA to Win Most Gold Medals”, not “Most Gold Medals at Paris Olympics’)

To embed a market, navigate on Polymarket.com to the single market you want to embed and click “copy link.”

Navigate to your Substack editor and paste the link directly into the body of your newsletter. The editor will recognize the market and convert it to a widget that automatically refreshes with the latest odds.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/how-to-export-private-key.md b/docs/polymarket-learn/FAQ/how-to-export-private-key.md index b0f6143..5f922ce 100644 --- a/docs/polymarket-learn/FAQ/how-to-export-private-key.md +++ b/docs/polymarket-learn/FAQ/how-to-export-private-key.md @@ -1,4 +1,4 @@ -How Do I Export My Key? | Polymarket Help Center
Skip to main content

How Do I Export My Key?

Exporting your private key on Magic.Link

Exporting your private key gives you direct control and security over your funds. This process is applicable if you’ve signed up via email.

DO NOT share your private key with other parties, platforms, or people. We will never ask for your private key.

  1. Access the Export Link while signed into Polymarket: https://reveal.magic.link/polymarket

  2. Sign-in on Magic.Link

  3. Export Private Key. Once revealed, you should securely store the private key displayed, where others can’t access it.

  4. Log out of Magic.Link


Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Do I Export My Key?

Exporting your private key on Magic.Link

Exporting your private key gives you direct control and security over your funds. This process is applicable if you’ve signed up via email.

DO NOT share your private key with other parties, platforms, or people. We will never ask for your private key.

  1. Access the Export Link while signed into Polymarket: https://reveal.magic.link/polymarket

  2. Sign-in on Magic.Link

  3. Export Private Key. Once revealed, you should securely store the private key displayed, where others can’t access it.

  4. Log out of Magic.Link


Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/is-my-money-safe.md b/docs/polymarket-learn/FAQ/is-my-money-safe.md index 57b2a95..b94afb2 100644 --- a/docs/polymarket-learn/FAQ/is-my-money-safe.md +++ b/docs/polymarket-learn/FAQ/is-my-money-safe.md @@ -1,4 +1,4 @@ -Is My Money Safe? | Polymarket Help Center
Skip to main content

Is My Money Safe?

Yes. Polymarket is non-custodial, so you’re in control of your funds.

Non-custodial, you’re in control

Polymarket recognizes the importance of a trustworthy environment for managing your funds. To ensure this, Polymarket uses non-custodial wallets, meaning we never take possession of your USDC. This approach gives you full control over your assets, providing protection against potential security threats like hacks, misuse, and unauthorized transactions.

​Your keys = your funds

A private key acts like a highly secure password, essential for managing and moving your assets without restrictions. You can export your private key at any time, ensuring sole access to your funds. Learn how to export your private key here

​Keep your private keys private.

Do not share your private key with others. While Polymarket provides the infrastructure, the security of your assets depends on how securely you handle your private key and passwords. Losing your private key or passwords can result in losing access to your funds. It’s crucial to store this information in a safe and secure environment.

​Our Commitment

Polymarket aims to give you peace of mind, knowing that your assets are safe and fully under your control at all times. We encourage you to take necessary precautions to secure your digital assets effectively. The ability to manage your private key means you are not reliant on Polymarket to secure your assets; you have the control to ensure your financial security.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Is My Money Safe?

Yes. Polymarket is non-custodial, so you’re in control of your funds.

Non-custodial, you’re in control

Polymarket recognizes the importance of a trustworthy environment for managing your funds. To ensure this, Polymarket uses non-custodial wallets, meaning we never take possession of your USDC. This approach gives you full control over your assets, providing protection against potential security threats like hacks, misuse, and unauthorized transactions.

​Your keys = your funds

A private key acts like a highly secure password, essential for managing and moving your assets without restrictions. You can export your private key at any time, ensuring sole access to your funds. Learn how to export your private key here

​Keep your private keys private.

Do not share your private key with others. While Polymarket provides the infrastructure, the security of your assets depends on how securely you handle your private key and passwords. Losing your private key or passwords can result in losing access to your funds. It’s crucial to store this information in a safe and secure environment.

​Our Commitment

Polymarket aims to give you peace of mind, knowing that your assets are safe and fully under your control at all times. We encourage you to take necessary precautions to secure your digital assets effectively. The ability to manage your private key means you are not reliant on Polymarket to secure your assets; you have the control to ensure your financial security.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/is-polymarket-the-house.md b/docs/polymarket-learn/FAQ/is-polymarket-the-house.md index fe39694..396d551 100644 --- a/docs/polymarket-learn/FAQ/is-polymarket-the-house.md +++ b/docs/polymarket-learn/FAQ/is-polymarket-the-house.md @@ -1,4 +1,4 @@ -Is Polymarket The House? | Polymarket Help Center
Skip to main content

Is Polymarket The House?

No, Polymarket is not the house. All trades happen peer-to-peer (p2p).

Polymarket is different in three ways:

​1. Traders interact directly with each other, not with Polymarket.

Polymarket is a marketplace comprised of traders on both sides of any given market. This means you’re always trading with other users, not against a centralized entity or “house.” Prices on Polymarket are determined by supply and demand. As traders buy and sell shares in outcomes, prices fluctuate to reflect the collective sentiment and knowledge of market participants.

​2. Polymarket does not charge trading fees.

Unlike bookmakers or wagering operations, Polymarket does not charge deposit/withdrawal fees, or any type of trading fees. This means that Polymarket does not stand to benefit from the outcome of any market or usage of any trader.

​3. Transact at any time.

Polymarket enables you to sell your position at any time before the market resolves, provided there is a willing buyer of your shares. This offers flexibility and allows you to manage your risk and lock in profits or cut losses as you see fit.

In essence, Polymarket empowers you to trade based on your own knowledge and research, without going up against a “house” with potentially unfair advantages.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Is Polymarket The House?

No, Polymarket is not the house. All trades happen peer-to-peer (p2p).

Polymarket is different in three ways:

​1. Traders interact directly with each other, not with Polymarket.

Polymarket is a marketplace comprised of traders on both sides of any given market. This means you’re always trading with other users, not against a centralized entity or “house.” Prices on Polymarket are determined by supply and demand. As traders buy and sell shares in outcomes, prices fluctuate to reflect the collective sentiment and knowledge of market participants.

​2. Polymarket does not charge trading fees.

Unlike bookmakers or wagering operations, Polymarket does not charge deposit/withdrawal fees, or any type of trading fees. This means that Polymarket does not stand to benefit from the outcome of any market or usage of any trader.

​3. Transact at any time.

Polymarket enables you to sell your position at any time before the market resolves, provided there is a willing buyer of your shares. This offers flexibility and allows you to manage your risk and lock in profits or cut losses as you see fit.

In essence, Polymarket empowers you to trade based on your own knowledge and research, without going up against a “house” with potentially unfair advantages.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/polling.md b/docs/polymarket-learn/FAQ/polling.md index c7fb338..352ba74 100644 --- a/docs/polymarket-learn/FAQ/polling.md +++ b/docs/polymarket-learn/FAQ/polling.md @@ -1,4 +1,4 @@ -Polymarket vs. Polling | Polymarket Help Center
Skip to main content

Polymarket vs. Polling

How is Polymarket better than traditional / legacy polling?

While legacy polls capture a snapshot of opinion at a specific moment, they are often outdated by the time they’re published—sometimes lagging by several days. In contrast, Polymarket reflects real-time sentiment as events unfold, offering continuous updates and a more dynamic understanding of public opinion.

Studies show that prediction markets like Polymarket tend to outperform traditional pollsters because participants are financially incentivized to be correct. This creates more thoughtful, data-driven predictions. Research by James Surowiecki, author of The Wisdom of Crowds, has highlighted how markets like these can be more accurate than polls due to the “collective intelligence” of diverse participants. Additionally, the Iowa Electronic Markets, an academic research project at the University of Iowa, has consistently demonstrated the superior accuracy of prediction markets like Polymarket over traditional polling in predicting political outcomes.

Polymarket provides a constantly updating picture of public sentiment, offering a degree of accuracy and timeliness that traditional pollsters, who typically report data that is days old, simply cannot match.


Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Polymarket vs. Polling

How is Polymarket better than traditional / legacy polling?

While legacy polls capture a snapshot of opinion at a specific moment, they are often outdated by the time they’re published—sometimes lagging by several days. In contrast, Polymarket reflects real-time sentiment as events unfold, offering continuous updates and a more dynamic understanding of public opinion.

Studies show that prediction markets like Polymarket tend to outperform traditional pollsters because participants are financially incentivized to be correct. This creates more thoughtful, data-driven predictions. Research by James Surowiecki, author of The Wisdom of Crowds, has highlighted how markets like these can be more accurate than polls due to the “collective intelligence” of diverse participants. Additionally, the Iowa Electronic Markets, an academic research project at the University of Iowa, has consistently demonstrated the superior accuracy of prediction markets like Polymarket over traditional polling in predicting political outcomes.

Polymarket provides a constantly updating picture of public sentiment, offering a degree of accuracy and timeliness that traditional pollsters, who typically report data that is days old, simply cannot match.


Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/recover-missing-deposit.md b/docs/polymarket-learn/FAQ/recover-missing-deposit.md index a61f001..cc508da 100644 --- a/docs/polymarket-learn/FAQ/recover-missing-deposit.md +++ b/docs/polymarket-learn/FAQ/recover-missing-deposit.md @@ -1,4 +1,4 @@ -Recover Missing Deposit | Polymarket Help Center
Skip to main content

Recover Missing Deposit

Sent the wrong token or used the wrong network when depositing? Here's how to recover your funds.

When does this apply?

This guide primarily covers situations where you transferred cryptocurrency directly to your Polymarket profile address instead of using the Deposit button.

What's a profile address? Your profile address is the Polygon wallet associated with your Polymarket account. It's different from your deposit address, which is the address shown when you click Deposit → Transfer Crypto. If you're unsure which address you sent to, contact support with your transaction hash and we'll help identify it.


Sent funds on Ethereum?

If you sent a token (such as ETH, USDC, USDT, or another ERC-20) on the Ethereum network to your profile address, you may be able to recover it using the Ethereum recovery tool:

  1. Connect the wallet you use on Polymarket, or sign in with your Polymarket account.

  2. If prompted, send the quoted amount of ETH to the owner address shown in the red box (this covers the gas fee for recovery).

  3. Search for the token you sent (ETH, USDC, USDT, etc.).

  4. Enter the external wallet address you'd like the funds returned to.

  5. Click Deploy Safe to return the funds to that address.


Sent funds on Polygon?

If you sent a non-pUSD token (such as USDT, POL, or another asset) on the Polygon network to your profile address, you may be able to recover it using the Polygon recovery tool.

  1. Sign in using your Polymarket login method.

  2. If prompted, send the quoted amount of POL to the owner address shown in the red box.

  3. Search for the token you sent (USDT, POL, nUSD, etc.).

  4. If prompted, click Deploy Safe.

  5. Enter the external wallet address you'd like the funds returned to.


Sent funds on Base, Arbitrum, Optimism, or BSC?

Recovery tools also exist for other supported networks. If you sent funds to your profile address on Base, Arbitrum, Optimism, or BSC, please contact support with your transaction hash and we'll assist in deeming if the recovery is possible.

Please note: Not all recovery cases will be possible given these circumstances.


What can't be recovered

Due to the nature of blockchain transactions, some situations are unfortunately unrecoverable:

Funds sent to the CTF Exchange contract. If you sent tokens directly to a CTF exchange contract address (instead of your deposit or profile address), those funds are permanently locked in the contract. There is no mechanism for anyone, including the Polymarket team, to return or reverse the transfer.

  • Unsupported networks: If you sent funds on a network other than Ethereum, Polygon, Base, Arbitrum, Optimism, or BSC, recovery is not currently possible.

  • Funds sent to an address that isn't yours: If the receiving address doesn't belong to your Polymarket account, we cannot access or recover those funds.


Used the Deposit button but funds didn't arrive?

If you deposited using the Deposit → Transfer Crypto flow and your funds haven't appeared after 10 minutes:

  1. Double-check the transaction on a block explorer (Polygonscan, Etherscan, or Mempool for BTC) to confirm it was successful.

  2. Make sure you sent the correct token on the correct network, and that the amount meets the minimum deposit requirement for that network.

  3. Try refreshing the page or logging out and back in.

  4. If the transaction is confirmed on-chain but not reflected in your balance, contact support with your transaction hash and we'll investigate.


Need help?

If the recovery tool isn't working, or if your situation isn't covered above, contact support through the chat widget on polymarket.com (bottom-right corner). Please include:

  • Your transaction hash (Tx ID)

  • The token and approximate amount you sent

  • The network you sent on

This helps us diagnose and resolve your issue as quickly as possible.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Recover Missing Deposit

Sent the wrong token or used the wrong network when depositing? Here's how to recover your funds.

When does this apply?

This guide primarily covers situations where you transferred cryptocurrency directly to your Polymarket profile address instead of using the Deposit button.

What's a profile address? Your profile address is the Polygon wallet associated with your Polymarket account. It's different from your deposit address, which is the address shown when you click Deposit → Transfer Crypto. If you're unsure which address you sent to, contact support with your transaction hash and we'll help identify it.


Sent funds on Ethereum?

If you sent a token (such as ETH, USDC, USDT, or another ERC-20) on the Ethereum network to your profile address, you may be able to recover it using the Ethereum recovery tool:

  1. Connect the wallet you use on Polymarket, or sign in with your Polymarket account.

  2. If prompted, send the quoted amount of ETH to the owner address shown in the red box (this covers the gas fee for recovery).

  3. Search for the token you sent (ETH, USDC, USDT, etc.).

  4. Enter the external wallet address you'd like the funds returned to.

  5. Click Deploy Safe to return the funds to that address.


Sent funds on Polygon?

If you sent a non-pUSD token (such as USDT, POL, or another asset) on the Polygon network to your profile address, you may be able to recover it using the Polygon recovery tool.

  1. Sign in using your Polymarket login method.

  2. If prompted, send the quoted amount of POL to the owner address shown in the red box.

  3. Search for the token you sent (USDT, POL, nUSD, etc.).

  4. If prompted, click Deploy Safe.

  5. Enter the external wallet address you'd like the funds returned to.


Sent funds on Base, Arbitrum, Optimism, or BSC?

Recovery tools also exist for other supported networks. If you sent funds to your profile address on Base, Arbitrum, Optimism, or BSC, please contact support with your transaction hash and we'll assist in deeming if the recovery is possible.

Please note: Not all recovery cases will be possible given these circumstances.


What can't be recovered

Due to the nature of blockchain transactions, some situations are unfortunately unrecoverable:

Funds sent to the CTF Exchange contract. If you sent tokens directly to a CTF exchange contract address (instead of your deposit or profile address), those funds are permanently locked in the contract. There is no mechanism for anyone, including the Polymarket team, to return or reverse the transfer.

  • Unsupported networks: If you sent funds on a network other than Ethereum, Polygon, Base, Arbitrum, Optimism, or BSC, recovery is not currently possible.

  • Funds sent to an address that isn't yours: If the receiving address doesn't belong to your Polymarket account, we cannot access or recover those funds.


Used the Deposit button but funds didn't arrive?

If you deposited using the Deposit → Transfer Crypto flow and your funds haven't appeared after 10 minutes:

  1. Double-check the transaction on a block explorer (Polygonscan, Etherscan, or Mempool for BTC) to confirm it was successful.

  2. Make sure you sent the correct token on the correct network, and that the amount meets the minimum deposit requirement for that network.

  3. Try refreshing the page or logging out and back in.

  4. If the transaction is confirmed on-chain but not reflected in your balance, contact support with your transaction hash and we'll investigate.


Need help?

If the recovery tool isn't working, or if your situation isn't covered above, contact support through the chat widget on polymarket.com (bottom-right corner). Please include:

  • Your transaction hash (Tx ID)

  • The token and approximate amount you sent

  • The network you sent on

This helps us diagnose and resolve your issue as quickly as possible.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/sell-early.md b/docs/polymarket-learn/FAQ/sell-early.md index 7ddc051..e0c9ab3 100644 --- a/docs/polymarket-learn/FAQ/sell-early.md +++ b/docs/polymarket-learn/FAQ/sell-early.md @@ -1,4 +1,4 @@ -Can I Sell Early? | Polymarket Help Center
Skip to main content

Can I Sell Early?

Yes, you can sell or close your position early.

You may sell shares at any point before the market is resolved by either placing a market order to sell shares at the prevailing bid price in the orderbook, or by placing a limit order for how many shares you wish to sell and at what price.

The limit order will only be executed if/when there is a willing buyer for your shares at the price you set.


Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Can I Sell Early?

Yes, you can sell or close your position early.

You may sell shares at any point before the market is resolved by either placing a market order to sell shares at the prevailing bid price in the orderbook, or by placing a limit order for how many shares you wish to sell and at what price.

The limit order will only be executed if/when there is a willing buyer for your shares at the price you set.


Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/support.md b/docs/polymarket-learn/FAQ/support.md index f241e60..19d98bd 100644 --- a/docs/polymarket-learn/FAQ/support.md +++ b/docs/polymarket-learn/FAQ/support.md @@ -1,4 +1,4 @@ -How Do I Contact Support? | Polymarket Help Center
Skip to main content

How Do I Contact Support?

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Do I Contact Support?

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/wen-token.md b/docs/polymarket-learn/FAQ/wen-token.md index 990a07c..b5442c0 100644 --- a/docs/polymarket-learn/FAQ/wen-token.md +++ b/docs/polymarket-learn/FAQ/wen-token.md @@ -1,4 +1,4 @@ -Does Polymarket Have a Token? | Polymarket Help Center
Skip to main content

Does Polymarket Have a Token?

Polymarket does not have a token

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Does Polymarket Have a Token?

Polymarket does not have a token

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/what-are-prediction-markets.md b/docs/polymarket-learn/FAQ/what-are-prediction-markets.md index 695cc36..b8029ae 100644 --- a/docs/polymarket-learn/FAQ/what-are-prediction-markets.md +++ b/docs/polymarket-learn/FAQ/what-are-prediction-markets.md @@ -1,4 +1,4 @@ -What is a Prediction Market? | Polymarket Help Center
Skip to main content

What is a Prediction Market?

How people collectively forecast the future.

A prediction market is a platform where people can bet on the outcome of future events. By buying and selling shares in the outcomes, participants collectively forecast the likelihood of events such as sports results, political elections, or entertainment awards.

​How it works

Market Prices = Probabilities: The price of shares in a prediction market represents the current probability of an event happening. For example, if shares of an event are trading at 20 cents, it indicates a 20% chance of that event occurring.

​Making predictions

If you believe the actual probability of an event is higher than the market price suggests, you can buy shares. For instance, if you think a team has a better than 20% chance of winning, you would buy shares at 20 cents. If the event occurs, each share becomes worth $1, yielding a profit.

​Free-market trading

You can buy or sell shares at any time before the event concludes, based on new information or changing circumstances. This flexibility allows the market prices to continuously reflect the most current and accurate probabilities.

​Trust the markets

Prediction markets provide unbiased and accurate probabilities in real time, cutting through the noise of human and media biases. Traditional sources often have their own incentives and slants, but prediction markets operate on the principle of “put your money where your mouth is.” Here, participants are financially motivated to provide truthful insights, as their profits depend on the accuracy of their predictions.

In a prediction market, prices reflect the aggregated sentiment of all participants, weighing news, data, expert opinions, and culture to determine the true odds. Unlike media narratives, which can be swayed by various biases, prediction markets offer a transparent view of where people genuinely believe we’re heading.

​Why use prediction markets?

Prediction markets are often more accurate than traditional polls and expert predictions. The collective wisdom of diverse participants, each motivated by the potential for profit, leads to highly reliable forecasts. This makes prediction markets an excellent tool for gauging real-time probabilities of future events.

Polymarket, the world’s largest prediction market, offers a user-friendly platform to bet on a wide range of topics, from sports to politics. By participating, you can profit from your knowledge while contributing to the accuracy of market predictions.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

What is a Prediction Market?

How people collectively forecast the future.

A prediction market is a platform where people can bet on the outcome of future events. By buying and selling shares in the outcomes, participants collectively forecast the likelihood of events such as sports results, political elections, or entertainment awards.

​How it works

Market Prices = Probabilities: The price of shares in a prediction market represents the current probability of an event happening. For example, if shares of an event are trading at 20 cents, it indicates a 20% chance of that event occurring.

​Making predictions

If you believe the actual probability of an event is higher than the market price suggests, you can buy shares. For instance, if you think a team has a better than 20% chance of winning, you would buy shares at 20 cents. If the event occurs, each share becomes worth $1, yielding a profit.

​Free-market trading

You can buy or sell shares at any time before the event concludes, based on new information or changing circumstances. This flexibility allows the market prices to continuously reflect the most current and accurate probabilities.

​Trust the markets

Prediction markets provide unbiased and accurate probabilities in real time, cutting through the noise of human and media biases. Traditional sources often have their own incentives and slants, but prediction markets operate on the principle of “put your money where your mouth is.” Here, participants are financially motivated to provide truthful insights, as their profits depend on the accuracy of their predictions.

In a prediction market, prices reflect the aggregated sentiment of all participants, weighing news, data, expert opinions, and culture to determine the true odds. Unlike media narratives, which can be swayed by various biases, prediction markets offer a transparent view of where people genuinely believe we’re heading.

​Why use prediction markets?

Prediction markets are often more accurate than traditional polls and expert predictions. The collective wisdom of diverse participants, each motivated by the potential for profit, leads to highly reliable forecasts. This makes prediction markets an excellent tool for gauging real-time probabilities of future events.

Polymarket, the world’s largest prediction market, offers a user-friendly platform to bet on a wide range of topics, from sports to politics. By participating, you can profit from your knowledge while contributing to the accuracy of market predictions.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md b/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md index 72766fb..0abacf4 100644 --- a/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md +++ b/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md @@ -1,4 +1,4 @@ -Why Crypto? | Polymarket Help Center
Skip to main content

Why Crypto?

Why Polymarket uses crypto and blockchain technology to create the world’s largest Prediction market.

Polymarket operates on Polygon, a proof-of-stake layer two blockchain built on Ethereum. All transactions are denominated in USDC, a US-dollar pegged stablecoin.This architecture offers several advantages over traditional prediction markets:

​Why USDC?

​Stable Value

Polymarket denominates trades in USDC, which is pegged 1:1 to the US Dollar. This shields you from the volatility associated with other cryptocurrencies and offers a stable medium for trading.

​Regulated Reserves

USDC operates in adherence to regulatory standards and is backed by reserved assets.

​Transparency

Blockchain technology facilitates transparency, as all transactions are recorded publicly.

​Global Reach

Research has shown that wide availability of prediction markets increases their accuracy. Using decentralized blockchain technology removes the need for a central authority in trading, which fosters fairness and open participation around the globe.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Why Crypto?

Why Polymarket uses crypto and blockchain technology to create the world’s largest Prediction market.

Polymarket operates on Polygon, a proof-of-stake layer two blockchain built on Ethereum. All transactions are denominated in USDC, a US-dollar pegged stablecoin.This architecture offers several advantages over traditional prediction markets:

​Why USDC?

​Stable Value

Polymarket denominates trades in USDC, which is pegged 1:1 to the US Dollar. This shields you from the volatility associated with other cryptocurrencies and offers a stable medium for trading.

​Regulated Reserves

USDC operates in adherence to regulatory standards and is backed by reserved assets.

​Transparency

Blockchain technology facilitates transparency, as all transactions are recorded publicly.

​Global Reach

Research has shown that wide availability of prediction markets increases their accuracy. Using decentralized blockchain technology removes the need for a central authority in trading, which fosters fairness and open participation around the globe.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/deposits/coinbase.md b/docs/polymarket-learn/deposits/coinbase.md index 5e40e27..37c6b70 100644 --- a/docs/polymarket-learn/deposits/coinbase.md +++ b/docs/polymarket-learn/deposits/coinbase.md @@ -1,4 +1,4 @@ -How to Deposit | Polymarket Help Center
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/deposits/how-to-withdraw.md b/docs/polymarket-learn/deposits/how-to-withdraw.md index 96ccf0d..192accc 100644 --- a/docs/polymarket-learn/deposits/how-to-withdraw.md +++ b/docs/polymarket-learn/deposits/how-to-withdraw.md @@ -1,4 +1,4 @@ -How to Withdraw | Polymarket Help Center
Skip to main content

How to Withdraw

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How to Withdraw

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/deposits/large-cross-chain-deposits.md b/docs/polymarket-learn/deposits/large-cross-chain-deposits.md index 9897bc5..99448af 100644 --- a/docs/polymarket-learn/deposits/large-cross-chain-deposits.md +++ b/docs/polymarket-learn/deposits/large-cross-chain-deposits.md @@ -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 - - Call `POST /deposit` with your Polymarket wallet address to get deposit + + Call `POST /deposit` with your Polymarket wallet address to get bridge addresses. @@ -53,7 +53,7 @@ curl -X POST https://bridge.polymarket.com/deposit \ - Transfer tokens to the appropriate deposit address from your source chain. + Transfer tokens to the appropriate bridge address from your source chain. @@ -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 diff --git a/docs/polymarket-learn/deposits/moonpay.md b/docs/polymarket-learn/deposits/moonpay.md index 039924b..4ee0d19 100644 --- a/docs/polymarket-learn/deposits/moonpay.md +++ b/docs/polymarket-learn/deposits/moonpay.md @@ -1,4 +1,4 @@ -How to Deposit | Polymarket Help Center
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/deposits/supported-tokens.md b/docs/polymarket-learn/deposits/supported-tokens.md index e07c49f..7059700 100644 --- a/docs/polymarket-learn/deposits/supported-tokens.md +++ b/docs/polymarket-learn/deposits/supported-tokens.md @@ -53,7 +53,7 @@ Most L2 chains (Polygon, Arbitrum, Base, Optimism) have low minimums of $2, whil - Generate deposit addresses for your wallet. + Generate bridge addresses for your wallet. diff --git a/docs/polymarket-learn/deposits/usdc-on-eth.md b/docs/polymarket-learn/deposits/usdc-on-eth.md index efea069..e1716f9 100644 --- a/docs/polymarket-learn/deposits/usdc-on-eth.md +++ b/docs/polymarket-learn/deposits/usdc-on-eth.md @@ -1,4 +1,4 @@ -How to Deposit | Polymarket Help Center
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/get-started/how-to-deposit.md b/docs/polymarket-learn/get-started/how-to-deposit.md index f041015..edb7b62 100644 --- a/docs/polymarket-learn/get-started/how-to-deposit.md +++ b/docs/polymarket-learn/get-started/how-to-deposit.md @@ -1,4 +1,4 @@ -How to Deposit | Polymarket Help Center
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How to Deposit

How to add cash to your balance on Polymarket.

To deposit funds into your Polymarket account:

  1. Click Deposit.

  2. Select your deposit method (for example, Transfer Crypto).

  3. Choose the token and network (chain) you want to use.

  4. Copy your deposit address.

  5. Send the minimum required amount to that address.

  6. After the transaction confirms, refresh the page — your funds will appear in your balance.

Always double-check the network and deposit address before sending funds. Transactions sent to the wrong chain or address cannot be reversed.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/get-started/how-to-signup.md b/docs/polymarket-learn/get-started/how-to-signup.md index 4919632..f1c2b52 100644 --- a/docs/polymarket-learn/get-started/how-to-signup.md +++ b/docs/polymarket-learn/get-started/how-to-signup.md @@ -1,4 +1,4 @@ -How to Sign-Up | Polymarket Help Center
Skip to main content

How to Sign-Up

How to create a Polymarket account.

There are three ways to sign up for Polymarket.

Sign Up With Google

  1. Click Sign Up.

  2. Select Continue with Google.

  3. Connect your Google account.

  4. Complete the signup process.

You can now log in using your Google account.

Sign Up with Email

  1. Click Sign Up.

  2. Enter your email address and click Continue.

  3. Enter the 6-digit code sent to your email.

  4. You're signed up.

You can now log in using your email and 6-digit code.

Never share your 6-digit login code - not even with Polymarket staff. If someone gains access to your code, they can access your account and funds. Polymarket support cannot recover lost funds caused by shared codes.

Sign Up with Crypto Wallet

  1. Click Sign Up.

  2. Connect your crypto wallet (such as MetaMask, Rabby, or Phantom).

  3. Sign a message to Connect your wallet to Polymarket.

  4. Sign another message to Enable Trading.

  5. You're signed up.

You can now log in using your connected wallet.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How to Sign-Up

How to create a Polymarket account.

There are three ways to sign up for Polymarket.

Sign Up With Google

  1. Click Sign Up.

  2. Select Continue with Google.

  3. Connect your Google account.

  4. Complete the signup process.

You can now log in using your Google account.

Sign Up with Email

  1. Click Sign Up.

  2. Enter your email address and click Continue.

  3. Enter the 6-digit code sent to your email.

  4. You're signed up.

You can now log in using your email and 6-digit code.

Never share your 6-digit login code - not even with Polymarket staff. If someone gains access to your code, they can access your account and funds. Polymarket support cannot recover lost funds caused by shared codes.

Sign Up with Crypto Wallet

  1. Click Sign Up.

  2. Connect your crypto wallet (such as MetaMask, Rabby, or Phantom).

  3. Sign a message to Connect your wallet to Polymarket.

  4. Sign another message to Enable Trading.

  5. You're signed up.

You can now log in using your connected wallet.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/get-started/what-is-polymarket.md b/docs/polymarket-learn/get-started/what-is-polymarket.md index 616a275..23e2d74 100644 --- a/docs/polymarket-learn/get-started/what-is-polymarket.md +++ b/docs/polymarket-learn/get-started/what-is-polymarket.md @@ -1,4 +1,4 @@ -What is Polymarket | Polymarket Help Center
Skip to main content

What is Polymarket

Polymarket is the world’s largest prediction market, allowing you to stay informed and profit from your knowledge by betting on future events across various topics.

Studies show prediction markets are often more accurate than pundits because they combine news, polls, and expert opinions into a single value that represents the market’s view of an event’s odds. Our markets reflect accurate, unbiased, and real-time probabilities for the events that matter most to you. Markets seek truth.

​Quick Overview

  • On Polymarket, you can trade on future event outcomes (i.e. “Will TikTok be banned in the U.S. this year?”)

  • Shares in event outcomes are between 0.00 and 1.00, and every pair of event outcomes (i.e. each pair of “YES” + “NO” shares) is fully collateralized by $1.00 USDC

  • Shares are created when the sum of what each side is willing to pay is equal to $1.00 opposing sides come to an agreement on odds

  • The shares representing the correct, final outcome are paid out $1.00 USDC each upon market resolution

  • Unlike sportsbooks, you are not betting against “the house” – the counterparty to each trade is another Polymarket user. As such:

    • Shares can be sold before the event outcome is known (i.e. to lock in profits or cut losses).

    • There is no “house” to ban you for winning too much.

​Understanding Prices

Prices = Probabilities.

Prices (odds) on Polymarket represent the current probability of an event occurring. For example, in a market predicting whether the Miami Heat will win the 2025 NBA Finals, if YES shares are trading at 18 cents, it indicates a 18% chance of Miami winning.

These odds are determined by what price other Polymarket users are currently willing to buy & sell those shares at. Just how stock exchanges don’t “set” the prices of stocks, Polymarket does not set prices / odds - they’re a function of supply & demand.

​Making money on markets

In the example above, if you believe Miami’s chances of winning are higher than 18%, you would buy “Yes” shares at 18 cents each. If Miami wins, each “Yes” share would be worth $1, resulting in an 82-cent profit per share. Conversely, any trader who owned “No” shares would see their investment become worthless once the game is over.

Since it’s a market, you’re not locked into your trade. You can sell your shares at any time at the current market price. As the news changes, the supply and demand for shares fluctuates, causing the share price to reflect the new odds for the event.

​How accurate are Polymarket odds?

Research shows prediction markets are often more accurate than experts, polls, and pundits. Traders aggregate news, polls, and expert opinions, making informed trades. Their economic incentives ensure market prices adjust to reflect true odds as more knowledgeable participants join.

This makes prediction markets the best source of real-time event probabilities. People use Polymarket for the most accurate odds, gaining the ability to make informed decisions about the future.

If you’re an expert on a certain topic, Polymarket is your opportunity to profit from trading based on your knowledge, while improving the market’s accuracy.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

What is Polymarket

Polymarket is the world’s largest prediction market, allowing you to stay informed and profit from your knowledge by betting on future events across various topics.

Studies show prediction markets are often more accurate than pundits because they combine news, polls, and expert opinions into a single value that represents the market’s view of an event’s odds. Our markets reflect accurate, unbiased, and real-time probabilities for the events that matter most to you. Markets seek truth.

​Quick Overview

  • On Polymarket, you can trade on future event outcomes (i.e. “Will TikTok be banned in the U.S. this year?”)

  • Shares in event outcomes are between 0.00 and 1.00, and every pair of event outcomes (i.e. each pair of “YES” + “NO” shares) is fully collateralized by $1.00 USDC

  • Shares are created when the sum of what each side is willing to pay is equal to $1.00 opposing sides come to an agreement on odds

  • The shares representing the correct, final outcome are paid out $1.00 USDC each upon market resolution

  • Unlike sportsbooks, you are not betting against “the house” – the counterparty to each trade is another Polymarket user. As such:

    • Shares can be sold before the event outcome is known (i.e. to lock in profits or cut losses).

    • There is no “house” to ban you for winning too much.

​Understanding Prices

Prices = Probabilities.

Prices (odds) on Polymarket represent the current probability of an event occurring. For example, in a market predicting whether the Miami Heat will win the 2025 NBA Finals, if YES shares are trading at 18 cents, it indicates a 18% chance of Miami winning.

These odds are determined by what price other Polymarket users are currently willing to buy & sell those shares at. Just how stock exchanges don’t “set” the prices of stocks, Polymarket does not set prices / odds - they’re a function of supply & demand.

​Making money on markets

In the example above, if you believe Miami’s chances of winning are higher than 18%, you would buy “Yes” shares at 18 cents each. If Miami wins, each “Yes” share would be worth $1, resulting in an 82-cent profit per share. Conversely, any trader who owned “No” shares would see their investment become worthless once the game is over.

Since it’s a market, you’re not locked into your trade. You can sell your shares at any time at the current market price. As the news changes, the supply and demand for shares fluctuates, causing the share price to reflect the new odds for the event.

​How accurate are Polymarket odds?

Research shows prediction markets are often more accurate than experts, polls, and pundits. Traders aggregate news, polls, and expert opinions, making informed trades. Their economic incentives ensure market prices adjust to reflect true odds as more knowledgeable participants join.

This makes prediction markets the best source of real-time event probabilities. People use Polymarket for the most accurate odds, gaining the ability to make informed decisions about the future.

If you’re an expert on a certain topic, Polymarket is your opportunity to profit from trading based on your knowledge, while improving the market’s accuracy.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/markets/dispute.md b/docs/polymarket-learn/markets/dispute.md index 8614f92..42a981c 100644 --- a/docs/polymarket-learn/markets/dispute.md +++ b/docs/polymarket-learn/markets/dispute.md @@ -1,4 +1,4 @@ -How Are Markets Disputed? | Polymarket Help Center
Skip to main content

How Are Markets Disputed?

Anyone can dispute a proposed market resolution if they feel it was proposed in error.

Once a market is proposed for resolution it goes into a challenge period of 2 hours.

If no one challenges the proposal during the 2-hour period, then the resolution is deemed valid and the proposer receives their bond back plus the reward.

During the 2-hour challenge period, anyone may dispute the proposal on the UMA dapp by posting a challenge bond of the same amount as the proposer bond (usually $750).

The dispute link can be found in the "Rules" section of the market page.

This begins the debate period of 24-48 hours (votes happen every other day and there will always be at least 24 hours for discussion). Anyone wishing to contribute evidence to the discussion can do so in the Uma Discord server in the #evidence-rationale and #voting-discussion channels.

After the debate period, Uma token holders vote (this process takes approximately 48 hours) and one of four outcomes happens:

​Proposer wins

Proposer receives their bond back plus half the disputer’s bond as a bounty. Disputer loses their bond.

​Disputer wins

Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.

​Too Early

This outcome is for proposals for which the underlying event has not yet happened. Eg the result of a sports match that is still ongoing. Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.

​Unknown/50-50

This (rarely used) outcome is for events where none of the other options are appropriate. In this case the market price resolves to 50 yes and 50 no. Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.

Polymarket is non-custodial and cannot alter or reverse market resolutions. Once finalized by UMA, outcomes are immutable.

For additional context:

UMA is a decentralized third-party oracle, who governs this process to ensure fairness and transparency. Reviewing the market rules is essential to understand how a specific market will resolve.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Are Markets Disputed?

Anyone can dispute a proposed market resolution if they feel it was proposed in error.

Once a market is proposed for resolution it goes into a challenge period of 2 hours.

If no one challenges the proposal during the 2-hour period, then the resolution is deemed valid and the proposer receives their bond back plus the reward.

During the 2-hour challenge period, anyone may dispute the proposal on the UMA dapp by posting a challenge bond of the same amount as the proposer bond (usually $750).

The dispute link can be found in the "Rules" section of the market page.

This begins the debate period of 24-48 hours (votes happen every other day and there will always be at least 24 hours for discussion). Anyone wishing to contribute evidence to the discussion can do so in the Uma Discord server in the #evidence-rationale and #voting-discussion channels.

After the debate period, Uma token holders vote (this process takes approximately 48 hours) and one of four outcomes happens:

​Proposer wins

Proposer receives their bond back plus half the disputer’s bond as a bounty. Disputer loses their bond.

​Disputer wins

Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.

​Too Early

This outcome is for proposals for which the underlying event has not yet happened. Eg the result of a sports match that is still ongoing. Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.

​Unknown/50-50

This (rarely used) outcome is for events where none of the other options are appropriate. In this case the market price resolves to 50 yes and 50 no. Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.

Polymarket is non-custodial and cannot alter or reverse market resolutions. Once finalized by UMA, outcomes are immutable.

For additional context:

UMA is a decentralized third-party oracle, who governs this process to ensure fairness and transparency. Reviewing the market rules is essential to understand how a specific market will resolve.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/markets/how-are-markets-clarified.md b/docs/polymarket-learn/markets/how-are-markets-clarified.md index dd82a96..33fc333 100644 --- a/docs/polymarket-learn/markets/how-are-markets-clarified.md +++ b/docs/polymarket-learn/markets/how-are-markets-clarified.md @@ -1,4 +1,4 @@ -How Are Markets Clarified? | Polymarket Help Center
Skip to main content

How Are Markets Clarified?

How are markets on Polymarket clarified?

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Are Markets Clarified?

How are markets on Polymarket clarified?

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/markets/how-are-markets-created.md b/docs/polymarket-learn/markets/how-are-markets-created.md index a56a6b5..4e097bd 100644 --- a/docs/polymarket-learn/markets/how-are-markets-created.md +++ b/docs/polymarket-learn/markets/how-are-markets-created.md @@ -1,4 +1,4 @@ -How Are Markets Created? | Polymarket Help Center
Skip to main content

How Are Markets Created?

Markets are created by the markets team with input from users and the community.


Can I create my own market?

While users cannot directly create their own markets, they are encouraged to suggest ideas for new markets.

​Submit your market proposal

To give your proposal the best chance of being listed, include as much information as possible, such as:

  • What is the market title?

  • What is the resolution source?

  • Evidence of demand for trading that market

The best ways to propose a new market are:

  • On Twitter / X by tagging @polymarket

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Are Markets Created?

Markets are created by the markets team with input from users and the community.


Can I create my own market?

While users cannot directly create their own markets, they are encouraged to suggest ideas for new markets.

​Submit your market proposal

To give your proposal the best chance of being listed, include as much information as possible, such as:

  • What is the market title?

  • What is the resolution source?

  • Evidence of demand for trading that market

The best ways to propose a new market are:

  • On Twitter / X by tagging @polymarket

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/markets/how-are-markets-resolved.md b/docs/polymarket-learn/markets/how-are-markets-resolved.md index 7b7f72e..438c1de 100644 --- a/docs/polymarket-learn/markets/how-are-markets-resolved.md +++ b/docs/polymarket-learn/markets/how-are-markets-resolved.md @@ -1,4 +1,4 @@ -How Are Prediction Markets Resolved? | Polymarket Help Center
Skip to main content

How Are Prediction Markets Resolved?

Markets are resolved by the UMA Optimistic Oracle, a smart-contract based optimistic oracle.

Overview

  • When the result of a market becomes clear, the market can be “resolved,” or permanently finalized.

  • Markets are resolved according to the market’s pre-defined rules, which can be found under market’s the order book.

  • When a market is resolved, holders of winning shares receive $1 per share, losing shares become worthless, and trading of shares is no longer possible.

  • To resolve a market, an outcome must first be “proposed,” which involves putting up a bond in USDC.e which will be forfeited if the proposal is unsuccessful.

  • If the proposal is validated as accurate, the proposer will receive a reward for your proposal.

If you propose a market too early, or are unsuccessful in your proposal, you will lose all of your $750 bond. Do not propose a resolution unless you understand the process and are confident in your view.

To propose a market resolution

Once in the verification process, UMA will review the transaction to ensure it was proposed correctly. If approved, you will receive your bond amount back in your wallet plus the reward. If not approved, it will enter Uma’s dispute resolution process, which is described in detail here.

​To dispute a proposed resolution

Once a market is proposed for resolution it goes into a challenge period of 2 hours.

If you do not agree with a proposed resolution, you can dispute the outcome.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Are Prediction Markets Resolved?

Markets are resolved by the UMA Optimistic Oracle, a smart-contract based optimistic oracle.

Overview

  • When the result of a market becomes clear, the market can be “resolved,” or permanently finalized.

  • Markets are resolved according to the market’s pre-defined rules, which can be found under market’s the order book.

  • When a market is resolved, holders of winning shares receive $1 per share, losing shares become worthless, and trading of shares is no longer possible.

  • To resolve a market, an outcome must first be “proposed,” which involves putting up a bond in USDC.e which will be forfeited if the proposal is unsuccessful.

  • If the proposal is validated as accurate, the proposer will receive a reward for your proposal.

If you propose a market too early, or are unsuccessful in your proposal, you will lose all of your $750 bond. Do not propose a resolution unless you understand the process and are confident in your view.

To propose a market resolution

Once in the verification process, UMA will review the transaction to ensure it was proposed correctly. If approved, you will receive your bond amount back in your wallet plus the reward. If not approved, it will enter Uma’s dispute resolution process, which is described in detail here.

​To dispute a proposed resolution

Once a market is proposed for resolution it goes into a challenge period of 2 hours.

If you do not agree with a proposed resolution, you can dispute the outcome.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/trading/holding-rewards.md b/docs/polymarket-learn/trading/holding-rewards.md index 591461f..e52350d 100644 --- a/docs/polymarket-learn/trading/holding-rewards.md +++ b/docs/polymarket-learn/trading/holding-rewards.md @@ -1,4 +1,4 @@ -Holding Rewards | Polymarket Help Center
Skip to main content

Holding Rewards

How to buy shares.

What are we doing?

To keep long-term pricing accurate, we’re paying 4.00% annualized Holding Reward based on your total position value in certain polymarkets. We anticipate rolling out a new reward and oracle-resolution system later this year — at which point there will be a simple 1-click migration.

​Reward Rate and Conditions

The current rate is set at 4.00% and applies to all eligible positions. This rate is variable and subject to change at Polymarket’s discretion. We also reserve the right to introduce limits to the total amount of rewards paid out at any time. This iteration of rewards is funded through the Polymarket Treasury.

Your total position value is randomly sampled once each hour, and the reward is distributed daily. Your rewards are calculated based on the total position value of your eligible positions at the time of evaluation.

​Total Position Value Computation

For each eligible polymarket, we calculate the eligible position in the following way:

Position Valuation:

  • Based on your current “Yes” and “No” shares and the most recent mid-price for each outcome.

​Example

If you hold at time of sample:

  • 30,000 “Yes” shares at a price of $0.53

  • 10,000 “No” shares at a price of $0.45

Total Position Value:

  • (30000 × 0.53) + (10000 × 0.45)

  • $15,900 + $4,500 = $20,400

Hourly Holding Reward Calculation(based on 4.00% Annual Reward):

  • $20400 × (0.04 / 365 / 24) ≈ $.09315068493

​Eligible Events:

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Holding Rewards

How to buy shares.

What are we doing?

To keep long-term pricing accurate, we’re paying 4.00% annualized Holding Reward based on your total position value in certain polymarkets. We anticipate rolling out a new reward and oracle-resolution system later this year — at which point there will be a simple 1-click migration.

​Reward Rate and Conditions

The current rate is set at 4.00% and applies to all eligible positions. This rate is variable and subject to change at Polymarket’s discretion. We also reserve the right to introduce limits to the total amount of rewards paid out at any time. This iteration of rewards is funded through the Polymarket Treasury.

Your total position value is randomly sampled once each hour, and the reward is distributed daily. Your rewards are calculated based on the total position value of your eligible positions at the time of evaluation.

​Total Position Value Computation

For each eligible polymarket, we calculate the eligible position in the following way:

Position Valuation:

  • Based on your current “Yes” and “No” shares and the most recent mid-price for each outcome.

​Example

If you hold at time of sample:

  • 30,000 “Yes” shares at a price of $0.53

  • 10,000 “No” shares at a price of $0.45

Total Position Value:

  • (30000 × 0.53) + (10000 × 0.45)

  • $15,900 + $4,500 = $20,400

Hourly Holding Reward Calculation(based on 4.00% Annual Reward):

  • $20400 × (0.04 / 365 / 24) ≈ $.09315068493

​Eligible Events:

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/trading/how-are-prices-calculated.md b/docs/polymarket-learn/trading/how-are-prices-calculated.md index 0741171..c9aee5a 100644 --- a/docs/polymarket-learn/trading/how-are-prices-calculated.md +++ b/docs/polymarket-learn/trading/how-are-prices-calculated.md @@ -1,4 +1,4 @@ -How Are Prices Calculated? | Polymarket Help Center
Skip to main content

How Are Prices Calculated?

The prices probabilities displayed on Polymarket are the midpoint of the bid-ask spread in the orderbook.


Initial Price

  • When a market is created, there are initially zero shares and no pre-defined prices or odds.

  • Market makers (a fancy term for traders placing limit orders) interested in buying YES or NO shares can place Limit Orders at the price they’re willing to pay

  • When offers for the YES and NO side equal $1.00, the order is “matched” and that $1.00 is converted into 1 YES and 1 NO share, each going to their respective buyers.

For example, if you place a limit order at $0.60 for YES, that order is matched when someone places a NO order at $0.40.This becomes the initial market price.

​Future Price

The prices displayed on Polymarket are the midpoint of the bid-ask spread in the orderbook — unless that spread is over $0.10, in which case the last traded price is used.Like the stock market, prices on Polymarket are a function of realtime supply & demand.

​Prices = Probabilities

In the market below, the probability of 37% is the midpoint between the 34¢ bid and 40¢ ask. If the bid-ask spread is wider than 10¢, the probability is shown as the last traded price.

To see how accurate Polymarket's prices have been historically, visit the Accuracy page.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

How Are Prices Calculated?

The prices probabilities displayed on Polymarket are the midpoint of the bid-ask spread in the orderbook.


Initial Price

  • When a market is created, there are initially zero shares and no pre-defined prices or odds.

  • Market makers (a fancy term for traders placing limit orders) interested in buying YES or NO shares can place Limit Orders at the price they’re willing to pay

  • When offers for the YES and NO side equal $1.00, the order is “matched” and that $1.00 is converted into 1 YES and 1 NO share, each going to their respective buyers.

For example, if you place a limit order at $0.60 for YES, that order is matched when someone places a NO order at $0.40.This becomes the initial market price.

​Future Price

The prices displayed on Polymarket are the midpoint of the bid-ask spread in the orderbook — unless that spread is over $0.10, in which case the last traded price is used.Like the stock market, prices on Polymarket are a function of realtime supply & demand.

​Prices = Probabilities

In the market below, the probability of 37% is the midpoint between the 34¢ bid and 40¢ ask. If the bid-ask spread is wider than 10¢, the probability is shown as the last traded price.

To see how accurate Polymarket's prices have been historically, visit the Accuracy page.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/trading/limit-orders.md b/docs/polymarket-learn/trading/limit-orders.md index 281d1e4..33f819f 100644 --- a/docs/polymarket-learn/trading/limit-orders.md +++ b/docs/polymarket-learn/trading/limit-orders.md @@ -1,4 +1,4 @@ -Limit Orders | Polymarket Help Center
Skip to main content

Limit Orders

What are limit orders and how to make them.

What are Limit Orders?

Limit orders are open orders (pending trades) that only execute when the market trades at your desired price.

For example, if the highest you’re willing to pay for a share of Trump “Yes” in the 2024 Republican Nomination is 72c, but the current market price is 73c, you could create a limit order at 72c and wait until someone is willing to sell Yes shares at your desired price.

It’s not necessary for the entire order to execute at once. Limit orders can ‘partially fill’ as individual traders fill parts of your order.

​Managing limit orders

When you have an open order, you’ll find it displayed just below the Order Book on the market’s page.If you have open orders across multiple markets, you can easily manage and monitor them all from the Portfolio page.

Specifically for sports markets, any outstanding limit orders are automatically cancelled once the game begins, clearing the entire order book at the official start time. Be aware, game start times can shift so it’s important to always monitor your orders closely in case they are not cleared due to game changes or other circumstances.

Additionally, sports markets include a 3-second delay on the placement of marketable orders.

A 1-second taker delay is currently being tested on NBA and MLB markets, with others being added in the future.

​Canceling limit orders

When you have an open order, you’ll find it displayed just below the Order Book on the market’s page.To cancel the order, you can simply click the red x button alongside the order.

If you have open orders across multiple markets, you can easily manage and monitor them all from the Portfolio page.

Nice! You can officially call yourself an advanced trader.

If some of this still isn’t making sense, feel free to reach out to us on Discord. We’re happy to help get you up to speed

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Limit Orders

What are limit orders and how to make them.

What are Limit Orders?

Limit orders are open orders (pending trades) that only execute when the market trades at your desired price.

For example, if the highest you’re willing to pay for a share of Trump “Yes” in the 2024 Republican Nomination is 72c, but the current market price is 73c, you could create a limit order at 72c and wait until someone is willing to sell Yes shares at your desired price.

It’s not necessary for the entire order to execute at once. Limit orders can ‘partially fill’ as individual traders fill parts of your order.

​Managing limit orders

When you have an open order, you’ll find it displayed just below the Order Book on the market’s page.If you have open orders across multiple markets, you can easily manage and monitor them all from the Portfolio page.

Specifically for sports markets, any outstanding limit orders are automatically cancelled once the game begins, clearing the entire order book at the official start time. Be aware, game start times can shift so it’s important to always monitor your orders closely in case they are not cleared due to game changes or other circumstances.

Additionally, sports markets include a 3-second delay on the placement of marketable orders.

A 1-second taker delay is currently being tested on NBA and MLB markets, with others being added in the future.

​Canceling limit orders

When you have an open order, you’ll find it displayed just below the Order Book on the market’s page.To cancel the order, you can simply click the red x button alongside the order.

If you have open orders across multiple markets, you can easily manage and monitor them all from the Portfolio page.

Nice! You can officially call yourself an advanced trader.

If some of this still isn’t making sense, feel free to reach out to us on Discord. We’re happy to help get you up to speed

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/trading/liquidity-rewards.md b/docs/polymarket-learn/trading/liquidity-rewards.md index 3d9eb9e..ae6a2b7 100644 --- a/docs/polymarket-learn/trading/liquidity-rewards.md +++ b/docs/polymarket-learn/trading/liquidity-rewards.md @@ -1,4 +1,4 @@ -Liquidity Rewards | Polymarket Help Center
Skip to main content

Liquidity Rewards

Learn how to earn rewards merely by placing trades on Polymarket

With Polymarket’s Liquidity Rewards Program, you can earn money by placing limit orders that help keep the market active and balanced.

​Overview

  • The closer your orders are to the market’s average price, the more you earn.

  • The reward amount depends on how helpful your orders are in terms of size and pricing compared to others.

  • The more competitive your limit orders, the more you can make.

  • You get paid daily based on how much your orders add to the market, and can use our reward page to check your current earnings for the day, which markets have rewards in place, as well as how much.

  • The minimum reward payout is $1; amounts below this will not be paid.

Simply put, the more you help the market by placing good orders, the more rewards you earn!

​Seeing Rewards in the Order Book

​Viewing Rewards

The total rewards, max spread, and minimum shares required to earn rewards vary by market. You can view the rewards for a given market in its Order Book.

  • On the Polymarket order book, you can hover over the Rewards text to see the amount of rewards available in total on each market.

  • The blue highlighted lines correspond to the max spread — meaning the farthest distance your limit order can be from the midpoint of the market to earn rewards.

  • In the example below, because the max spread is 3c, every order within 3c of the midpoint is eligible for rewards. If the midpoint is < $0.10, you need to have orders on both sides to qualify.

Earning Rewards

When your orders are earning rewards you’ll see a blue highlight around the clock icon, as shown below:

Learn more

Rewards are paid out automatically every day at ~midnight UTC. Your history on your portfolio page will reflect rewards paid to your address.

Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Liquidity Rewards

Learn how to earn rewards merely by placing trades on Polymarket

With Polymarket’s Liquidity Rewards Program, you can earn money by placing limit orders that help keep the market active and balanced.

​Overview

  • The closer your orders are to the market’s average price, the more you earn.

  • The reward amount depends on how helpful your orders are in terms of size and pricing compared to others.

  • The more competitive your limit orders, the more you can make.

  • You get paid daily based on how much your orders add to the market, and can use our reward page to check your current earnings for the day, which markets have rewards in place, as well as how much.

  • The minimum reward payout is $1; amounts below this will not be paid.

Simply put, the more you help the market by placing good orders, the more rewards you earn!

​Seeing Rewards in the Order Book

​Viewing Rewards

The total rewards, max spread, and minimum shares required to earn rewards vary by market. You can view the rewards for a given market in its Order Book.

  • On the Polymarket order book, you can hover over the Rewards text to see the amount of rewards available in total on each market.

  • The blue highlighted lines correspond to the max spread — meaning the farthest distance your limit order can be from the midpoint of the market to earn rewards.

  • In the example below, because the max spread is 3c, every order within 3c of the midpoint is eligible for rewards. If the midpoint is < $0.10, you need to have orders on both sides to qualify.

Earning Rewards

When your orders are earning rewards you’ll see a blue highlight around the clock icon, as shown below:

Learn more

Rewards are paid out automatically every day at ~midnight UTC. Your history on your portfolio page will reflect rewards paid to your address.

Did this answer your question?
\ No newline at end of file diff --git a/docs/polymarket-learn/trading/no-limits.md b/docs/polymarket-learn/trading/no-limits.md index bfa6518..6523a2f 100644 --- a/docs/polymarket-learn/trading/no-limits.md +++ b/docs/polymarket-learn/trading/no-limits.md @@ -1,4 +1,4 @@ -Does Polymarket Have Trading Limits? | Polymarket Help Center
Skip to main content

Does Polymarket Have Trading Limits?

By design, the Polymarket orderbook does not have trading size limits. It matches willing buyers and sellers of any amount.

However, there is no guarantee that it will be possible to transact a desired amount of shares without impacting the price significantly, or at all if there are no willing counterparties.

Before trading in any market, especially in large size, it is valuable to look at the orderbook to understand depth of liquidity, ie how many buyers or sellers are in the market and their desired trade size and price.


Did this answer your question?
\ No newline at end of file +--text-on-primary-color: #ffffff}
Skip to main content

Does Polymarket Have Trading Limits?

By design, the Polymarket orderbook does not have trading size limits. It matches willing buyers and sellers of any amount.

However, there is no guarantee that it will be possible to transact a desired amount of shares without impacting the price significantly, or at all if there are no willing counterparties.

Before trading in any market, especially in large size, it is valuable to look at the orderbook to understand depth of liquidity, ie how many buyers or sellers are in the market and their desired trade size and price.


Did this answer your question?
\ No newline at end of file diff --git a/docs/resources/referral-program.md b/docs/resources/referral-program.md index e03080d..8bf1c07 100644 --- a/docs/resources/referral-program.md +++ b/docs/resources/referral-program.md @@ -4,31 +4,130 @@ # Referral Program -> Earn rewards by referring users to Polymarket +> Refer traders to Polymarket and earn daily pUSD rewards -We're excited to announce Polymarket's referral program. Existing users who have traded at least \$10,000 in volume are eligible to sign up. Get paid to refer users to Polymarket, and be eligible for future Polymarket rewards. + + These updated Referral Program terms take effect on **Thursday, May 28, 2026**. + -## Referral Link +Refer traders to Polymarket and earn a share of the net trading fees they generate, paid every day in pUSD. -You can create a referral link at [polymarket.com/refer](http://polymarket.com/refer). When someone signs up using your link, you'll earn a percentage of the fees generated from their trades. Instead of manually creating referral links, you can also find a unique referral link on each market page when signed in to your Polymarket account. +To start earning, you need at least **\$10,000** in lifetime trading volume on Polymarket. -The referral rewards are unlimited. The more that users you refer trade, the more you'll earn — also increasing your allocation in all future rewards. +*** -## Boosted Rebate Period +## Eligibility -For a limited time, you'll earn: +* You need **\$10,000** in lifetime trading volume to earn referral rewards. +* You can share links before you reach \$10,000, but you only start earning once you cross the threshold. -* 30% of fees generated from direct referrals -* 10% of fees generated from indirect referrals +*** -Direct referrals are those you personally refer, and indirect referrals are those referred by someone you've referred (i.e. if you refer Alice and Alice refers Bob, you'll earn 10% of trading fees generated from Bob's trading volume as well). +## How to Refer -These rewards will be for the first 180 days after a user has signed up to Polymarket, and this period is subject to change without notice. +Share any market or profile page using the share button on that page. When someone clicks your link and signs up, they become your referral. + +* **Direct referral:** someone you personally refer. +* **Indirect referral:** someone referred by one of your referrals. For example, if you refer Alice and Alice refers Bob, then Bob is your indirect referral. + +To count, a new user must sign up within **30 days** of clicking your link. + +*** + +## Rewards + +You earn a share of the **net** trading fees your referrals generate. + +| Type | Reward | +| ----------------- | --------------------------- | +| Direct referral | **10%** of net trading fees | +| Indirect referral | **5%** of net trading fees | + + + Net trading fees are what Polymarket keeps after the referred user's own tier + rebate. The more rebate they earn, the more of their fees go back to them + rather than into your referral reward. + + +### The Caps + +Referral rewards are bounded two ways. Rewards on a referral end at whichever of these comes first: + +1. **Until Platinum.** Rewards apply on your referral's trades from the moment they sign up through every tier up to and including **Gold**. Once they reach **Platinum**, referral rewards on their trades end. +2. **30 days.** Rewards apply only for the first 30 days after a referral signs up. + +### Example + +You refer a new trader. From their very first trade and through every tier up to **Gold**, you earn **10%** of the net fees from their trades, paid daily. If they trade actively early on, this is when you earn the most. Your rewards on that referral end once they reach **Platinum** or hit 30 days, whichever happens first. + +*** + +## Payouts + +* Rewards are **paid every day at midnight UTC** in pUSD, straight to your account. +* You can watch your referral earnings add up **live**. + +*** ## Notes -* You will earn referral rewards based on the gross trading fee that a user pays on polymarkets. -* Not all polymarkets have fees, so you won't make \$ from volume on every polymarket. -* Rewards are paid out once a day at midnight UTC. -* Rewards are unlimited. You will earn more money the more the users you refer trade on the platform. -* Polymarket reserves the right, in its sole discretion, to disqualify referrals that violate our Terms of Service — including but not limited to self-referrals or inauthentic trading. +* You earn referral rewards based on the **net** trading fees your referrals generate. Net fees are what Polymarket keeps after the referred user's tier rebate. +* Rewards on a referral start with their first trade and end at whichever of these comes first: the referral reaches **Platinum**, or **30 days** since their sign-up. +* Not all markets have fees. You will not earn from referral activity on free markets, including Geopolitical and world events markets. +* A new user must sign up within **30 days** of clicking your link to be attributed to you. +* Reward rates, windows, tier caps, and any other terms are set by Polymarket and can change at any time without notice. +* Polymarket reserves the right, at its sole discretion, to disqualify referrals and withhold or claw back rewards for activity that breaks our Terms of Service, including but not limited to self-referrals, linked accounts, and inauthentic trading. + +*** + +## FAQ + + + + Any Polymarket user with at least \$10,000 in lifetime trading volume. You + can share links before reaching the threshold, but rewards only begin once + you cross it. + + + + A direct referral is someone you personally refer. An indirect referral is + someone referred by one of your referrals. You earn 10% of net fees from + direct referrals and 5% from indirect referrals. + + + + Net fees are what Polymarket keeps after the referred user's own tier + rebate. Your referral reward is a percentage of that net amount. + + + + Rewards on a referral start with their first trade and end at whichever of + these comes first: the referral reaches the Platinum tier, or 30 days from + their sign-up. + + + + Rewards are paid once a day at midnight UTC in pUSD, directly to your + account. + + + + Self-referrals, referring accounts you control, and inauthentic trading are + not allowed. Polymarket may disqualify referrals and claw back rewards for + activity that breaks the Terms of Service. + + + +*** + +## Next Steps + + + + Climb the tiers and earn daily pUSD rebates as you trade. + + + + See how taker fees are calculated across market categories. + + diff --git a/docs/trading/bridge/deposit.md b/docs/trading/bridge/deposit.md index 9897bc5..99448af 100644 --- a/docs/trading/bridge/deposit.md +++ b/docs/trading/bridge/deposit.md @@ -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 - - Call `POST /deposit` with your Polymarket wallet address to get deposit + + Call `POST /deposit` with your Polymarket wallet address to get bridge addresses. @@ -53,7 +53,7 @@ curl -X POST https://bridge.polymarket.com/deposit \ - Transfer tokens to the appropriate deposit address from your source chain. + Transfer tokens to the appropriate bridge address from your source chain. @@ -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 diff --git a/docs/trading/bridge/status.md b/docs/trading/bridge/status.md index 63dea26..85ad41b 100644 --- a/docs/trading/bridge/status.md +++ b/docs/trading/bridge/status.md @@ -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 ``` - 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. @@ -93,7 +93,7 @@ An empty `transactions` array means no deposits have been detected at this addre - Generate deposit addresses for your wallet. + Generate bridge addresses for your wallet. diff --git a/docs/trading/bridge/supported-assets.md b/docs/trading/bridge/supported-assets.md index e07c49f..7059700 100644 --- a/docs/trading/bridge/supported-assets.md +++ b/docs/trading/bridge/supported-assets.md @@ -53,7 +53,7 @@ Most L2 chains (Polygon, Arbitrum, Base, Optimism) have low minimums of $2, whil - Generate deposit addresses for your wallet. + Generate bridge addresses for your wallet. diff --git a/docs/trading/bridge/withdraw.md b/docs/trading/bridge/withdraw.md index 8357f4e..1f8ec6c 100644 --- a/docs/trading/bridge/withdraw.md +++ b/docs/trading/bridge/withdraw.md @@ -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 - Transfer pUSD from your Polymarket wallet to the appropriate deposit + Transfer pUSD from your Polymarket wallet to the appropriate bridge address. diff --git a/docs/trading/fees.md b/docs/trading/fees.md index cb5c666..82dc9fa 100644 --- a/docs/trading/fees.md +++ b/docs/trading/fees.md @@ -6,7 +6,7 @@ > Understanding trading fees on Polymarket -Polymarket charges a small taker fee on certain markets. Fees are set by the protocol and applied at match time — you don't include fee information in your orders. These fees fund the [Maker Rebates Program](/market-makers/maker-rebates), which redistributes fees daily to market makers to incentivize deeper liquidity and tighter spreads. +Polymarket charges a small taker fee on certain markets. Fees are set by the protocol and applied at match time — you don't include fee information in your orders. These fees fund the [Maker Rebates Program](/market-makers/maker-rebates), which redistributes fees daily to market makers to incentivize deeper liquidity and tighter spreads. Takers can also earn a portion of fees back through the tiered [Taker Rebate Program](/trading/taker-rebates). **Geopolitical and world events markets are fee-free.** Polymarket does not charge fees or profit from trading activity on these markets. There are also no Polymarket fees to deposit or withdraw USDC (though intermediaries like Coinbase or MoonPay may charge their own fees).