> 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-borrow-on-neptune.md).

# How to Borrow on Neptune

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

![](/files/SoTdSnjq7dPpZeRrIvOB)

2\. Select your preferred wallet.

![](/files/eENrBfZDMstedrHGwFFV)

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

![](/files/Rma2JHC0ceF2kCL5oR3V)

4\. Click the 'Borrow' tab to go to the borrow page.

![](/files/HDuPYkyhQM8DbddWA2kE)

5\. In the borrow page, you can deposit the assets you have available as collateral.

![](/files/OIQDVAGw58QZqie7aOW8)

6\. Enter the amount of tokens you want to deposit as collateral.

![](/files/0UZPwogRHbeXqfHZgKVN)

7\. Click the 'add collateral' button to execute the add collateral transaction.

![](/files/8sawENkbQO5hs8dhJS1H)

8\. Approve the transaction in your wallet.

![](/files/mGKUefpq3ltCXT7hYaqV)

9\. Now you have a new margin account with the collateral you just deposited.

![](/files/FK87npYKNxnSNQLM4Pw2)

10\. You now have collateral in your first margin account. Now you can borrow an asset. Click 'borrow' on the asset that you want to borrow in your margin account.

![](/files/CXmdqSLH1PPt8pYcavCQ)

11\. Enter the amount of tokens you want to borrow.\
The account health visual will update automatically to show your estimated account health with the amount of tokens you have entered.

![](/files/a5Q1pPH3IN1qXGxrALNe)

12\. Once you've entered your amount click the 'borrow' button to execute the borrow transaction.

![](/files/aCgwsvSKQdhUSS4dlV2X)

13\. Approve the transaction in your wallet.

![](/files/DsuChZJoqd906rkuoYrt)

14\. You now have an active borrower position.\
You can see more information about your borrower position if you click the dropdown details of your subaccount.

![](/files/nGvhyGco7LF6FRk9vCbr)

15\. You can edit the name of your margin account for easier personal tracking.

![](/files/NUFDibG8OBd0wdMLXCnX)

16\. Now that your margin account is set up, be sure to monitor your collateral, debt and account account health values.\
If your account health ever goes below 1, your margin account would be subject to liquidation.

![](/files/bzh8N7Gf3AJYHJSKy9pC)


---

# 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-borrow-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.
