> For the complete documentation index, see [llms.txt](https://docs.ethgas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethgas.com/overview/open-gas/eigencloud.md).

# EigenCloud

#### What is EigenCloud?

EigenCloud is the world’s first verifiable cloud, enabling developers to build applications, AI products, and AI agents that are provably trustworthy. Built on top of the EigenLayer restaking protocol, EigenCloud extends Ethereum’s security across the digital and even physical world, allowing developers to verify any input, event, or computation using cryptoeconomic guarantees.

#### What Actions Qualify for Gas Rebates?

Open Gas rebates gas fees for two core EigenLayer actions: depositing assets into restaking strategies and delegating to an operator.

Click [here](https://docs.eigencloud.xyz/eigenlayer/restakers/concepts/overview) for more information on staking overview.

**Eligible Contracts & Functions for Feb & Mar 2026:**

<table data-header-hidden><thead><tr><th></th><th></th><th width="178.55859375"></th><th width="163.76171875"></th><th width="160.34765625"></th></tr></thead><tbody><tr><td><strong>Contract</strong></td><td><strong>Address</strong></td><td><strong>Function</strong></td><td><strong>What it does</strong></td><td><strong>Where to access</strong></td></tr><tr><td>StrategyManager</td><td><p>0x858646372CC42E1A627fcE94aa7A7033e7CF075A</p><p><br></p></td><td><ul><li>depositIntoStrategy</li></ul></td><td>Deposit LSTs (e.g. stETH, rETH) into an EigenLayer restaking strategy</td><td><a href="https://app.eigenlayer.xyz/token">https://app.eigenlayer.xyz/token</a> </td></tr><tr><td>DelegationManager</td><td>0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A</td><td><ul><li>delegateTo</li></ul></td><td>Delegate your restaked assets to an EigenLayer operator to earn rewards</td><td><a href="https://app.eigenlayer.xyz/token">https://app.eigenlayer.xyz/token</a> </td></tr></tbody></table>

**How to Claim Your Rebate:**

Head to the [Open Gas Claim Dashboard](https://ethgas.com/open-gas/claim) → Connect your wallet → Claim your ETH gas rebate.

<br>


---

# 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://docs.ethgas.com/overview/open-gas/eigencloud.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.
