Whitelist Manager
Determine who can access the vault
The Whitelist Manager is responsible for controlling which addresses are authorized to interact with the vault.
It allows the curator or operator to enforce an allowlist directly on-chain, so only approved addresses can participate. This makes access rules explicit and enforceable, rather than relying on off-chain checks alone.
This role only exists if whitelisting was enabled when the vault was created. The Vault Admin can disable whitelisting, but the Whitelist Manager is responsible for maintaining the allowlist while it is active.
Responsibilities
The Whitelist Manager is responsible for:
Adding approved addresses to the allowlist
Removing addresses when access should no longer be permitted
Keeping the allowlist aligned with the vault’s onboarding and access policy
What the Whitelist Manager can do
What this means for users
Users can only interact with the vault if their address has been approved. This makes access conditions transparent and enforceable on-chain.
Vault admin remain responsible for accurately disclosing the vault’s access policy, onboarding requirements, and any permissioning rules applied to users.
Last updated