> For the complete documentation index, see [llms.txt](https://docs.fluidnft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluidnft.org/product-guides/for-creators/deposit-eth-tokens.md).

# Deposit ETH / Tokens

## 1. Connect your wallet

Connect your web3 wallet to access the Fluid dApp.

<figure><img src="/files/n23kxTDj7CfVx9Jo5rrR" alt=""><figcaption><p>Connect your wallet</p></figcaption></figure>

## 2. Go to "My Account"

Go to "My Account" for all available actions.

<figure><img src="/files/7Dyht7UryXqlNdFPlePH" alt=""><figcaption><p>Go to "My Account"</p></figcaption></figure>

## 3. Choose a lending pool

Choose a lending pool to make a deposit.

<figure><img src="/files/LoYLFuJuTpnQryCp6z2V" alt=""><figcaption><p>Choose a lending pool</p></figcaption></figure>

## 4. Click "Deposit"

Deposit ETH / Tokens to start earning yield.

<figure><img src="/files/Xns0rRTiHpFaZ01t3A3B" alt=""><figcaption><p>Click "Deposit"</p></figcaption></figure>

## 5. Approve transfer

Approve tokens for transfer - this is required once per token.

<figure><img src="/files/a5t4ciMkQtONSgRyPUQS" alt=""><figcaption><p>Approve transfer</p></figcaption></figure>

## 6. Confirm deposit

Final check before executing deposit.

<figure><img src="/files/xhK3roI8RrPyjajIsxgE" alt=""><figcaption><p>Confirm deposit</p></figcaption></figure>

## 7. Success! :confetti\_ball:

Interest-earning fTokens will be in your wallet - redeem these later for ETH / tokens plus interest.

<figure><img src="/files/BNlCiQZzvBr1wWHS5ha8" alt=""><figcaption><p>Success! Now, what's this about points..? <span data-gb-custom-inline data-tag="emoji" data-code="1f440">👀</span></p></figcaption></figure>


---

# 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.fluidnft.org/product-guides/for-creators/deposit-eth-tokens.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.
