> For the complete documentation index, see [llms.txt](https://docs.banx.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.banx.gg/banx-protocol.md).

# BANX PROTOCOL

- [Overview](https://docs.banx.gg/banx-protocol/overview.md)
- [How to borrow?](https://docs.banx.gg/banx-protocol/how-to-borrow.md): Walkthrough
- [Detailed borrowing process](https://docs.banx.gg/banx-protocol/how-to-borrow/detailed-borrowing-process.md): How to use the Banx protocol as a borrower
- [Tips for borrowers](https://docs.banx.gg/banx-protocol/how-to-borrow/tips-for-borrowers.md): How to have a great borrowing experience
- [How to lend?](https://docs.banx.gg/banx-protocol/how-to-lend.md): Walkthrough
- [Detailed lending process](https://docs.banx.gg/banx-protocol/how-to-lend/detailed-lending-process.md): How to use the Banx protocol as a lender
- [TODO: update Tips for lenders](https://docs.banx.gg/banx-protocol/how-to-lend/todo-update-tips-for-lenders.md): How to have a great lending experience
- [Multiply](https://docs.banx.gg/banx-protocol/multiply.md): Increase your exposure to any asset by leveraging it on Banx to farm more yield or rewards
- [Vaults](https://docs.banx.gg/banx-protocol/vaults.md): Vaults provide users with a simpler way to lend on Banx, while allowing market experts gather more capital to earn from.
- [Protocol parameters](https://docs.banx.gg/banx-protocol/protocol-parameters.md)


---

# 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.banx.gg/banx-protocol.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.
