# Overview

The Minterest protocol is decentralised non-custodial lending and borrowing protocol. Users can participate as suppliers and borrowers of liquidity, as well as stakers of MINTY token. Suppliers provide liquidity to a market and can earn interest on the crypto assets provided. Borrowers are able to borrow liquidity using overcollateralized loans or flash loans with no collateral. Stakers can stake MINTY tokens to earn governance rewards for participating in the protocol's governance.

### Architecture overview

Minterest protocol comprises Solidity contracts on Ethereum main net, Liquidation engine, Risk engine and publicly available User Interface (UI) supported by web services to provide user data in a timely manner.

<figure><img src="/files/UcQpgeFCBL8OVgEV8XyA" alt=""><figcaption></figcaption></figure>

The Solidity contracts executed and stored in Ethereum main net, are holding the core logic of the protocol - liquidity pools, economy models of liquidity markets, interest accrual logic, NFT contract, governance logic and many more.

The UI and supporting web services provide a user friendly access to the contracts. The UI also collects statistics and historic data for every user and provides it in a form of charts.

The Liquidation engine\* is a set of services that track solvency of the protocol users and liquidate the insolvent positions if deemed profitable to cover expenses.

More detailed technical information can be found in the [Technical paper](https://minterest.com/technical-paper/).\
\
\****Note that Minterest’s Autoliquidation Engine has been renamed to Solvency Engine***


---

# 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://docs.minterest.com/minterest-faq/technical-documentation/overview.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.
