Reward user milestones with blockchain badges. Auto-mint on signup, upgrades, referrals, or any custom trigger. Full API control with webhooks.
Any SaaS platform looking to increase engagement and retention with gamified rewards
Reward users when they hit 100 API calls, 1000 documents, or any metric you track
e.g., Notion, Airtable, Figma
Mint badges when users complete profile setup, connect integrations, or invite team
e.g., Slack, Linear, Asana
Tiered badges for referrals - Bronze (1), Silver (5), Gold (10), Platinum (25)
e.g., Dropbox, Notion, Loom
Use AI to generate your campaign or build manually. Define tiers, triggers, and badge designs.
One API call to mint badges. Trigger from your backend when users hit milestones.
Monitor claims, upgrades, and engagement in your dashboard. Optimize based on data.
// Mint a badge when user hits a milestone
const response = await fetch('https://badges.grinder.wiki/api/badges/mint-smart', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
campaign_id: 'your-campaign-id',
user_email: user.email,
tier_level: 1,
event_type: 'milestone_reached',
event_data: { milestone: '100_api_calls' }
})
});
// Badge mints automatically on Optimism
// User receives email notification with claim link (if new)Auto-detects returning users and mints directly to their wallet
Get notified when badges are claimed or upgraded
Query badge stats programmatically
Generate badge artwork with AI in seconds
We pay all Optimism gas fees
API key auth with rate limiting
Automatic claim emails to users
Let anyone verify badge ownership
Start with our Growth plan at $49/month. No credit card required for trial.