Skip to main content
1

Navigate to your vault

Go to Vaults and select the vault you want to fund. Click Fund Vault.
2

Choose asset type

Enter the amount in BCH. The transaction sends BCH directly into the vault UTXO, increasing its value without changing any NFT state fields.
3

Confirm and sign

Sign the funding transaction. The vault balance updates in the dashboard after one confirmation.

API

GET /api/vaults/:id/deposit
Use the returned deposit address in your wallet, then call:
POST /api/vaults/:id/update-balance
The vault UTXO holds the entire balance. Each child covenant (stream, airdrop, etc.) withdraws directly from the vault balance during deployment. Ensure the vault holds sufficient funds before creating covenants.