Arcane Wallet
Arcane is the non-custodial wallet from Faez Labs. It is the reference client for Rezz and a general-purpose EVM wallet.
Open it at arcane.faezlabs.com.
What it does
- Create or recover an account from a mnemonic
- Show native and ERC-20 balances
- Send transfers
- Request a Rezz quote and sign the source transaction
- Track a cross-chain intent from
PENDINGtoSUCCESS
Keys
Keys are generated on the device. The web client stores an AES-256 encrypted payload in local storage. The password unwraps the key only for the duration of a signature. The mnemonic is never uploaded to Faez Labs.
The same seed can derive an Ethereum path (m/44'/60'/0'/0/0) and a Cosmos-style path if a host chain needs it.
Chains
A chain is data: name, chain id, RPC, ticker. Adding a host is that record plus a Rezz factory address. The wallet is not bound to a single network.
Backend
backend/ lists tokens and NFTs. It cannot sign or broadcast on the user's behalf. Approvals in the swap tab are explicit.
What is not shipped yet
Mobile packaging, a browser extension, hardware-wallet support, and default exact-amount approvals (instead of unlimited allowances) are roadmap items. They are new clients of the same key store and the same Rezz ABI, not a new protocol.