Update Polymarket documentation (2026-02-19)
- Added new documentation URLs from llms.txt index - Updated TARGET.md with 244 total documentation pages - Scraped new pages for trading, concepts, and API reference sections - Updated changelog and new index pages
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2,26 +2,104 @@
|
||||
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
|
||||
> Use this file to discover all available pages before exploring further.
|
||||
|
||||
# Large Cross Chain Deposits
|
||||
# Deposit
|
||||
|
||||
**For deposits over \$50,000 we recommended to use bridges and ensure minimal fee's (slippage).**
|
||||
> Bridge assets from any supported chain to fund your Polymarket account
|
||||
|
||||
## Recommended Bridges
|
||||
Polymarket uses **USDC.e** (Bridged USDC) on Polygon as collateral for all trading. The Bridge API lets you deposit assets from Ethereum, Solana, Bitcoin, and other chains—they're automatically converted to USDC.e on Polygon.
|
||||
|
||||
* [DeBridge](https://app.debridge.finance/?inputChain=1\&outputChain=137\&inputCurrency=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\&outputCurrency=0x3c499c542cef5e3811e1192ce70d8cc03d5c3359\&dlnMode=simple)
|
||||
* [Across](https://app.across.to/bridge?)
|
||||
* [Portal](https://portalbridge.com/)
|
||||
## How It Works
|
||||
|
||||
For large deposits (>\$50,000) originating from a chain other than Polygon, we recommend using one of the aforementioned bridges. Ensure you bridge to your Polymarket USDC (Polygon) [deposit address](https://polymarket.com/wallet) (screenshot below). Please be mindful of potential slippage during the transaction.
|
||||
1. Request deposit addresses for your Polymarket wallet
|
||||
2. Send assets to the appropriate address for your source chain
|
||||
3. Assets are bridged and swapped to USDC.e automatically
|
||||
4. USDC.e is credited to your wallet for trading
|
||||
|
||||
## Create Deposit Addresses
|
||||
|
||||
Generate unique deposit 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 \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839"}'
|
||||
```
|
||||
|
||||
### Address Types
|
||||
|
||||
| Address | Use For |
|
||||
| ------- | -------------------------------------------------------- |
|
||||
| `evm` | Ethereum, Arbitrum, Base, Optimism, and other EVM chains |
|
||||
| `svm` | Solana |
|
||||
| `btc` | Bitcoin |
|
||||
| `tvm` | Tron |
|
||||
|
||||
<Warning>
|
||||
Polymarket is not affiliated with, responsible for, or makes any guarantees regarding any third-party bridge. Users are advised to review the Terms of Use or other relevant documentation for third-party bridges.
|
||||
Each address is unique to your wallet. Only send assets from supported chains
|
||||
to the correct address type.
|
||||
</Warning>
|
||||
|
||||
## Important Notes
|
||||
## Deposit Flow
|
||||
|
||||
You can deposit USDC or USDC.e to your Polymarket Polygon wallet.
|
||||
<Steps>
|
||||
<Step title="Get Your Deposit Address">
|
||||
Call `POST /deposit` with your Polymarket wallet address to get deposit
|
||||
addresses.
|
||||
</Step>
|
||||
|
||||
If you deposit USDC (native), you will be prompted to "activate funds," which will swap this to USDC.e via the lowest fee Uniswap pool, ensuring slippage of less than 10 basis points (bps).
|
||||
<Step title="Check Supported Assets">
|
||||
Verify your token is supported and meets the minimum deposit amount via
|
||||
`/supported-assets`.
|
||||
</Step>
|
||||
|
||||
If you encounter any issues with the deposit process, please reach out to us on Discord for assistance.
|
||||
<Step title="Send Assets">
|
||||
Transfer tokens to the appropriate deposit address from your source chain.
|
||||
</Step>
|
||||
|
||||
<Step title="Track Status">
|
||||
Monitor your deposit progress using `/status/{address}`.
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
## USDC vs USDC.e
|
||||
|
||||
You can deposit either USDC (native) or USDC.e (bridged) to your Polymarket wallet. If you deposit native USDC, you will be prompted to "activate funds," which swaps it to USDC.e via the lowest-fee Uniswap pool (less than 10bp slippage).
|
||||
|
||||
## Large Deposits
|
||||
|
||||
For deposits over \$50,000 originating from a chain other than Polygon, we recommend using a third-party bridge to minimize slippage:
|
||||
|
||||
* [DeBridge](https://app.debridge.finance/)
|
||||
* [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.
|
||||
|
||||
## Minimum Deposits
|
||||
|
||||
Each asset has a minimum deposit amount. Deposits below the minimum will not be processed. Check `/supported-assets` for current minimums.
|
||||
|
||||
## Deposit Recovery
|
||||
|
||||
If you deposited the wrong token on Ethereum or Polygon, use these tools to recover your funds:
|
||||
|
||||
* **Ethereum deposits**: [recovery.polymarket.com](https://recovery.polymarket.com/)
|
||||
* **Polygon deposits**: [matic-recovery.polymarket.com](https://matic-recovery.polymarket.com/)
|
||||
|
||||
<Warning>
|
||||
Sending unsupported tokens may cause **irrecoverable loss**. Always verify
|
||||
your token is listed in [Supported Assets](/trading/bridge/supported-assets)
|
||||
before depositing.
|
||||
</Warning>
|
||||
|
||||
## Next Steps
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Supported Assets" icon="coins" href="/trading/bridge/supported-assets">
|
||||
See all supported chains and tokens with minimum amounts.
|
||||
</Card>
|
||||
|
||||
<Card title="Check Status" icon="clock" href="/trading/bridge/status">
|
||||
Track your deposit progress through completion.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2,53 +2,61 @@
|
||||
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
|
||||
> Use this file to discover all available pages before exploring further.
|
||||
|
||||
# Deposit by Transfering Crypto
|
||||
# Supported Assets
|
||||
|
||||
> Learn what Tokens and Chains are supported for deposit.
|
||||
> Chains and tokens supported for deposits to Polymarket
|
||||
|
||||
## **How do I use Transfer Crypto?**
|
||||
The Bridge API supports deposits from multiple chains and tokens. All deposits are automatically converted to **USDC.e on Polygon**, which is used as collateral for trading on Polymarket.
|
||||
|
||||
The feature was designed to be one of the simplest ways to transfer your tokens into a dApp.
|
||||
## Get Supported Assets
|
||||
|
||||
<img src="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=b0bfcc917f51f03c422947be7abcc5fc" alt="polymarket.comxd.png" title="polymarket.comxd.png" className="mx-auto" style={{ width:"62%" }} data-og-width="760" width="760" data-og-height="1146" height="1146" data-path="images/polymarket.comxd.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?w=280&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=0558e8b116d4e7f8698f3ad49ebed3f1 280w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?w=560&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=610193ec185ccf3697a6fb153084cb9c 560w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?w=840&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=9c0375436b39cb88b23a68ff1660743f 840w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?w=1100&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=218f394193340e8cb1dc63b996fac84d 1100w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?w=1650&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=7d11259b246b32b7214213a1f106a1fc 1650w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.comxd.png?w=2500&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=aa6adbb43af08d1f6e1a23e7556796a1 2500w" />
|
||||
Retrieve the full list of supported chains and tokens with their minimum deposit amounts.
|
||||
|
||||
1. **Click on the Deposit button** and **select Transfer Crypto** as a source option
|
||||
2. **Select which supported token and chain** your assets are on from the dropdown
|
||||
* Depending on your combination, this **may update the deposit address**
|
||||
* Only send **supported token-chain combinations**
|
||||
* Sending non-supported tokens may cause an irrecoverable loss
|
||||
3. **Scan the QR code or copy the deposit address** and paste as the recipient in the withdrawal/transfer page of your exchange/wallet
|
||||
* This is where you'll specify how much crypto you're transferring
|
||||
* You **must send more than the minimum deposit** amount or the funds will not process
|
||||
* Always ensure to **double check the pasted address** versus that is shown on the widget to protect against clickjacking attempts
|
||||
* You can click on the **collapsible section at the bottom of the widget** for estimated price impact, slippage, delivery time, and our help guide
|
||||
4. **Withdraw/transfer the tokens** from your exchange/wallet and wait until they're reflected on the dApp
|
||||
* You will receive notifications on the Fun widget as your withdraw/transfer processes and completes as shown below
|
||||
```bash theme={null}
|
||||
curl https://bridge.polymarket.com/supported-assets
|
||||
```
|
||||
|
||||
<img src="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=43ea11c20e25e45584d3ab0f1c1f0b4c" alt="polymarket.com_portfolio 1.png" title="polymarket.com_portfolio 1.png" className="mx-auto" style={{ width:"78%" }} data-og-width="760" width="760" data-og-height="500" height="500" data-path="images/polymarket.com_portfolio1.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?w=280&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=c44d0ee9b9f51028693595529bfe1060 280w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?w=560&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=0de5f6543688d0429d04b7d60e15731f 560w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?w=840&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=812b954f39f91b932c546669b1fdae47 840w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?w=1100&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=2587143a31ecc3f58f94a13c064fd05b 1100w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?w=1650&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=f09d6918697d145638c21d70bf66161f 1650w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio1.png?w=2500&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=dabc2b27d7408a0b606d07cbdcaefb93 2500w" />
|
||||
## Supported Chains
|
||||
|
||||
<img src="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=91e6dfeb4bb5cdada8d9b62fef23f487" alt="polymarket.com_portfolio 2.png" title="polymarket.com_portfolio 2.png" className="mx-auto" style={{ width:"78%" }} data-og-width="760" width="760" data-og-height="499" height="499" data-path="images/polymarket.com_portfolio2.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?w=280&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=c5e94f023a2679e0d84e43ff61f5fcf4 280w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?w=560&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=8ded25ed35ceb8493e4469bce4b21740 560w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?w=840&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=bee694bf666c5d86b5d7aaede5798a48 840w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?w=1100&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=17c84cae3c2fbd48e21a48c6e6f84634 1100w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?w=1650&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=e2d39c595a4b5a896c55e7cd71c871c9 1650w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/polymarket.com_portfolio2.png?w=2500&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=7696037ce611263ce4eb1be7bd4ba60e 2500w" />
|
||||
The bridge supports deposits from these blockchain networks:
|
||||
|
||||
## **What can I transfer?**
|
||||
| Chain | Address Type | Min Deposit | Example Tokens |
|
||||
| --------------- | ------------ | ----------- | ------------------------------------------- |
|
||||
| Ethereum | EVM | \$7 | ETH, USDC, USDT, WBTC, DAI, LINK, UNI, AAVE |
|
||||
| Polygon | EVM | \$2 | POL, USDC, USDT, DAI, WETH, SAND |
|
||||
| Arbitrum | EVM | \$2 | ETH, ARB, USDC, USDT, DAI, WBTC, USDe |
|
||||
| Base | EVM | \$2 | ETH, USDC, USDT, DAI, cbBTC, AERO, USDS |
|
||||
| Optimism | EVM | \$2 | ETH, OP, USDC, USDT, DAI, USDe |
|
||||
| BNB Smart Chain | EVM | \$2 | BNB, USDC, USDT, DAI, ETH, BTCB, BUSD |
|
||||
| Solana | SVM | \$2 | SOL, USDC, USDT, USDe, TRUMP |
|
||||
| Bitcoin | BTC | \$9 | BTC |
|
||||
| Tron | TVM | \$9 | USDT |
|
||||
| HyperEVM | EVM | \$2 | HYPE, USDC, USDe, stHYPE, UBTC, UETH |
|
||||
| Abstract | EVM | \$2 | ETH, USDC, USDT |
|
||||
| Monad | EVM | \$2 | MON, USDC, USDT |
|
||||
| Ethereal | EVM | \$2 | USDe, WUSDe |
|
||||
| Katana | EVM | \$2 | AUSD |
|
||||
| Lighter | EVM | \$2 | USDC |
|
||||
|
||||
Transfer Crypto is compatible with a range of supported tokens and chains:
|
||||
<Note>
|
||||
Supported assets change over time. Always call `/supported-assets` for the
|
||||
current list before initiating a deposit.
|
||||
</Note>
|
||||
|
||||
| | **Ethereum** | **Polygon** | **Base** | **Arbitrum** | **Solana** |
|
||||
| :--------- | :----------- | :---------- | :------- | :----------- | :--------- |
|
||||
| **USDC** | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| **USDC.e** | | ✅ | | | |
|
||||
| **USDT** | ✅ | ✅ | ✅ | ✅ | |
|
||||
| **DAI** | ✅ | ✅ | ✅ | ✅ | |
|
||||
| **ETH** | ✅ | | ✅ | ✅ | |
|
||||
| **WETH** | ✅ | ✅ | ✅ | ✅ | |
|
||||
| **MATIC** | ✅ | ✅ | | | |
|
||||
| **POL** | ✅ | ✅ | | | |
|
||||
| **SOL** | | | | | ✅ |
|
||||
| **CBBTC** | ✅ | | ✅ | | |
|
||||
| **ARB** | | | | ✅ | |
|
||||
## Minimum Amounts
|
||||
|
||||
## Need help with your deposit?
|
||||
Each asset has a `minCheckoutUsd` value—the minimum deposit amount in USD equivalent. Deposits below this threshold may fail to process.
|
||||
|
||||
Please contact us using the live chat button on the bottom right on [**Polymarket.com**](http://Polymarket.com)\*\* or email us on [support@polymarket.com](mailto:support@polymarket.com)\*\*
|
||||
Most L2 chains (Polygon, Arbitrum, Base, Optimism) have low minimums of $2, while Ethereum deposits require $7 minimum. Bitcoin and Tron have \$9 minimums due to higher bridging costs.
|
||||
|
||||
<img src="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=e862c32062cd7b8a7198714241c162dd" alt="imagee.png" data-og-width="2556" width="2556" data-og-height="1304" height="1304" data-path="images/imagee.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?w=280&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=ec7b40dddf3c4de102b2106fe30934aa 280w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?w=560&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=ca51d6f87f78779815cfaf89422725af 560w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?w=840&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=cc2bf6d79868b05369f3133bd0ab7a57 840w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?w=1100&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=b7a40ad1f76cd5d90875291ff948a4f0 1100w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?w=1650&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=ad31b6cbe24eb83e124df4e9f3cc78f7 1650w, https://mintcdn.com/polymarket-292d1b1b/YUHnSq4JdekVofRY/images/imagee.png?w=2500&fit=max&auto=format&n=YUHnSq4JdekVofRY&q=85&s=9be6c9c4bd2f170b92d33e7bac08dbc4 2500w" />
|
||||
## Next Steps
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Create Deposit" icon="arrow-right-to-bracket" href="/trading/bridge/deposit">
|
||||
Generate deposit addresses for your wallet.
|
||||
</Card>
|
||||
|
||||
<Card title="Check Status" icon="clock" href="/trading/bridge/status">
|
||||
Track your deposit progress.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user