One recovery phrase, sixty-nine networks
47 EVM chains and 22 other ecosystems, all derived from the same twelve words. Every row below prints the path Aura actually uses, read from the app’s own source.
EVM chains
47One secp256k1 key at one path, and the same address on all 47. Adding a network here does not add an account — it shows you a balance you already had.
EthereumETHsecp256k1m/44'/60'/0'/0/0
BaseBASEsecp256k1m/44'/60'/0'/0/0
Arbitrum OneARBsecp256k1m/44'/60'/0'/0/0
OptimismOPsecp256k1m/44'/60'/0'/0/0
Polygon PoSPOLsecp256k1m/44'/60'/0'/0/0
BNB Smart ChainBNBsecp256k1m/44'/60'/0'/0/0
AvalancheAVAXsecp256k1m/44'/60'/0'/0/0
zkSync EraZKsecp256k1m/44'/60'/0'/0/0
LineaLINEAsecp256k1m/44'/60'/0'/0/0
MantleMNTsecp256k1m/44'/60'/0'/0/0
BlastBLASTsecp256k1m/44'/60'/0'/0/0
BerachainBERAsecp256k1m/44'/60'/0'/0/0
UnichainUNIsecp256k1m/44'/60'/0'/0/0
World ChainWLDsecp256k1m/44'/60'/0'/0/0
SonicSsecp256k1m/44'/60'/0'/0/0
CeloCELOsecp256k1m/44'/60'/0'/0/0
Gnosis ChainGNOsecp256k1m/44'/60'/0'/0/0
CronosCROsecp256k1m/44'/60'/0'/0/0
ZoraZORAsecp256k1m/44'/60'/0'/0/0
RoninRONsecp256k1m/44'/60'/0'/0/0
Sei EVMSEIsecp256k1m/44'/60'/0'/0/0
Filecoin FEVMFILsecp256k1m/44'/60'/0'/0/0
FlareFLRsecp256k1m/44'/60'/0'/0/0
ApeChainAPEsecp256k1m/44'/60'/0'/0/0
Kava EVMKAVAsecp256k1m/44'/60'/0'/0/0
Core DAOCOREsecp256k1m/44'/60'/0'/0/0
Metis AndromedaMETISsecp256k1m/44'/60'/0'/0/0
Manta PacificMANTAsecp256k1m/44'/60'/0'/0/0
XaiXAIsecp256k1m/44'/60'/0'/0/0ScrollSCRsecp256k1
m/44'/60'/0'/0/0TaikoTAIKOsecp256k1
m/44'/60'/0'/0/0ModeMODEsecp256k1
m/44'/60'/0'/0/0Fantom OperaFTMsecp256k1
m/44'/60'/0'/0/0MoonbeamGLMRsecp256k1
m/44'/60'/0'/0/0AuroraAURORAsecp256k1
m/44'/60'/0'/0/0Polygon zkEVMZKEVMsecp256k1
m/44'/60'/0'/0/0AbstractABSsecp256k1
m/44'/60'/0'/0/0Boba NetworkBOBAsecp256k1
m/44'/60'/0'/0/0
Degen ChainDEGENsecp256k1m/44'/60'/0'/0/0
FraxtalFRAXsecp256k1m/44'/60'/0'/0/0FuseFUSEsecp256k1
m/44'/60'/0'/0/0
HyperEVMHYPEsecp256k1m/44'/60'/0'/0/0
InkINKsecp256k1m/44'/60'/0'/0/0Robinhood ChainRHCsecp256k1
m/44'/60'/0'/0/0SankoDMTsecp256k1
m/44'/60'/0'/0/0SoneiumSONEsecp256k1
m/44'/60'/0'/0/0
SongbirdSGBsecp256k1m/44'/60'/0'/0/0
Solana
1Ed25519 at Solana’s own path, which is why the address matches the one Phantom, Backpack or Solflare would show for the same phrase.
SolanaSOLed25519m/44'/501'/0'/0'
Bitcoin and its forks
7Native SegWit where the chain supports it, legacy where it does not, each at its own registered coin type.
BitcoinBTCsecp256k1m/84'/0'/0'/0/0
LitecoinLTCsecp256k1m/84'/2'/0'/0/0
DogecoinDOGEsecp256k1m/44'/3'/0'/0/0
Bitcoin CashBCHsecp256k1m/44'/145'/0'/0/0
DashDASHsecp256k1m/44'/5'/0'/0/0
ZcashZECsecp256k1m/44'/133'/0'/0/0
FiroFIROsecp256k1m/44'/136'/0'/0/0
Move chains
2Sui and Aptos, both Ed25519, differing in how the public key is hashed into an address — Blake2b for one, SHA3-256 for the other.
SuiSUIed25519m/44'/784'/0'/0'/0'
AptosAPTed25519m/44'/637'/0'/0'/0'
Substrate chains
2Polkadot and Kusama, SS58-encoded with their own network prefixes.
PolkadotDOTed25519m/44'/354'/0'/0'/0'
KusamaKSMed25519m/44'/434'/0'/0'/0'
Everything else
10Each of these has its own curve, path and address format, and Aura implements them individually rather than approximating.
MoneroXMRed25519m/44'/128'/0'/0'/0'
CardanoADAed25519m/1852'/1815'/0'/0/0
CosmosATOMsecp256k1m/44'/118'/0'/0/0
OasisROSEed25519m/44'/474'/0'/0'/0'
NEARNEARed25519m/44'/397'/0'
StellarXLMed25519m/44'/148'/0'
TezosXTZed25519m/44'/1729'/0'/0'
TONTONed25519m/44'/607'/0'
XRP LedgerXRPsecp256k1m/44'/144'/0'/0/0
TRONTRXsecp256k1m/44'/195'/0'/0/0
69 networks shown
Why the paths are printed
“Multi-chain” often means one key reused wherever the address format happens to allow it. Aura implements each ecosystem's own derivation — the right curve, the right path, the right encoding — so an address you generate here matches the one any other standards-compliant wallet would generate from the same phrase. Publishing the paths is how you can check that before you trust it with anything: derive the same phrase in a different wallet and compare.
All paths shown are for account 0. Cardano is the one that looks different because it is different — CIP-1852 rather than BIP-44, with a separate stake key alongside the payment key.