genesis-token

Verify Seeker Genesis Token wallet possession for Solana-based app gating and rewards.

6|5|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/solana-mobile/solana-mobile-dev-skill --skill genesis-token
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genesis-token
Source: https://github.com/solana-mobile/solana-mobile-dev-skill/tree/main/genesis-token
Command: npx skills add https://github.com/solana-mobile/solana-mobile-dev-skill --skill genesis-token

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Verifies Seeker device ownership by confirming wallet possession of the Seeker Genesis Token (SGT), enabling trusted gating and rewards for Seeker devices.

Core Features & Use Cases

  • SIWS-based wallet authentication to prove ownership.
  • On-chain verification of an SGT NFT to gate access or distribute device-specific rewards.
  • Backend verification and anti-Sybil protections to prevent duplicate claims.

Quick Start

Gate your Seeker-enabled content by integrating SGT verification in your app’s onboarding flow.

Frequently Asked Questions about genesis-token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Seeker device ownership using a Solana wallet?

Verify Seeker device ownership by confirming wallet possession of the Seeker Genesis Token (SGT). This requires Sign-in-with-Solana for wallet authentication and a backend service to verify SIWS signatures and SGT token ownership via Solana RPC.

How does SGT verification work for gating exclusive content?

SGT verification gates exclusive content by performing on-chain verification of an SGT NFT. A backend service checks SIWS signatures and SGT token ownership via Solana RPC to gate access or distribute device-specific rewards.

How do I prevent duplicate claims when distributing Solana mobile rewards?

Prevent duplicate claims by implementing backend verification and anti-Sybil protections during SGT verification. This confirms Seeker device ownership and ensures wallets cannot repeatedly claim device-specific rewards.

Do I need a backend service to verify Sign-in-with-Solana signatures?

Yes, a backend service is required to verify SIWS signatures and SGT token ownership via Solana RPC. This backend infrastructure confirms Seeker device ownership and enforces anti-Sybil protections for your application.

What is the Seeker Genesis Token used for in Solana mobile apps?

The Seeker Genesis Token (SGT) is used to verify Seeker device ownership by confirming wallet possession. It enables trusted gating of exclusive Seeker content and distribution of device-specific rewards in Solana-based apps.

Can I use SGT verification for anti-Sybil protections in my Solana app?

Yes, SGT verification applies anti-Sybil protections by confirming Seeker device ownership through SGT NFT possession. This prevents duplicate claims and ensures trusted access gating for Solana-based applications.