Get the Wallet

Illuminate · Navigate · Arrive

Your self-custody WayChain wallet. Non-custodial keys, WAY + 1WAY, quests, oracle and validator flows — in your pocket or in your browser.

Web Wallet

Live now

Use WayChain immediately from any browser. Create or import an Ed25519 wallet, send/receive WAY, mint 1WAY, and run quests. No install required.

Mobile-responsive. Best on desktop for first-time key backup.

Mobile App (Android APK)

Build pending

The WayChain mobile wallet is built (Expo, iOS/Android) with the Quests and 1WAY Stablecoin screens. The installable APK is generated by one EAS build command — it goes live as soon as the build account is linked.

Once the APK is published you'll get a direct download link here. Status updates in Discord.

Google Play Store

Submission pending

Play Store approval requires a published build + a Google Play developer account. The app bundle (AAB) and store listing are ready; submission happens after the first APK ships and passes internal testing.

Build the APK yourself

Anyone

Own the build. Clone the mobile repo and produce a signed APK in minutes with EAS (Expo's free build service).

git clone https://github.com/ThinkIbrokeIt/waychain-mobile cd waychain-mobile npm install npx eas login # free Expo account npx eas build -p android --profile preview

The preview profile outputs an installable .apk you can sideload. Use --profile production for a Play-ready .aab.