> For the complete documentation index, see [llms.txt](https://kerneldao.gitbook.io/kernel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kerneldao.gitbook.io/kernel/getting-started/kelp/claim-token/faqs-eigen-programmatic-rewards.md).

# FAQs - Eigen Programmatic Rewards

1. How can I claim Eigen rewards from Kelp? \
   Visit the Claim token section of the Kelp dApp to claim your rewards<br>
2. How is the distribution of Programmatic Eigen rewards being done? \
   As Eigen’s programmatic rewards work on a weekly cycle, Kelp identifies each user's contribution for the week in consideration and proportionally allocates the tokens to the users. Once the claims on the EigenLayer portal are live, Kelp will claim the tokens and feed them into the Merkle distributor contract. Post this, users can claim their Eigen token from the dApp.<br>
3. Who is eligible to receive Eigen as part of programmatic rewards? \
   Users who have held rsETH, agETH, hgETH, or Kelp-supported DeFi positions of rsETH, agETH or hgETH will be eligible. Since this is a weekly program, positions will be considered every week and the rewards will be calculated accordingly.<br>
4. Is there an end date to claim the Eigen token? \
   For programmatic allocation, there is currently no end date for claiming tokens. Kelp will release information on community channels if an end date is defined.


---

# 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://kerneldao.gitbook.io/kernel/getting-started/kelp/claim-token/faqs-eigen-programmatic-rewards.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.
