# MySeeker.id — full reference > Seeker ID (.skr) is Solana Mobile’s on-device identity / domain system. MySeeker.id looks up names and wallets. ## Product MySeeker.id is a public utility to: 1. Look up a Seeker name (`name.skr`) and show owner wallet when resolved 2. Show SKR airdrop allocation when available 3. Reverse-look up a wallet when supported 4. Browse live SKR airdrop stats ## URLs | Path | Purpose | |------|---------| | / | Homepage search | | /{name} | Seeker lookup page (e.g. /sal) | | /wallet/{address} | Wallet-centric view | | /stats | SKR airdrop stats | | /llms.txt | Short LLM summary | | /llms-full.txt | This file | | /sitemap.xml | Sitemap | | /robots.txt | Robots | ## Query - `/?q=sal` deep-links into a name or wallet search ## APIs (JSON) - `GET /api/seeker/{name}` — resolve name → owner / domain metadata - `GET /api/reverse/{address}` — reverse wallet lookup when enabled - Dynamic OG: `GET /api/og/{name}` ## Indexing notes - Homepage and /stats are indexable - Unresolved name pages are noindex - Prefer canonical host https://myseeker.id (not www) ## Contact / builder - https://metasal.xyz - Related tracker: https://seekertracker.com