Vault Ownership Changes

Transfer via Smart Contract

For the core PlasmaVault, control is managed through role-based access control via IporFusionAccessManager rather than traditional ownership. You can transfer control by:

  1. Granting roles: Use grantRole() to assign roles like OWNER_ROLE, ADMIN_ROLE, or ATOMIST_ROLE to new addresses

  2. Revoking old roles: Remove roles from previous controllers using the access manager

The role hierarchy must be respected (e.g., ADMIN_ROLE can grant OWNER_ROLE)

Transfer via Fusion Web App

This feature is currently under development.

Last updated

Was this helpful?