Helpful Core Contracts' Endpoints
This page provides a list of useful in practice functions for a Network across Symbiotic Core contracts.
| Function | Use-case |
|---|---|
OperatorRegistry.registerOperator() | Register operator |
OperatorNetworkOptInService.optIn(address where) | Opt into the network |
OperatorNetworkOptInService.optOut(address where) | Opt out from the network |
OperatorVaultOptInService.optIn(address where) | Opt into the vault |
OperatorVaultOptInService.optOut(address where) | Opt out from the vault |
