> ## Documentation Index
> Fetch the complete documentation index at: https://solanalabs-beeman-seeker-connect-docs-location-1e9568.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Seeker

> Seeker is the flagship Solana Mobile device, purpose-built for crypto on Android.

export const FooterDisclaimer = () => {
  return <p className="not-prose mt-16 text-center text-xs text-gray-500 dark:text-gray-400">
      Code samples on this page are subject to the{" "}
      <a className="underline underline-offset-2" href="https://www.apache.org/licenses/LICENSE-2.0">
        Apache 2.0 license
      </a>
      .
    </p>;
};

Seeker is Solana Mobile's flagship Android device, designed from the ground up for crypto. It's the successor to the Saga and represents the next generation of crypto-native mobile hardware.

## Key features

* **[Seed Vault](/solana-mobile-stack/seed-vault)** — A secure key custody system that keeps your private keys in a hardware-protected environment.
* **[dApp Store](/solana-mobile-stack/dapp-store)** — An alternative crypto friendly app store for discovering Solana apps.
* **[Seeker Genesis Token](/solana-mobile-stack/seeker-genesis-token)** — An NFT minted once per device as proof of verified Seeker ownership.
* **[.skr Domain](/solana-mobile-stack/skr-domain)** — A human-readable name that maps to your Solana wallet address.

## Build for Seeker

You don't need a Seeker to build for Seeker — testing on any Android device is sufficient.

1. **[Development Setup](/get-started/development-setup)** — Set up your environment for Solana Mobile development.
2. **Start with Mobile Wallet Adapter** — Seeker users prefer a seamless wallet connection to their Seed Vault Wallet. Add wallet connectivity to your app using the [MWA SDK](/get-started/mobile-wallet-adapter).
3. **Publish on the dApp Store** — [Submit your app](/dapp-store/submit-new-app) to reach Seeker's user base directly.

<FooterDisclaimer />
