Files
PolymarketDocumentation/docs/developers/builders/builder-intro.md
T
2026-02-14 12:59:26 +01:00

3.7 KiB

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.

Builder Program Introduction

Learn about Polymarket's Builder Program and how to integrate

What is a Builder?

A "builder" is a person, group, or organization that routes orders from their users to Polymarket. If you've created a platform that allows users to trade on Polymarket via your system, this program is for you.


Program Benefits

All onchain operations are gasless through our relayer Get credited for orders and compete for weekly rewards on the Builder Leaderboard Earn a share of fees on routed orders

Relayer Access

We expose our relayer to builders, providing gasless transactions for users with Polymarket's Proxy Wallets deployed via Relayer Client.

When transactions are routed through proxy wallets, Polymarket pays all gas fees for:

  • Deploying Gnosis Safe Wallets or Custom Proxy (Magic Link users) Wallets
  • Token approvals (USDC, outcome tokens)
  • CTF operations (split, merge, redeem)
  • Order execution (via CLOB API)
EOA wallets do not have relayer access. Users trading directly from an EOA pay their own gas fees.

Trading Attribution

Attach custom headers to orders to identify your builder account:

  • Orders attributed to your builder account
  • Compete on the Builder Leaderboard for weekly rewards
  • Track performance via the Data API
    • Leaderboard API: Get aggregated builder rankings for a time period
    • Volume API: Get daily time-series volume data for trend analysis

Getting Started

  1. Get Builder Credentials: Generate API keys from your Builder Profile
  2. Configure Order Attribution: Set up CLOB client to credit trades to your account (guide)
  3. Enable Gasless Transactions: Use the Relayer for gas-free wallet deployment and trading (guide)
See [Example Apps](/developers/builders/examples) for complete Next.js reference implementations.

SDKs & Libraries

Place orders with builder attribution Place orders with builder attribution Place orders with builder attribution Gasless onchain transactions for your users Gasless onchain transactions for your users Sign builder authentication headers Sign builder authentication headers