For the complete documentation index, see llms.txt. This page is also available as Markdown.

🌊Variable Rewards

Variable rewards scale with the magnitude of the action β€” the more a user does, the more they earn.

There are two types of variable rewards:

1️⃣ Based on Volume:

Rewards increase based on the total amount of an action performed.

Example: A trading program where users receive 0.1% of their trading volume as a reward. The more they trade, the more they earn.

2️⃣ Based on Revenue:

Rewards are calculated based on the revenue a user generates. There are two payout modes:

  • Per unit β€” a fixed rate of points or tokens per USD of revenue (e.g., 10 points per $1 in referred fees)

  • Percentage β€” a percentage of revenue paid in points or tokens (e.g., 5% of referred fees paid in USDC)

Example: In an exchange affiliate program, a referrer earns rewards proportional to the fees generated by their referred users.

βœ… Best for: Programs that want to reward higher-value actions rather than just participation.

Variable rewards can be combined with tiers to give different user groups different rates or multipliers. See Tiers & Multipliers.

Last updated