> For the complete documentation index, see [llms.txt](https://doc.nodedao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nodedao.com/stakers/minting-neth.md).

# Minting nETH

Welcome to our NodeDAO protocol where you can earn rewards for staking ETH, with as little as 0.000001 ETH you can deposit and receive nETH liquid staking tokens. Unlike other rebasing tokens, nETH does not rebase, the number of tokens in your wallet will remain the same.

The value of nETH will appreciate over time as it generates staking rewards. Our protocol is designed so that the nETH price always rises in ETH terms to reflect your staking returns. This makes nETH a valuable asset that can be used directly as collateral in DeFi applications without wrapping.

Step 2 - Choose your preferred walletBy staking with us, you can earn rewards while watching your nETH tokens appreciate relative to ETH as long as our node operators continue to generate staking rewards. Start staking with us today and earn rewards!

### Step 1 - Go to [NodeDAO's website](https://app.nodedao.com)

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

### Step 2 - Choose your preferred wallet&#x20;

Click on "Connect Wallet" and select your preferred wallet. Once connected you will be able to see your ETH balance

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

### Step 3 - Start Staking

<figure><img src="/files/5L9QxTzPeLaZOTpLFdRL" alt=""><figcaption></figcaption></figure>

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

Enter the amount of ETH you want to stake and click on "Stake".

### &#x20;Step 4- Confirm the transaction in your wallet

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

Review the transaction details and press Confirm. Done.

### Step 5 - Now you will have nETH in your wallet

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

Voila! You will see a new **token in your wallet called nETH** which represents your staked ETH and **grows with the daily staking rewards.**


---

# 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://doc.nodedao.com/stakers/minting-neth.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.
