Skip to content
LogoLogo

Register Operator

Register your operator using the OperatorRegistry smart contract. The registered address serves as your management address for opting into vaults and networks to receive allocations.

Using Safe

  1. Open "Transaction builder"
  2. Enter OperatorRegistry as the contract address
  3. Select the optIn() method
  4. Sign and send the transaction

Verify Registration

Verify your registration on Etherscan:

  1. Open the "Read Contract" tab in the OperatorRegistry contract
  2. Open the isEntity() method
  3. Enter your OPERATOR_ADDRESS in the account parameter
  4. Click "Query" — it should return True

Operator registration verification