# oracle epochs

## Options

```
  -h, --help   help for epochs
```

## 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 oracle](/eth/technical-reference/cli/oracle.md) - Methods to interact with Oracle contract
* [lceth oracle epochs current](https://github.com/liquid-collective/eth-docs/blob/main/technical-reference/cli/oracle/epochs/current.md) - Print current beacon chain epoch as computed by the Oracle contract
* [lceth oracle epochs expected](/eth/technical-reference/cli/oracle/epochs/expected.md) - Print the next expected epoch to be reported on Oracle contract
* [lceth oracle epochs last-completed](/eth/technical-reference/cli/oracle/epochs/last-completed.md) - Print the last epoch for which quorum of reports has been reached Oracle contract


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.liquidcollective.io/eth/technical-reference/cli/oracle/epochs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
