What You Can Build
- Attendance credentials — Issue a verifiable “I attended X event” badge at check-in
- Fan loyalty tiers — Auto-upgrade fans after 5 attended events to “Loyal Fan” credential
- Exclusive access gating — Gate VIP lounges, artist meet-and-greets, and presales to verified attendees
- Cross-brand fan credentials — Share attendance proof with partner brands (merchandise, hotels, streaming)
- Anti-scalping — Gate secondary ticket access behind an attendance credential from a prior event
Architecture
Recommended Schema
Implementation
Step 1 — Issue attendance credential at check-in
Your venue scanner calls your backend on each valid scan. The backend issues via Issue on Behalf — the fan does nothing, no wallet open, no UX friction at the door.Step 2 — Gate VIP presale to verified attendees
Step 3 — Auto-upgrade fans to loyalty tiers after N events
Zero-Friction Fan UX
The key advantage for events: fans never interact with the credential system at the door. They scan their ticket as normal, the credential lands in their AIR Account in the background, and they use it the next time they want a reward or presale.Fan scans ticket at the door
No app to open, no wallet prompt. Exactly the same experience as today.
Your backend issues the attendance credential
Issue on Behalf fires silently. The fan’s AIR Account receives the credential on-chain.
Fan opens the app the next day
Sees a notification: “You earned a Verified Attendee credential for Coachella 2025.”
Examples
Fan Attendance — Issuer
Venue check-in app: issues attendance credential when the fan scans in at the event.
Fan Attendance — Verifier
Merch store app: verifies attendance and unlocks rewards (e.g. discount, exclusive offer).
VIP Status Portability — Issuer
Airline loyalty app: issues tier credential; user carries status to partner brands.
VIP Status Portability — Verifier
Hotel chain app: verifies tier and grants equivalent perks (e.g. room upgrade, lounge).