> For the complete documentation index, see [llms.txt](https://docs.nept.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nept.finance/user-guides/how-to-lend-on-neptune.md).

# How to Lend on Neptune

1\. On the Neptune Finance application, first connect your wallet by clicking connect wallet.

![](/files/6IA71v8xxHsx6DJTILQq)

2\. Select your preferred wallet.

![](/files/AxpunOByGy10MQgqa1ge)

3\. With my wallet connected, you can now see the available assets you can use in Neptune.

![](/files/EI87wo2UNhScJRC0UVyT)

4\. Click in the 'Lend' tab to go the lending page

![](/files/HnqgachXZsZB4SsSEGgO)

5\. Click the 'lend' button on the asset you want to lend.

![](/files/Z1CZf1EtbL7q1SZky4EE)

6\. Enter the amount of tokens you want to lend. You can type the exact amount you want, use the '1/4, 1/2,...max' buttons, or use the slide bar to enter an amount.

![](/files/ZUF8wqRPJK24gtJ3WXma)

7\. Once you've entered your amount click the 'lend' button to execute the lend transaction.

![](/files/CTo0terc0p0nZrnfZaZd)

8\. Confirm the transaction with your wallet.

![](/files/Y1RKE86a4TwVG42nkSxo)

9\. With the transactions being confirmed, you can now see the 100 USDT deposited, and in your wallet view you can also see the nUSDT receipt tokens which have been sent to your wallet.\
These nToken represent your lending deposits and need to be returned to the protocol when withdrawing your original principal plus interest.

![](/files/TK6qr85e8Z34JPFAi7DQ)


---

# 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.nept.finance/user-guides/how-to-lend-on-neptune.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.
