Drive growth by incentivizing your users to refer new members to your platform. This not only helps expand your community, but also enhances user loyalty.
.png)

Reward your referrers and affiliates with a percentage of the earnings or points generated by their referred users across multiple levels.

Establish different payout tiers to reward affiliates or referrers based on their performance and contribution to your program’s overall results.

Fuul uses proprietary cookie-less tracking technology to measure performance accurately without storing or collecting any sensitive user data.

By default, Fuul applies last-click lifetime attribution so all conversions from a referred user credit the affiliate behind their initial conversion.

Reward both referrers and referred users! Pay out a commission to the referrer, and a rebate or "cash back" the referred user.

Let referrers generate and customize their own referral links or unique codes to fit both short-term campaigns and longer B2B sales cycles.
Set up an account to get your API key.
These two events enable Fuul to run attribution for all referral activity
import { Fuul } from ('@fuul/sdk');
Fuul.init({ apiKey: "your-fuul-tracking-api-key" });import { Fuul } from ('@fuul/sdk');
Fuul.init({ apiKey: "your-fuul-tracking-api-key" });
import { Fuul } from ('@fuul/sdk');
await Fuul.sendPageview();
import { Fuul } from ('@fuul/sdk');
await Fuul.sendConnectWallet({
address: "0x12345",
signature: "0x123485090123",
message: "Accept affiliate on 18-Aug 2023 00:00:00"
});import { Fuul } from ('@fuul/sdk');
await Fuul.sendPageview();
import { Fuul } from ('@fuul/sdk');
await Fuul.sendConnectWallet({
address: "0x12345",
signature: "0x123485090123",
message: "Accept affiliate on 18-Aug 2023 00:00:00",
accountChainId: 1 // required for smart accounts
});