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

# Protocol vision

For years in the nascent space of Decentralised Finance the staple market has been comprised of over-collateralised lending. Due to the lack of trust and anonymity of users, borrowers need to lay down more capital than they can borrow to ensure that borrowed funds cannot be extracted from the system without consequence.

Co-founder [Snape](https://x.com/snape88): "For years I'd been racking my brain attempting to solve the under-collateralised lending dilemma when it finally hit me one night, in short; we can lend the funds without releasing them"\
\
After presenting the concept to fellow co-founder [Doc](https://x.com/derivative_dr) the seed was planted allowing the work to begin in formulating the protocol architecture and smart contracts that would facilitate a safe and stable management of a decentralised trad-fi mortgage style product.\
\
Snape's original vision would be to offer on-chain mortgages that came with all the benefits of trad-fi mortgages, except for digital assets. Where in trad-fi there is the promise of full ownership of a bricks and mortar home upon completion of the mortgage, now the younger generations could aspire to own large sums of digital property through a crypto mortgage. &#x20;

Without prejudice anyone with access to the blockchain would be able to own a mortgage:

* without any credit rating
* from any country
* with a very small deposit/down payment (2% of borrowed capital)
* with fixed USD regular repayments
* of any size (above \~$100)
* for 2-30 years

### But that's not all

Whilst the original vision was to offer like-for-like trad-fi style long-term mortgages it's also true that MortgageFi offers high leverage (50x) loans protected from liquidation. This opens up the product to short term speculators. \
\
When a user takes a mortgage they are not required to make a payment for a maximum of 45 days. In that time period they have a 50x leverage position that can be closed using the early repayment feature.\
\
Typical leverage platforms are infamous for their liquidation risk for speculators when the market moves up and down. When assets prices are volatile high leverage positions are especially vulnerable to liquidations. MortgageFi shields speculators from this risk by swapping out liquidations for defaults that are only triggered if the borrower fails to make a payment within the 45 day window.\
\
Any position can be kept open no matter how low borrowed asset prices go so long as they keep up their fixed regular repayments.\
\
\
There's even more to discover about MortgageFi with our high yielding [Earn](/mortgagefi-documentation/introduction/earn-product.md) and [Financing](/mortgagefi-documentation/introduction/collateralised-mortgage-position-cmp.md) products. Take a look around and don't hesitate to ask questions on [X](https://x.com/MortgageFiApp) and Discord.


---

# 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://mortgagefi-docs.gitbook.io/mortgagefi-documentation/mortgagefi-ecosystem/protocol-vision.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.
