How to check if your vault is v0
Get your vault state pubkey and verify the owner program. If the owner isGLAMbTqav9N9witRjswJ8enwp9vv5G8bsSJ2kPJ4rcyc
, your vault is v0.
Using the Solana Explorer
- Go to Solana Explorer (or another Solana explorer).
- Search for your vault state public key.
- Check the Owner field. If it matches
GLAMbTqav9N9witRjswJ8enwp9vv5G8bsSJ2kPJ4rcyc
, your vault is v0.
Using the Solana CLI
solana -um account <VAULT_STATE_PUBKEY> | grep Owner
- If the Owner matches
GLAMbTqav9N9witRjswJ8enwp9vv5G8bsSJ2kPJ4rcyc
, your vault is v0.
Close v0 vault
Before closing a vault, make sure:- All DeFi positions held by the vault are closed
- All assets have been withdrawn from the vault
1
Go to Holdings page
Visit the GLAM v0 app, connect your wallet, select the vault, and navigate to the Holdings page.
2
Close vault
Click Details at the top of the page, expand the Danger Zone, and click Close.