KOL Program (Private Referral)

The KOL / Private Referral Program lets approved partners earn a large share of platform trading fees from tokens launched by their referrals.

Live page: hodl.dance/kol


How It Works

  1. Get your link — personal referral link that works site-wide
  2. Share HODL.DANCE — tokens, trades, invites
  3. Earn — when referrals create volume on the platform

Economics (product)

  • Platform takes 1% trading fee on Bonding Curve volume (path-dependent elsewhere)
  • Approved KOLs earn 90% of that 1% platform fee from volume on tokens created by their referrals
  • Details and eligibility are managed by the team (apply on /kol)

This is separate from the Rewards points program (DANCEMAN epochs) and from creator LP fee claims (Locker / V3 Locker).


Apply

  1. Open hodl.dance/kol
  2. Connect wallet
  3. Submit the Apply to KOL Program form

Approval is manual / private — not everyone is accepted.


Dashboard & API

If you are a KOL, the app can show referral stats for your wallet.

Public read endpoint:

BASH
curl "https://hodl.dance/api/kol/0xYourWallet"

Typical response fields (when authorized / data exists):

Field Description
totalReferrals Number of referees
fulfilled Referrals that met credit rules
tokensCreated Tokens created by referees
totalVolumeBnb Aggregate volume (BNB)
platformFeeBnb / grantedFeeBnb Fee estimates (1% · 90% share)
referrals[] Per-referee volume / credited
tokens[] Tokens from referees

Also see Leaderboard API → referrers ranking for public top lists.


Related