> For the complete documentation index, see [llms.txt](https://qidao-qimps.gitbook.io/mai-finance-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qidao-qimps.gitbook.io/mai-finance-tutorials/readme.md).

# The Unofficial Guide to Mai Finance

## Is this guide approved by the community?

This guide was developed by members of the Mai Finance community, also known as Qimps (chimps), to explore the Mai Finance borrowing platform in greater detail and present a variety of DeFi strategies by which users can derive additional value from the platform. This is not an official guide for Mai Finance, nor is any of this literature financial advice. As always with DeFi and cryptocurrency in general, do your own research, and only invest what you’re comfortable with potentially losing.

## Where can I find the official documentation?

You can find the official documentation here: [docs.mai.finance](https://docs.mai.finance)

## Where can I access the application?

The Mai Finance application can be found here: [app.mai.finance](https://app.mai.finance)

## What will I find on this website?

The goal of this website is to present a variety of investment strategies that utilize the Mai Finance borrowing platform. Topic samples include managing debts and repayments, advantages of borrowing the MAI stablecoin and how to integrate Mai Finance into other DeFi protocols/strategies. Lastly, information on how to efficiently use Mai Finance's native token, Qi, will be provided.

## What will I not find on this website?

It will be assumed that users of this website are already aware of DeFi projects on Polygon, have a good understanding of how cryptocurrency works, and are informed of the different risks related to the cryptocurrency industry in general. This website will not explain how to setup a Metamask wallet, nor provide guidance on cryptocurrency tax reporting. It will also be assumed that users have a basic understanding of the Mai Finance platform, it’s fees and how the protocol earns revenue. If you have questions regarding these last few points, please read the official documentation (link above) or join the [Discord](https://discord.gg/mQq55j65xJ) or [Telegram](https://t.co/ttG5c1cxfZ?amp=1) communities.


---

# 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://qidao-qimps.gitbook.io/mai-finance-tutorials/readme.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.
