genesis-token
Installation
SKILL.md
Seeker Genesis Token Verification
Verify that a user owns a Seeker device by confirming they possess the Seeker Genesis Token (SGT) — a unique NFT minted once per Seeker device.
When to Use
- Gate exclusive content to verified Seeker owners
- Distribute device-specific rewards
- Implement anti-Sybil protections (prevent duplicate claims)
- Verify authentic Seeker device ownership
Prerequisites
- MWA setup complete (user can connect wallet)
- Backend server for verification (SGT check must be server-side)
- Helius API key for RPC queries
Two-Step Verification Process
Related skills