Skip to content

Opt Into Networks And Vaults

Before operators can start receiving delegations, they need to complete two important opt-in steps:

  • Opt-in to networks they wish to interact with
  • Opt-in to vaults they plan to receive delegations from, including operator-specific Vaults

Opt-in to network

Using Safe

  • Open “Transaction builder”
  • Put OperatorNetworkOptInService as contract address
  • Choose optIn() method
  • Input the desired network’s address
  • Sign & send transaction

Verify via Etherscan

  • Open “Read Contract” tab in OperatorNetworkOptInService contract
  • Open isOptedIn() method
  • Put OPERATOR_ADDRESS in who parameter, NETWORK_ADDRESS inwhere, and click “Query”. It should return True

Opt-in to vault verification

Opt-in to vault

Using Safe

  • Open “Transaction builder”
  • Put OperatorVaultOptInService address as contract address
  • Choose optIn() method
  • Input the desired vault’s address
  • Sign & send transaction

Verify via Etherscan

  • Open “Read Contract” tab in OperatorVaultOptInService contract
  • Open isOptedIn() method
  • Put OPERATOR_ADDRESS in who parameter, VAULT_ADDRESS in where, and click “Query”. It should return True

Opt-in to vault verification