# Step 5: Execution and Consensus client sync

Once your Stader node configuration is done, your ETH clients will start syncing. It will take some time to sync the ETH1.0 and ETH2.0 chains. Please wait for the sync completion. You can check the sync status using the command **`~/bin/stader-cli node sync`**&#x20;

The screen will display the percentage of sync for ETH1.0 and ETH2.0 node. Once the sync is completed, you will get the below output:

<figure><img src="/files/Ce9uFhB9VlOxtKd1yRiV" alt=""><figcaption></figcaption></figure>

**Note:** Estimated time for Sync is around 3-4 days without a checkpoint URL and around 1-2 day with a checkpoint URL on the Mainnet


---

# 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://staderlabs.gitbook.io/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators/step-5-execution-and-consensus-client-sync.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.
