> For the complete documentation index, see [llms.txt](https://docs.eclipse.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse.xyz/teth.md).

# tETH

{% hint style="warning" %}
**tETH is being sunset. Users will only be able to redeem tETH** [**https://app.eclipse.xyz/mint-teth**](https://app.eclipse.xyz/mint-teth) **and will not be able to mint new tETH.**
{% endhint %}

## Turbo ETH (tETH)

Eclipse is launching a unified restaking token, tETH, in partnership with [Nucleus](https://twitter.com/nucleusearn). tETH combines the largest yield-generating protocols on Ethereum into one easy-to-use default yield token.&#x20;

{% embed url="<https://teth.eclipse.xyz/>" %}

## Overview

Users can now earn restaking rewards without the complexity of fragmented liquidity, time, and attention. Onchain users finally have an index LRT token that diversifies risk and maximizes reward exposure. This is just the beginning of our LRT hub, dedicated to simplifying the process of earning rewards for users and unifying liquidity across LRTs.&#x20;

The five LRTs that users can deposit to mint tETH are:

1. Wrapped ETH - WETH
2. EtherFi - weETH
3. Renzo Protocol - ezETH
4. Swell Network - rswETH
5. Dinero - apxETH
6. ~~Puffer Finance - pufETH~~ (temporarily discontinued)

## tETH Mechanisms

### **Minting and Bridging:**&#x20;

* Eligible LRT deposits mint tETH on Ethereum mainnet, then bridge to Eclipse via Hyperlane. tETH is an exchange-rate-bearing token, similar to Compound cTokens and Lido’s wstETH.
* *If you receive tETH on **Ethereum**, you can redeem it for **WETH** on Ethereum* [*here*](https://app.eclipse.xyz/mint-teth) *under the **Redeem** tab.*

{% hint style="danger" %}
Note:\
\- **Do not** swap tETH on a DEX on **Ethereum**, you will incur massive slippage.\
\- Redemptions are not instant and can take **up to** 7 days.
{% endhint %}

### Yield and Rewards:

* ETH-based yield increases the exchange rate over time (barring slashing events).
* Non-ETH rewards (e.g., AVS rewards) don’t impact the exchange rate; users claim these separately through a claim interface.
* Rewards are periodically mapped to holder addresses and remain claimable while holding the asset.

### Redemption Options \[COMING SOON]:

1. Standard Redemption: Redeem tETH for any LRT on Ethereum mainnet at full value.
2. Expedited Redemption: Solvers fill orders for quicker redemption on Ethereum mainnet or Eclipse.

### Exchange Rate Oracle:

* Tracks the tETH to ETH rate by querying underlying ETH balances of LRTs.
* Used during minting and redemption, initially managed by Nucleus, with plans for future decentralization.
* In case of an LRT price depeg, the oracle only tracks ETH balance, making tETH unaffected by market volatility.
* For slashing events, the oracle reflects the slashed ETH, with loss capped to the affected LRT’s exposure in the pool.


---

# 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.eclipse.xyz/teth.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.
