Skip to main content

Wallets

Every wallet below is non-custodial: the keys stay with you. Pick by where you want to use it.

I want toUse
Run a full node and mineNeurai-QT
A light desktop walletElectrum
A wallet on my phone, with DePIN chat and post-quantum addressesNeurai Wallet
Sign in to sites and hold assets from the browserNeurai Sign
No install, any browser, mainnet or testnet, works with the ESP32 hardware walletWeb Wallet
A commercial hardware walletOneKey
Back up first

Write down the recovery phrase as soon as the wallet is created and keep it offline. To be sure the backup works, restore the wallet from it once before sending funds.

Comparison

Features

Neurai-QTElectrumNeurai WalletNeurai SignWeb WalletOneKey
CustodySelfSelfSelfSelfSelfSelf
Full blockchainYesNoNoNoNoNo
BIP39 recovery phraseYesYesYesYesYesYes
AssetsYesYesYesYesYesNo
DePIN chatNoNoYesYesYesNo
Post-quantum addressesNoNoYesYesNoNo
ESP32 hardware walletNoNoYesNoYesNo
Open sourceYesYesYesYesYesYes
BackendOwn nodeElectrumXwallet-services or RPCRPC proxyRPC proxyBlockbook
SLIP-44 coin type001900190001900

Platforms

PlatformNeurai-QTElectrumNeurai WalletNeurai SignWeb WalletOneKey
WindowsYesYesNoNoNoYes
LinuxYesYesNoNoNoYes
macOSNoYesNoNoNoYes
AndroidNoNoYesNoNoYes
iOSNoNoYesNoNoYes
BrowserNoNoNoChrome, FirefoxAnyYes

Coin type 0 wallets and coin type 1900 wallets derive different addresses from the same phrase. Restore a phrase in a wallet of the same family, or move the funds.

Neurai-QT

Neurai-QT desktop wallet

The reference wallet with the full node inside. The first sync downloads the whole chain, and from then on you depend on nobody: your node validates every block, serves your wallet and can mine or run a DePIN pool.

Electrum

Electrum wallet for Neurai

Light desktop wallet with asset support. It verifies transactions against public ElectrumX servers, so it is ready in seconds and needs no blockchain download.

Neurai Wallet

Neurai Wallet on Android showing a post-quantum hardware wallet balance and transactions

The mobile wallet for Android and iOS, built by the Neurai team on the BlueWallet code base with Neurai's own wallet, asset and messaging layers. Keys are generated on the phone and stored in the platform keystore.

  • HD wallets from a 12-word phrase, plus post-quantum wallets signed with ML-DSA-44 on nq1… addresses.
  • Neurai HW: connect the ESP32 hardware wallet over USB. The device keeps the seed and signs; the phone builds and broadcasts. The PQ badge on a wallet card means a post-quantum account.
  • Assets of every type listed per wallet and sendable from the Send screen, including DePIN assets.
  • DePIN chat: a token-gated, end-to-end encrypted conversation per DePIN token, with a dedicated chat identity.
  • Neurai Connect: scan a QR to sign in to a site or open a dApp session, with the private key never leaving the phone.
  • Mainnet and testnet, legacy and post-quantum, switchable from Settings.
  • Version 1.1.1: Releases · Source

Neurai Sign

Neurai Sign browser extension dashboard with a testnet AuthScript PQ account, balance and assets

A browser extension for Chrome and Firefox that keeps Neurai keys and signs on your behalf. Websites talk to it through window.neuraiWallet, and every signature request is approved in a popup and kept in a history with its origin.

  • Multi-account with PIN protection and auto-lock. Legacy and AuthScript post-quantum accounts.
  • Balance and assets for the active address, filterable by type, with a DePIN tab for devices.
  • Client-side only: nothing is signed on a server, and the build forbids RPC signing paths.
  • Version 0.12.0: Chrome Web Store · Firefox Add-ons · Source

Web Wallet

Neurai Web Wallet on testnet showing balance, DePIN tokens, assets and recent activity

Runs entirely in the browser, with no install. Keys are derived and kept in the page, and transactions are signed locally before being sent through the public RPC proxy. The same wallet is deployed for mainnet and testnet, so you can try everything with test coins first.

  • Send, receive, assets and sweep, plus Sign for message signatures, Chat for DePIN messaging and IoT for devices.
  • Neurai HW: drives the ESP32 hardware wallet through the Web Serial API, so private keys never reach the browser at all.
  • Best for: quick access from any computer, testing on testnet, and the hardware wallet.
  • Mainnet: webwallet.neurai.org
  • Testnet: webwallet-testnet.neurai.org
  • Source · Guide: How to use the Web Wallet

OneKey

OneKey hardware wallet

Commercial hardware wallet with native Neurai support, usable from the OneKey desktop, mobile and browser apps. Uses SLIP-44 coin type 1900.

Build your own hardware wallet

The NeuraiHW firmware turns a LilyGo T-Display S3 or a similar ESP32 board into a signer with on-screen review, DePIN chat identity and post-quantum addresses. Flash it from the browser with the firmware flasher and use it from Neurai Wallet or the Web Wallet. Details in IoT development.