Skip to content
LogoLogo

Opt Into Networks and Vaults

Before you can start receiving delegations, complete two opt-in steps:

  • Opt-in to networks you want to interact with
  • Opt-in to vaults you plan to receive delegations from, including operator-specific vaults

Opt-in to Network

Using Safe

  1. Open "Transaction builder"
  2. Enter OperatorNetworkOptInService as the contract address
  3. Select the optIn() method
  4. Enter the desired network's address
  5. Sign and send the transaction

Verify via Etherscan

  1. Open the "Read Contract" tab in the OperatorNetworkOptInService contract
  2. Open the isOptedIn() method
  3. Enter your OPERATOR_ADDRESS in the who parameter and NETWORK_ADDRESS in the where parameter
  4. Click "Query" — it should return True

Opt-in to vault verification

Opt-in to Vault

Using Safe

  1. Open "Transaction builder"
  2. Enter OperatorVaultOptInService as the contract address
  3. Select the optIn() method
  4. Enter the desired vault's address
  5. Sign and send the transaction

Verify via Etherscan

  1. Open the "Read Contract" tab in the OperatorVaultOptInService contract
  2. Open the isOptedIn() method
  3. Enter your OPERATOR_ADDRESS in the who parameter and VAULT_ADDRESS in the where parameter
  4. Click "Query" — it should return True

Opt-in to vault verification