A subscriber is a user who deposits assets into a tokenized vault and receives vault shares in return. Depending on the vault configuration, subscribers may or may not be required to complete KYC verification.
The terms “owner” and “manager” are used interchangeably, both referring to the owner of a vault.
Vault owner has admin access to the vault. They are exempt from delegate access control policies, however, they are still subject to vault policies and timelocks.
Vault owner can propose changes if timelock is enforced and transfer ownership to another address.
It is recommended to use hardware wallets or multisig for enhanced security, while granting delegate permissions for routine operations.
An integration is a program that bridges GLAM vaults and external DeFi protocols. No integrations are enabled by default, and vault owners should only enable those required for their investment strategy to minimize attack surface and operational risks. For example, if a vault strategy does not require Kamino protocols, the Kamino integration should remain disabled.
An ACL is a list of rules that specify which users or entities are granted or denied access and what operations they can perform. GLAM allows vault owners to set up ACLs for both integrations and delegates:
Integration ACLs define which integrations are enabled for a vault
Delegate ACLs define which delegates are granted specific permissions to access a vault
Automations are services that streamline and manage onchain operations without manual intervention, handling tasks such as rebalancing and risk management. They can be self-hosted or developed by third parties, enhancing efficiency while respecting defined access controls.