> For the complete documentation index, see [llms.txt](https://autofarm.gitbook.io/autofarm-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autofarm.gitbook.io/autofarm-network/how-tos/defi-beginners-guide.md).

# DeFi (Decentralized Finance)

{% hint style="danger" %}
Please note, the guides and any other documentation in this section are **not financial advices**. Please always double check sources en keep educating yourself and do your own research (DYOR).
{% endhint %}

**SAFETY FIRST**&#x20;

1. ⚠️**ALWAYS** check in the official channels of an platform for clarification if you are not sure.⚠️&#x20;
2. ⚠️ **A LOT OF** fraud in telegram, be careful and always double check usernames.⚠️&#x20;
3. ⚠️ **NO** community member will message you first when you post a question in a chat.This will always be answered from inside the chat so beware of any impersonators contacting you!⚠️&#x20;
4. ⚠️ **NO** one shall ask your seed phrase and fund. **Don't share** this in any circumstance.⚠️&#x20;
5. ⚠️**DO NOT** click on any link from strangers. You risk losing your funds!⚠️&#x20;

**HOW TO REDUCE DEFI RISKS**&#x20;

1. &#x20;🛌 Only invest amounts of money which you can afford to lose.🛌
2. &#x20;💱 Take (partially) profit when you are in positive gain.💱&#x20;
3. &#x20;🧙‍♂️ Setup your own portfolio plan. Do not put all your funds in one project, spread the risks.🧙‍♂️
4. &#x20;☠️ Always balance your risk. Be aware of the possibility to lose entire deposits.☠️&#x20;

{% hint style="info" %}
Please, if you are missing something in this section: do let us know at <support@autofarm.network>
{% endhint %}


---

# 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://autofarm.gitbook.io/autofarm-network/how-tos/defi-beginners-guide.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.
