# xxxETH

{% hint style="info" %}
xxxETH is an ERC20 token that represents ETH staked with 2HOT DAO Staking protocol.
{% endhint %}

## What is xxxETH <a href="#what-is-steth" id="what-is-steth"></a>

xxxETH is an ERC20 token that represents ETH staked with 2HOT DAO. Unlike staked Ethereum, it is liquid and can be transferred, traded, or used in DeFi applications. The total supply of xxxETH reflects the amount of ETH deposited into the protocol combined with staking rewards, minus potential validator penalties. \
\
xxxETH tokens are minted upon ETH deposit at a 1:1 ratio. When withdrawals from the Beacon chain will be introduced, it will also be possible to redeem ether by burning xxxETH at the same 1:1 ratio.&#x20;

Please note, 2HOT has implemented staking rate limits aimed at reducing the post-Merge staking surge's impact. There is a sliding window limit that is parametrized with `_maxStakingLimit` and `_stakeLimitIncreasePerBlock`. This means it is only possible to submit this much Ethereum to the 2HOT DAO staking contracts within a 24-hour timeframe. Currently, the daily staking limit is set at 150,000 ETH.

xxxETH is a rebasable ERC-20 token. Normally, the xxxETH token balances get recalculated daily when the 2HOT oracle reports a Beacon chain ETH balance update. The xxxETH balance update happens automatically on all the addresses holding xxxETH at the moment of rebase.&#x20;

{% code overflow="wrap" %}

```abap
//shares[account] = balanceOf(account) * totalShares / totalPooledEther
```

{% endcode %}


---

# 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:

```
GET https://2hot-dao.gitbook.io/2hotdao-docs/usdhot-+-xxxeth/xxxeth.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.
