Vault
Accounts that store assets, and sign for executed transactions
Last updated
Accounts that store assets, and sign for executed transactions
Last updated
Vaults are the accounts that store assets and handle execution of . They function differently from any other account associated with Squads, not holding any data directly.
Vaults are derived via a vaultIndex
, which allows you select a specific vault by chronological number. Using this index will allow the SDK, and associated instructions to get the correct vault to target.
When you lookup a newly derived vault address on an explorer, it will show as an uninitialized account. This is because Solana requires any initialized account to have a non-zero SOL balance. Because of this, the account is never "created" by any instruction, only marked initialized as the user adds SOL.
Vault accounts hold assets, and handle the execution of Vault Transactions
Vaults hold no data, and are derived via an index
They are not "created" via any instruction, and will appear as "uninitialized" on an explorer until SOL is deposited