All campaigns

$MOONX campaign

releasedwith Degen Maxi
Referral code: MOONX-DEGENM-NDZN
Spend
$4,000
Cost / wallet
$25
Cost / buy
$70
ROAS
2.7x
$10,760 volume

Tracking setup

HMAC-signed
Referral link (clicks)
https://kolaudit.com/r/MOONX-DEGENM-NDZN?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-DEGENM-NDZN: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-DEGENM-NDZN", 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

Clicks1.9K
Wallet connects1618.5%
Token buys5735.4% of wallets