# EigenLayer Points

Eigenpoints, or restaking points, quantifies an individual's contribution to the shared security of the EigenLayer ecosystem. It represents staking participation measured by the integrated amount staked over time, denominated in ETH-hours.

#### EigenLayer Points Calculation

ultraETH restakers will earn 1 Eigenlayer point eery hour for each stETH deposit.&#x20;

For instance, a user who stakes 1 stETH for 10 days should accrue 240 restaking points over this time period (1 ETH × × 10 days × × 24 hours/day = 240 ETH ⋅ ⋅ hours).

#### How to check my EigenLayer points

Your stETH deposits are socialized with other restakers and restaked with P2P on EigenLayer. Therefore, individual EigenLayer Pt wallet balances cannot be viewed on the EigenLayer Dapp. However, you can always check your EigenLayer points on Affine Restaking dApp.&#x20;


---

# 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.affinedefi.com/knowledge-base/eigenlayer/eigenlayer-points.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.
