π οΈBuild Your Incentives Hub
This guide helps you plan what to integrate based on the features you want in your incentives hub. Each section points to the corresponding SDK documentation for implementation details.
Don't want to build anything? Use the No-Code Setup to launch a Fuul-hosted hub with zero development.
What do you need?
Referral tracking
If your program includes referrals, you need to track when users arrive via referral links and identify themselves.
Install and initialize the Fuul SDK
Send pageview and wallet connection events to track the referral chain
Let affiliates generate tracking links and custom codes
Let users accept referral codes directly
Leaderboards
If you want to display rankings on your site:
Show top earners by onchain token payouts
Show top earners by points
Show top users by trading or conversion volume
User rewards
If you want users to see their individual earnings:
Show a user's onchain token earnings
Show a user's point balance
Show referral stats (volume, earnings, referred users)
Onchain claiming
If your program distributes token rewards, users need a way to claim them:
Build a claim button that lets users redeem their token rewards via smart contract
Social verification
If your program includes social actions:
Verify that a user has followed your account on X
Putting it together
A typical white-label hub combines several of these features. Here's what a full implementation looks like:
Affiliate onboarding page
SDK Setup + Tracking Referrals + Affiliate Links & Codes
User dashboard
Individual Rewards (Tokens and/or Points) + Referred Metrics
Leaderboard page
Leaderboard Data (pick the relevant metric)
Claim rewards page
Claiming Onchain Rewards
Full hub
All of the above
For a working example, check out the Fuul SDK Next.js example β a complete implementation with RainbowKit wallet connection.
Explorer API
The Explorer API provides public listing endpoints for building discovery pages or aggregator integrations. These are the same endpoints that power the Fuul Explorer.
GET /explorer/v1/listings/incentive-rewards
List incentive programs ranked by distributed payouts
Last updated