// Public verification
Verify a pass crossing
Do not trust us. Verify yourself. Every pass crossing is anchored on three independent layers — you can look up each one individually, no account, no help from us needed.
// Layer 1
Stellar Mainnet
Soulbound tokens are stored in the Stellar Soroban contract. Permanent on-chain, non-transferable, verifiable from any Stellar explorer (Lobstr, StellarX).
→ Soroban contract on StellarExpert// Layer 2
Nostr-Relays
NIP-58 badges (Kind 30009/8/30008) are distributed on damus.io, nos.lol and our Strfry relay. No central party can delete them — replication via the Nostr network.
→ Search on nostr.band// Layer 3
Public API
Tokenomics, passes, wallet balances — all live values available via JSON endpoints. No authentication. Aggregated directly from Stellar Horizon.
→ /api/admin/data/tokenomicsWhat you can verify yourself
- Issuer wallet exists on Stellar Mainnet (1 bn ARC fixed_number, status=live) — stellar.toml
- Soulbound tokens are non-transferable (auth_required + auth_revocable flags) — stellar.expert
- Pass data (altitude, geo, slug) live from the API — not from a static list — /api/passes
- Tokenomics values match Horizon holders + account balances — /tokenomics
Read more: → How we verify pass crossings · → Tokenomics · → FAQ