Before you can start market making, you need to complete these one-time setup steps — deposit pUSD to Polygon, deploy a wallet, approve tokens for trading, and generate API credentials.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.
Deposit pUSD
Market makers need pUSD on Polygon to fund their trading operations.
| Method | Best For | Documentation |
|---|---|---|
| Bridge API | Automated deposits from other chains | Bridge Deposit |
| Direct Polygon transfer | Already have pUSD on Polygon | N/A |
| Cross-chain bridge | Large deposits from Ethereum | Supported Assets |
Using the Bridge API
Deploy a Wallet
EOA
Standard Ethereum wallet. You pay for all onchain transactions (approvals, splits, merges, trade execution).Deposit Wallet
Deposit wallets are the recommended wallet path for new API users. They are deployed through Polymarket’s relayer and usePOLY_1271 order signatures.See the Deposit Wallet Guide for the
wallet creation, approval, balance sync, and order-signing flow.Existing Safe Wallets
Existing Gnosis Safe users can continue using their current wallet. Safe wallets are deployed via Polymarket’s relayer and support:- Gasless transactions — Polymarket pays gas fees for onchain operations
- Contract wallet — Enables advanced features like batched transactions
See Gasless Transactions for full Relayer Client setup
including local and remote signing configurations.
Approve Tokens
Before trading, you must approve the exchange contracts to spend your tokens.
Required Approvals
| Token | Spender | Purpose |
|---|---|---|
| pUSD | CTF Contract | Split pUSD into outcome tokens |
| CTF (outcome tokens) | CTF Exchange | Trade outcome tokens |
| CTF (outcome tokens) | Neg Risk CTF Exchange | Trade neg-risk market tokens |
Contract Addresses
Approve via Relayer Client
Generate API Credentials
To place orders and access authenticated endpoints, you need L2 API credentials derived from your wallet.See Authentication for full details on signature types and REST API headers.
Next Steps
Trading
Post limit orders and manage quotes
Market Data
Connect to real-time market data