> For the complete documentation index, see [llms.txt](https://docs.renzoprotocol.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.renzoprotocol.com/docs/products/staking-suite/ezskate.md).

# ezSKATE

### Token Details

* Liquid Restaked SKATE
* Symbol: ezSKATE
* Contract - [0xc12e4d31e92cedc1ad4c8c23dbce2c5f7cb52998](https://etherscan.io/address/0xc12e4d31e92cedc1ad4c8c23dbce2c5f7cb52998)
* ezSkate vault is owned and managed by Skate, and not affiliated with Renzo's core restaking assets

**ezSKATE** is Skate’s liquid restaking token that enables staking on **Skate’s EigenCloud AVS**, fortifying economic security and protocol alignment for stateless applications. By abstracting complexity through Flow Vaults, ezSKATE unlocks scalable institutional liquidity and streamlined incentive distribution, empowering users and institutions to actively govern and secure Skate’s ecosystem.

\
The ezSKATE vault allows users to deposit SKATE tokens into the vault contract and receive ezSKATE receipt tokens in return - representing a user’s stake in the contract. Deposited SKATE is used to provide security to the Skate AVS.<br>

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

### Rewards Harvesting

As the Skate AVS generates SKATE rewards, they are automatically sent to the ezSKATE contract, increasing the total amount of SKATE held in the contract. Over time, as more SKATE accumulates, each ezSKATE token becomes backed by a larger amount of SKATE. \
\
When users withdraw their ezSKATE, they receive more SKATE than they originally deposited.

### Deposits

* Visit - <https://app.renzoprotocol.com/ezskate>
* Click Connect Wallet to link your Ethereum wallet.
* Enter the amount of SKATE tokens that you would like to deposit. You can click MAX to enter the maximum tokens available in your wallet.
* Confirm the amount and proceed to deposit.
* Approve and confirm the transaction on your wallet.

Once the deposit is successful, you receive ezSKATE, representing your restaked SKATE amount.

### Withdrawals

Withdrawals for ezSKATE once a withdrawal is initiated, may take up to 14 days to process. Users will need to manually claim their SKATE tokens once it becomes available.

* Visit - <https://app.renzoprotocol.com/ezskate>
* Switch between restake and unstake functions by clicking the swap arrow button in the center of the dialog box.
* Enter the amount of ezSKATE tokens that you would like to withdraw. You can click MAX to enter the maximum tokens available
* Confirm the amount and proceed to deposit.
* Approve and confirm the transaction on your wallet.

Once you initiate the withdrawal, you stop accruing any reward on your eSKATE. There is a \~21-day cooldown period established by Skate, and you can track the status of your withdrawal in the Claims tab located at the bottom of the page, near the AVSs tab. Once your withdrawal is ready, click the Claim button to collect your assets.<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.renzoprotocol.com/docs/products/staking-suite/ezskate.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.
