Troubleshooting
If something isn’t working as expected, try the quick checks first:
Refresh the page and reconnect your wallet.
Revisit your referral link (ensure
?ref=
or aref
cookie exists).Wait ~10–20 seconds for UI to reflect backend changes, then refresh.
For
/api/ref/attach
: it only supports POST (useGET ?probe=1
just for debugging).
Open a Support Ticket (Discord)
The fastest way to get help is to open a ticket in our Discord.
Join Discord: [DISCORD INVITE LINK]
Create a ticket in #support (or press the “Create Ticket” button).
Provide details so we can reproduce quickly:
Wallet address (lowercased) and your referral alias (if any)
What page/flow you used (Profile, Leaderboard, referral attach, X link)
Exact steps to reproduce + timestamps (UTC)
Screenshots or short screen recording
Browser + OS + device
Security: Never share your seed phrase or private keys. We will never ask for them.
Common Issues
“Referred by” doesn’t show immediately
Ensure you arrived with a valid
?ref=
orref
cookie.The attach window is limited (default 48h from first visit). If already attached or window expired, the API returns a specific reason.
Refresh Profile after a short delay.
/api/ref/attach
returns METHOD_NOT_ALLOWED
Only POST is supported. Use
GET /api/ref/attach?probe=1
for a non-mutating check.
500 on /api/ref/attach
Usually a race on duplicate insert; the route is idempotent. If you already got
attached: true
, no repeat action is needed.
XP shows 0 for a new user
If the user was created “sideways” (e.g., via referral attach) and never visited Profile, they might not have received the welcome XP yet. Visiting
/api/profile?ensure=1
(via the app) applies the welcome grant.
Boost math
+5% per successful referral (capped at +50%), +10% if your own X is linked. Ranking is still by XP; Boost is a visual indicator.
Still stuck?
Open a ticket on Discord (#support) with the details above.