> 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/cli/operators.md).

# operators

## Options

```
  -h, --help   help for operators
```

## Options inherited from parent commands

```
      --allowlist-addr string            Address of the Allowlist contract [env: ALLOWLIST_ADDR]
      --deployment-block uint            Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
      --el-fee-recipient-addr string     Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
      --eth-el-addr string               JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
      --keystore-password string         Password used to encrypt key files [env: KEYSTORE_PASSWORD]
      --keystore-path string             Directory where to store keys [env: KEYSTORE_PATH]
      --operators-registry-addr string   Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
      --oracle-addr string               Address of the Oracle contract [env: ORACLE_ADDR]
      --river-addr string                Address of the River contract [env: RIVER_ADDR]
      --tlc-addr string                  Address of the TLC contract [env: TLC_ADDR]
      --withdraw-addr string             Address of the Withdraw contract [env: WITHDRAW_ADDR]
      --wlsEth-addr string               Address of the WlsEth contract [env: WLSETH_ADDR]
```

## SEE ALSO

* [lceth](/eth/technical-reference/cli.md) - Methods to operate on Liquid Collective protocol
* [lceth operators add](/eth/technical-reference/cli/operators/add.md) - Transact to add a new operator on OperatorsRegistry contract
* [lceth operators count](/eth/technical-reference/cli/operators/count.md) - Count node operators registered on OperatorsRegistry contract
* [lceth operators get](/eth/technical-reference/cli/operators/get.md) - Get a node operator registered on OperatorsRegistry contract
* [lceth operators list](/eth/technical-reference/cli/operators/list.md) - List of node operators registered on OperatorsRegistry contract
* [lceth operators set-address](https://github.com/liquid-collective/eth-docs/blob/main/technical-reference/cli/operators/set-address.md) - Changes the operator address of an operator
