Skip to main content

Vaults

A vault is a collection of blockchain addresses with its own members and transaction policies. Use multiple vaults to separate assets with different security requirements. Vault Structure Example setup:
VaultPurposePolicy
OperatingDay-to-day transactionsAny member can sign
ReserveLarge holdings2-of-3 approval for amounts over $1,000

Wallets

A wallet is a blockchain address with its own key pair. Create multiple wallets within a vault for different chains and purposes. MPCVault maintains the same address across all EVM chains—no risk of sending to the wrong network. Wallet
Each wallet address is derived using a unique path based on the vault index, network, and address index. See Key Derivation for technical details on derivation paths and supported networks.

Creating a Wallet

  1. Go to Wallets and click Create wallet.
  2. Select the blockchain network and click Continue. Create Wallet
  3. Sign the request in the MPCVault app. Sign Request
If Manager has to approve wallet creations is enabled in settings, a manager must approve the request.