# oracle

## Options

```
  -h, --help   help for oracle
```

## Options inherited from parent commands

```
      --allowlist-addr string            Address of the Allowlist contract [env: ALLOWLIST_ADDR]
      --beacon-deployment-block string   deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
      --beacon-deposit-addr string       Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_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]
      --healthz-addr string              healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
      --keystore-password string         Password used to encrypt key files [env: KEYSTORE_PASSWORD]
      --keystore-path string             Directory where to store keys [env: KEYSTORE_PATH]
      --kms-key-id string                KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
      --log-format string                Log output format (text or json) [env: LOG_FORMAT] (default "text")
      --log-level string                 Log output level [env: LOG_LEVEL] (default "info")
      --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]
      --redeem-manager-addr string       Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
      --river-addr string                Address of the River contract [env: RIVER_ADDR]
      --server-addr string               Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
      --tlc-addr string                  Address of the TLC contract [env: TLC_ADDR]
      --withdraw-addr string             Address of the Withdraw contract [env: WITHDRAW_ADDR]
      --wls-eth-addr string              Address of the WlsEth contract [env: WLSETH_ADDR]
```

## SEE ALSO

* [lceth](https://docs.liquidcollective.io/eth/technical-reference/cli) - Methods to operate on Liquid Collective protocol
* [lceth oracle current-frame](https://github.com/liquid-collective/eth-docs/blob/main/technical-reference/cli/oracle/current-frame.md) - Print the information about the current report frame on Oracle contract
* [lceth oracle epochs](https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/epochs) - Provides information about epochs
* [lceth oracle members](https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/members) - Methods to manage Oracle's members
* [lceth oracle quorum](https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/quorum) - Print the number of identical reports needed to complete the epoch on Oracle contract
* [lceth oracle report](https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/report) - Transact to report beacon balances on Oracle contract
* [lceth oracle run](https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/run) - Run Oracle reporter deamon
* [lceth oracle specs](https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/specs) - Print the specifications for reporting CL balances
