Assets and treasury
The Assets area helps operators inspect balances controlled by the multisig vault and prepare treasury movements.
What appears here
- SOL balance for the governed vault.
- SPL token accounts the app can discover.
- Token metadata where available.
- Transfer-oriented entry points into proposal creation.
Treasury action pattern
- Identify the asset.
- Confirm mint, decimals, and recipient.
- Create a proposal.
- Collect required approvals.
- Execute after policy is satisfied.
- Confirm the resulting balance and history entry.
Operational checks
- Use address-book labels when available, but verify raw addresses.
- Treat unknown token metadata as untrusted.
- Confirm the vault account, mint, and recipient before proposing.
- Use timelocks for high-value transfers.
Token metadata is not authority
Metadata helps operators recognize assets. It does not prove the asset is safe or expected.