Build Monetisation Tools
What this is
Earnings and payout systems run through bg_monetisation_eligibility() and the platform's payout method configuration — the logic determining whether a creator qualifies for monetisation and how their earnings actually get paid out.
How it works
bg_monetisation_eligibility($userId) checks whether a given creator currently qualifies, based on whatever criteria the platform sets — a developer building monetisation-adjacent tooling needs to respect this eligibility check rather than assuming every creator is automatically payable.
Holding BOT for this path
Monetisation tooling is another category where BOT is the actual subject matter, not just a development access requirement — payout methods are expected to include BOT directly, making this one of the categories where understanding BOT mechanics matters most for what you're actually building.
Related paths in Creator & Referral Tools