> For the complete documentation index, see [llms.txt](https://docs.metapool.app/master/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metapool.app/master/faq-frequently-asked-questions/faq-by-product/stake/usdeth.md).

# $ETH

<details>

<summary>How to stake my ETH and receive spETH in Meta Pool?</summary>

We have a tutorial [Stake](https://app.gitbook.com/o/-MklhgqOoctfcpHIH9zW/s/5HvxIwoS8YhIHItpA1lt/~/changes/17/meta-pool-ecosystem/stake) for that ;)

Go to metapool.app -> Stake -> Stake ETH and enter the $ETH amount to stake.

</details>

<details>

<summary>How can I show the spETH token in my Ehtereum wallet?</summary>

1. Go to the Dashboard section.
2. Select the three dots button.
3. Click on: add Token.

</details>

<details>

<summary>Where can I check my staking and liquidity rewards?</summary>

You can visit "Dashboard" section to know the value of your Tokens.

This is the way to verify your staking rewards.&#x20;

In "Liquidity" section you can verify the number of Tokens provided.

</details>

<details>

<summary>I’m an $ETH token holder, why $spETH is important to me?</summary>

If you stake $ETH, you can get $spETH and it's like keeping your $ETH tokens and increasing their valuation with an APY currently of approx. 5%

</details>

<details>

<summary>Which is the fee for unstake of $spETH?</summary>

For fast unstake (instant/Fast unstake) the fees varies linearly according to the quantity of liquidity available in Meta Pool Liquidity Pool. Range: $spETH to $ETH: 0.3% to 5%.

If you make a delayed unstake that takes a maximum of 9 days, there are no fees, but during the unstake period you will not generate rewards.

</details>

<details>

<summary>How can I get $spETH?</summary>

Staking $ETH tokens in Meta Pool.

</details>

<details>

<summary>Are staking rewards staked automatically?</summary>

The rewards are accrued in the value of the $spETH automatically every second.&#x20;

</details>

<details>

<summary>How soon after staking will I begin to receive rewards?</summary>

In Meta Pool, rewards start immediately after staking. Once you stake you will be able to see how the valuation of your spETH increases second by second.

spETH rewards are built into the token. Effectively, your rewards accumulate all the time as spETH grows in value to ETH.

</details>


---

# 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.metapool.app/master/faq-frequently-asked-questions/faq-by-product/stake/usdeth.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.
