All campaigns

$MOONX campaign

releasedwith DeFi Dan
Referral code: MOONX-DEFIDA-WIZS
Spend
$3,000
Cost / wallet
$1
Cost / buy
$4
ROAS
54.1x
$162,400 volume

Tracking setup

HMAC-signed
Referral link (clicks)
https://kolaudit.com/r/MOONX-DEFIDA-WIZS?to=YOUR_LANDING_URL
Report 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-DEFIDA-WIZS: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-DEFIDA-WIZS", 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

Clicks25.9K
Wallet connects2.4K9.3%
Token buys84035.1% of wallets