Introduction
Moi Wallet is a self-custodial wallet for the MOI blockchain. You hold your own keys — no account with Moi Wallet or Sarva Labs is required, and no one else can access your funds on your behalf.
Moi Wallet is available in two forms that share the same core features and UI paradigms:
- Mobile app — iOS and Android, built with React Native and Expo
- Chrome extension — a browser wallet for Chromium-based browsers
Both clients let you create or import a wallet, manage accounts and keys, switch networks, connect to decentralised applications (DApps), and send and receive assets on the MOI network.
What this documentation covers
This site serves two audiences:
| Audience | What you'll find |
|---|---|
| End users | Step-by-step guides for downloading the wallet, creating or restoring a wallet, and using every feature |
| Developers | Pointers to the open-source repositories, local development setup, and contribution guidelines |
Platform-specific differences — such as WalletConnect on mobile versus window injection in the extension — are called out inline on the relevant pages.
Mobile app vs Chrome extension
Best for: everyday use on your phone, scanning WalletConnect QR codes, and managing your wallet on the go.
- Available on Google Play and the App Store
- Connects to DApps via WalletConnect (QR code or deep link)
- Encrypted wallet data stored in the iOS Keychain or Android Keystore
Best for: interacting with MOI DApps directly in your browser without switching apps.
- Install from the Chrome Web Store (coming soon)
- DApps detect the wallet via
window.moiand the EIP-6963 provider announcement standard - Encrypted wallet data stored in
chrome.storage.local
Both platforms share the same seed phrase, account model, and MOI network features. You can use the same 12-word seed phrase on either platform.
Get started
- Download Moi Wallet — install the mobile app or Chrome extension
- Create a New Wallet — generate a new wallet and back up your seed phrase
- Import / Restore a Wallet — restore an existing wallet on a new device
- Register Account — register your account on the MOI network
For a full list of capabilities, see the Features overview.