All campaigns
Referral code: MOONX-CHAINS-IIMDSpend
$6,000
Cost / wallet
$5
Cost / buy
$13
ROAS
14.5x
$86,880 volume
Tracking setup
HMAC-signed
Referral link (clicks)
https://kolaudit.com/r/MOONX-CHAINS-IIMD?to=YOUR_LANDING_URLReport a signed conversion
// On a verified wallet connect or token buy, from YOUR backend:
const ts = Math.floor(Date.now() / 1000);
const nonce = crypto.randomUUID();
const volumeUsd = 0; // or the buy size for conversions
const msg = `MOONX-CHAINS-IIMD:wallet:${volumeUsd}:${ts}:${nonce}`;
const signature = createHmac("sha256", SECRET).update(msg).digest("hex");
await fetch("https://kolaudit.com/api/attribution", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ code: "MOONX-CHAINS-IIMD", type: "wallet", volumeUsd, ts, nonce, signature }),
});Clicks are best-effort. Wallet connects & buys must be HMAC-signed with your secret, so the funnel and public counters can't be spoofed.
Daily attribution
clicks → wallets → buys
Conversion funnel
Clicks12.9K
Wallet connects1.3K10.1%
Token buys45635.1% of wallets