Skip to main content
A vault is a managed, multichain custody primitive with institutional accounting: incoming funds are quarantined until you release them, balances are split into available, incoming, quarantined, and locked, and every change is recorded in an immutable ledger. This guide walks through each vault action from the dashboard. For the balance model and when to use a vault over a wallet, see Vaults, wallets & keys. For the API, see the Vaults reference.
Vault detail page: total balance split into available, quarantined, and locked, an assets-under-custody chart, and pending actions

Create a vault

1

Open Vaults

In the dashboard, go to Vaults. The list shows every vault in your organization; filter it by tag to narrow the view.
Vaults list with the Add vault button highlighted
2

Create the vault

Select Create vault, give it a name, and optionally add tags to organize it. The new vault opens with no networks yet.
Create vault dialog with name and tags fields

Add a network

1

Add a network

On the vault, select Add network and choose an EVM network. DFNS creates a managed address for the vault on that network.
Add a network dialog with the EVM network selector
2

Repeat per network

Add each network you need. Each address is a deposit point for that network under the same vault balance sheet.

Receive funds

1

Open the deposit view

Select Deposit to display the vault’s address for the chosen network, with a QR code.
Vault deposit dialog showing the Ethereum address and its QR code
2

Send funds to the address

Funds sent to the address arrive quarantined — they appear in the vault’s incoming and quarantined balances, not the available balance.

Review and release quarantined funds

1

Open pending actions

The vault surfaces pending actions, including quarantined deposits awaiting review. Open a quarantine entry to see its details.
2

Accept the funds

Select Accept funds to move the deposit into the vault’s available balance, where it can be transferred. Every incoming deposit is quarantined on arrival, and releasing it is a manual, signed action.
Quarantined funds detail page with the Accept funds button highlighted

Send or withdraw funds

1

Start a transfer

Select Send (or Withdraw), then pick a funded asset. Only assets with an available balance can be transferred.
Vault transfer dialog for sending a funded asset out of the vault
2

Enter the destination and amount

Enter the destination address and amount, then review the transfer summary.
3

Confirm

Confirm the transfer. The amount is reserved (locked) while the transfer is pending, then debited from the available balance once it settles. If a signing policy applies, the transfer first requires approval — the dashboard shows step-by-step status as each approval completes.

Rename a vault or edit its tags

1

Edit the vault

From the vault header, choose Rename or Edit tags, then confirm. Renaming and editing tags each take a single signed action.
Edit vault sheet with the name and tags prefilled

Get started

Create your first vault

Create, tag, and manage vaults via the API

Move funds

Add addresses and transfer assets out of a vault
Last modified on July 22, 2026