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
- Open "Transaction builder"
- Enter
OperatorRegistryas the contract address - Select the
optIn()method - Sign and send the transaction
Verify Registration
Verify your registration on Etherscan:
- Open the "Read Contract" tab in the
OperatorRegistrycontract - Open the
isEntity()method - Enter your
OPERATOR_ADDRESSin theaccountparameter - Click "Query" — it should return
True

