Accessing Your Builder Profile
You can access your builder profile settings in your Polymarket Profile when signed in. You can also navigate to your builder profile by:- Clicking your profile image in the top right corner
 - Selecting “Builders” from the dropdown menu
 
Builder Profile Settings

Customize Your Builder Identity
- Profile Picture: Upload a custom image that will represent you on the Builder Leaderboard
 - Builder Name: Set or update the name that will be displayed publicly on the leaderboard
 
View Your Builder Information
- Builder Address: Your unique builder address used to identify your account
 - Creation Date: When your builder account was created
 
Obtaining Builder API Keys
Builder API keys are required to attribute customer orders to your builder account. These credentials allow you to sign orders and add authentication headers to CLOB requests.Creating API Keys
In the Builder Keys section of your profile, you can:- View your existing API keys with their creation dates and status
 - Click ”+ Create New” to generate a new API key
 
apiKey: Your builder API key identifiersecret: Secret key for signing requestspassphrase: Additional authentication passphrase
Security Notice: Your Builder API keys must be kept secure and never exposed in client-side code. Store them as environment variables and use remote signing when possible.
Managing API Keys
- Multiple Keys: You can create multiple API keys for different environments (development, production, etc.)
 - Active Status: Keys show an “ACTIVE” status when they’re operational
 
Using Your Builder Credentials
Once you have your API keys, you can use them to attribute orders to your builder account. See the Order Attribution guide for detailed implementation instructions.Next Steps
- Learn about Order Attribution to start attributing customer orders
 - Set up a Builder Signing Server for secure remote signing
 - Check your stats on the Builder Leaderboard