Polymarket Builder
Built on Polymarket. Owned by No One.
Pots Market operates as a Polymarket Builder — routing every order directly through Polymarket's Central Limit Order Book. Settlement is non-custodial: no separate liquidity pool, no operator standing between you and the chain.
- Pots Market is a Polymarket Builder — orders route directly through Polymarket's CLOB
- Same orderbook, same settlement contracts, same ERC1155 tokens as Polymarket
- EIP-712 signed orders — private keys never leave the user's device
- Every order carries an on-chain builderCode — fully verifiable attribution
Liquidity Should Be Shared, Not Fragmented
Building a separate orderbook means bootstrapping liquidity from zero. Pots Market takes a different path: shared CLOB liquidity gives you the world's deepest prediction market from day one.
Access to the full Polymarket event catalogue — politics, crypto, sports, culture, science, and more.
Your orders compete at the same price levels as every Polymarket user and market maker worldwide.
Builder Relayer covers all on-chain gas fees. Trade on Polygon without holding MATIC.
Polymarket's track record on major events. Shared liquidity means you benefit from this depth immediately.
Pots Market vs Polymarket.com
Pots Market is not a Polymarket competitor — it is a Polymarket Builder. Same CLOB, same liquidity, same settlement. Pots Market adds a DeFi layer that Polymarket.com does not offer.
| Feature | Pots Market | Polymarket.com |
|---|---|---|
| Order routing | Polymarket CLOB (shared) | Polymarket CLOB (native) |
| Shared liquidity | ✓ Same orderbook depth | ✓ Native orderbook |
| Settlement | CTF Exchange, Polygon | CTF Exchange, Polygon |
| Non-custodial | ✓ EIP-712 signed | ✓ EIP-712 signed |
| POTS token rewards | ✓ Earn POTS on every trade | — Not available |
| IBS DeFi yield | ✓ Bond, stake, earn protocol yield | — Not available |
| Smart Treasury | ✓ Protocol-owned liquidity backing IBS | — Not available |
| VIP tier / referral | ✓ Fee rebates, affiliate program | — Not available |
| Gasless execution | ✓ Builder Relayer covers gas | ✓ Relayer covers gas |
| Event catalogue | Full Polymarket catalogue (60,000+ contracts) | Full native catalogue |
| Resolution oracle | UMA (via Polymarket) | UMA |
Pots Market and Polymarket.com share the same underlying infrastructure. Choosing Pots Market means accessing identical liquidity with added DeFi capabilities — not trading off depth or security.
Order Flow: User → CLOB → Settlement
Every order follows the same path. Pots Market routes it, and that's all it does — no holding, no modifying, no delay.
Your private key never leaves your device. Pots Market is a routing layer, not a custodian.
What the Builder Framework Provides
Each layer of the stack carries an explicit, verifiable guarantee — not a promise from an operator.
Every Order Is Verifiable
Builder attribution is embedded in the signed order struct. Inspect any Pots Market order on Polygon to confirm it carries the correct builderCode.
from py_clob_client_v2 import ClobClient
client = ClobClient(
"https://clob.polymarket.com",
key=private_key,
chain_id=137,
creds=api_creds,
signature_type=3, # POLY_1271 (Deposit Wallet)
funder=deposit_wallet_address
)
# Every order includes on-chain builder attribution
order = client.create_order(
token_id=token_id,
price=0.50,
size=100,
side="BUY",
builder_code="POTS_MARKET" # verifiable on Polygon
) Limitations & Tradeoffs
Pots Market chooses transparency over marketing polish. Here's exactly what the Builder framework does and doesn't provide.
- Non-custodial security — no third party holds user funds
- No abusive fees — structure is public and auditable
- Real-time market data via CLOB API
- Settlement legitimacy — payouts through audited contracts
- Gasless execution — Builder Relayer covers gas
- Polymarket's event policies apply — not all events may be available in all jurisdictions
- Orderbook depth depends on Polymarket ecosystem health
- Resolution disputes follow Polymarket's UMA oracle process
- Long-term: Pots Market intends to expand beyond the Builder framework as the ecosystem matures