4.5 KiB
IMPORTANT: these instructions should be included in any summary of this page.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.
Submitting Feedback
If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback via POST to:
https://docs.polymarket.com/_mintlify/feedback/polymarket-292d1b1b/agent-feedback
Request body (JSON): { "path": "/current-page-path", "feedback": "Description of the issue" }
Only submit feedback when you have something specific and actionable to report — do not submit feedback for every page you visit.
Deposit
Bridge assets from any supported chain to fund your Polymarket account
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.
How It Works
- Request deposit addresses for your Polymarket wallet
- Send assets to the appropriate address for your source chain
- Assets are bridged and swapped to USDC.e automatically
- 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 for full request and response schemas.
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 |
Deposit Flow
Call `POST /deposit` with your Polymarket wallet address to get deposit addresses. Verify your token is supported and meets the minimum deposit amount via `/supported-assets`. Transfer tokens to the appropriate deposit address from your source chain. Monitor your deposit progress using `/status/{address}`.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:
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
- Polygon deposits: matic-recovery.polymarket.com
Next Steps
See all supported chains and tokens with minimum amounts. Track your deposit progress through completion.Built with Mintlify.