Rewards System
SBT Badges
Soulbound Token badges are permanent, non-transferable on-chain achievements bound to your wallet. They implement ERC-5192 β the soulbound standard β making them impossible to sell or transfer.
What soulbound meansSBT badges cannot be sold, transferred, or removed from your wallet. They are cryptographic proof of genuine achievement β verifiable by anyone on the Arc blockchain. Every badge you hold, you earned yourself. They remain in your wallet permanently regardless of what happens to ArcaneFi.
The Noob SBT β Auto-Minted on Onboarding
Every user who completes the ArcaneFi onboarding flow automatically receives the Noob SBT. ArcaneFi's treasury mints it directly to your wallet β no gas required, no transaction to sign. It appears in your wallet and NFT Gallery within seconds of completing onboarding.
Badge Tiers
| Tier | Visual | Typical Requirements |
|---|---|---|
| Bronze (Tier 1) | Blue Glow | Beginner milestones β onboarding, first mint, first purchase |
| Silver (Tier 2) | Gold Glow | Intermediate β active streaks, volume, collection creation |
| Gold (Tier 3) | Purple Glow | Advanced β high XP, long streaks, significant trading activity |
Viewing Your Badges
SBT badges appear in two places:
- Rewards page β horizontal badge shelf showing all your SBTs
- Profile β NFT Gallery β SBT Badges tab β full gallery view with tier glow effects
SBT Token Metadata
Each SBT has unique personalised metadata served by the ArcaneFi API. Traits are specific to each holder β verifiable on-chain via Arcscan:
JSON β SBT Metadata Example
{
"name": "ArcaneFi 7-Day Loyalist #42",
"description": "Awarded for maintaining a 7-day streak on ArcaneFi",
"image": "ipfs://QmBadgeArtHash...",
"attributes": [
{ "trait_type": "Holder", "value": "0xWalletAddress..." },
{ "trait_type": "Claimed At", "value": "2026-02-15" },
{ "trait_type": "XP at Claim", "value": 840 },
{ "trait_type": "Streak at Claim","value": 7 },
{ "trait_type": "Tier", "value": "Bronze" },
{ "trait_type": "Soulbound", "value": "true" }
]
}Claiming a Milestone Badge
1
Meet the requirements
Each milestone has requirements like minimum XP, minimum streak, or minimum SBTs held. Check the Rewards page for available milestones.
2
Click Claim
On the Rewards page, click Claim on any milestone you qualify for.
3
SBT minted to your wallet
ArcaneFi's treasury automatically mints the SBT contract and sends it to your wallet. The tx hash and token ID are recorded in your profile. No gas from you.