# Home

Hifi is a fixed-rate, fixed-term lending protocol built on the Ethereum blockchain.

In this technical documentation of Hifi, we will tell you the core concepts and show you how to integrate it in your own application. If you have questions, please join the #development channel in the Hifi [Discord](https://discord.com/invite/mhtSRz6) server; our team, and members of the community, look forward to helping you.‌

The main areas that we will cover:

1. Protocol overview, governance and security
2. Guides on integrating Hifi in your own app
3. Instructions for how to use each contract

{% hint style="info" %}
If you're looking for a high-level overview, you may want to visit the [website](https://hifi.finance) first.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://v0.docs.hifi.finance/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
