> For the complete documentation index, see [llms.txt](https://launchnodes.gitbook.io/prysmatic-validator-node-for-eigenlayer-restaking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launchnodes.gitbook.io/prysmatic-validator-node-for-eigenlayer-restaking/aws-validator-node-set-up/validator-status-check.md).

# Validator status check

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span> Validator-Service Logs Check</summary>

* Go to ECS page[(https://aws.amazon.com/ecs/)](https://aws.amazon.com/ecs/) then click on get started with ECS.&#x20;
* Select "Cluster" from the side menu.
* &#x20;Now, You will see the running clusters(Validator-Cluster), click on the cluster name.
* &#x20;In the Service, click on the *“Validator-Service”*.
* &#x20;In the Tasks, click on the running task.&#x20;
* Now, Scroll down to the Containers, in the Name, click on to the drop down arrow on the left.&#x20;
* Now, Scroll down to the end of the page and click on *“View logs in CloudWatch”.*
* &#x20;And then you can see your Validator-Service logs.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span> Get Your Public Key</summary>

* Go and open the validator\_keys folder.&#x20;
* Open the *“deposit\_data.json”* file.&#x20;
* Select and copy the public key from the file content.&#x20;

**Note: Refer**[ **this**](https://drive.google.com/file/d/14I-H5HKvwJ3KVxZ4de5g5bt4tKhwf9qx/view?usp=sharing) **image for the above instructions.**

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span> Check the status of your Node on BeaconScan</summary>

* After you have done setting up your nodes, Go to [beaconscan.com](https://beaconscan.com/)
* In the Search by Public Key/Epoch/Slot, enter the public key of your validator node.&#x20;

`Example:0x81768f91f37650a12f35b3ef2572eb62572dbc6c8f5fba0f389965ce9895bc4e4f46a69cc8c6110e9969de22333a96d6 You can see the status of your node on beaconscan.com and view your dashboard.`

* You can see the status of your node on beaconscan.com and view your dashboard.

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span> <strong>Check the status of your Node on Beaconchain</strong></summary>

* After you have done setting up your nodes, Go to [beaconcha.in](https://beaconcha.in/)
* &#x20;In the Search by Public Key/Epoch/Slot, enter the public key of your validator node.&#x20;

`Example:0x81768f91f37650a12f35b3ef2572eb62572dbc6c8f5fba0f389965ce9895bc4e4f46a69cc8c6110e9969de22333a96d6`&#x20;

* You can see the status of your node on[ beaconcha.in](https://beaconcha.in/) and view your dashboard.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://launchnodes.gitbook.io/prysmatic-validator-node-for-eigenlayer-restaking/aws-validator-node-set-up/validator-status-check.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
