Web UI
A web interface for managing vaults without direct contract interaction. Vault owners can create and configure vaults, deposit and withdraw ETH, mint and repay stETH, and monitor vault health and performance.
CLI
A command-line toolkit for operators and technical users. It supports the full range of vault operations: deployment, configuration, validator management, reward distribution, and withdrawal queue handling, with scripting and automation.
VaultFactory
Handles vault deployment in a single transaction. It creates a StakingVault and its management Dashboard, initializes parameters, and sets permissions. Two paths are available: owner-initiated (connecting to VaultHub immediately after funding the 1 ETH deposit) or operator-initiated (creating the vault for later connection by the owner).
VaultHub accepts only factory-deployed vaults. Any other deployment is rejected, ensuring verified code and untampered storage.