Profiles & Referrals
Onchain Profiles
Profile Cost
Method
Cost
Username Rules
Profile Data
struct Profile {
string username;
uint256 swapVolumeUsd; // Lifetime swap volume in USD cents
uint256 swapPoints; // Points earned from swaps
uint256 tradePoints; // Points earned from prediction market trades
address referrer; // Who referred this user
uint256 referralEarnings; // Total USDm earned via referrals
}Referral System
How it works
Referral Rates
Action
Referrer earns
Rules
Community Codes
Leaderboard
Metric
Points awarded
Contract
Last updated
Was this helpful?

