# Learn

While smart contracts allow us to remove the middleman, and make DeFi more powerful, it comes with certain drawbacks. The good thing about the middleman, is that he can help if you things go wrong. If you send money to the wrong address, smart contracts don't care, and there is nothing that you can do. This is the same for lending and borrowing, mistakes are permanent.\
\
DeFi is incredibly powerful weapon when wielded properly, but if used without prior knowledge of risk management, [it ends up enriching the rich, and leaving the poor rekt](https://www.ox.ac.uk/news/2021-02-15-retail-investors-are-amateurs-high-stakes-market-they-cannot-win). If you use DeFi to gamble, the casino will always win.

It is only through rigorous learning that we can utilise these tools to their full extents, so that they may benefit those who are currently disregarded in our traditional financial system. We're not interested in building tools that copy our traditional financial system, especially when you copy their outcomes. With that in mind, we hope that you appreciate this assortment of knowledge bits, warnings and examples, and that it may help you in your crypto journey towards financial freedom.<br>

## Educational content:

{% content-ref url="/pages/Voi1iWRWNDHJg72yaRqh" %}
[DeFi lending](/learn/defi-lending.md)
{% endcontent-ref %}

{% content-ref url="/pages/iTopHh29POhnHcMNAoMF" %}
[Liquidations](/lending-protocol/liquidations.md)
{% endcontent-ref %}

{% content-ref url="/pages/NN8aX83InPU6cWewZbxd" %}
[Risks](/learn/risks.md)
{% endcontent-ref %}


---

# 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.honey.finance/learn.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.
