> For the complete documentation index, see [llms.txt](https://docs.liquidcollective.io/eth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidcollective.io/eth/technical-reference/smart-contracts/state/operatorsregistry/operatorsv2.md).

# OperatorsV2

> Operators Storage

Utility to manage the Operators in storage

## Errors

### OperatorNotFound

```solidity
error OperatorNotFound(uint256 index)
```

The operator was not found

#### Parameters

| Name  | Type    | Description        |
| ----- | ------- | ------------------ |
| index | uint256 | The provided index |
