> For the complete documentation index, see [llms.txt](https://fin-really.gitbook.io/whitepaper-v.3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fin-really.gitbook.io/whitepaper-v.3/about-us/introduction/problematics.md).

# Problematics

Currently, only a small portion of the population enjoys the benefits of cryptocurrencies. When it comes to decentralized finance (DeFi), while this segment has been gaining momentum in recent years and becoming increasingly prominent, capable even of competing with centralized finance, only about a tenth of all users are utilizing DeFi protocols.

*This situation is attributed to three main problems:*

1. **Security:** There is a high risk for newcomers. People without knowledge are afraid of DeFi due to the lack of tools for understanding and managing associated risks;
2. **Poor User Experience (UX):** Most modern applications are designed for interaction with centralized services, while DApps (decentralized applications) are created exclusively for interaction with decentralized services;
3. **Entry Barrier:** The initial knowledge required to use DeFi protocols is too high. For example, you need to know how to use blockchain wallet software to interact with smart contracts or how to fund it.

*In turn, FIN-REALLY's main features are precisely designed to solve these issues.*

***


---

# 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://fin-really.gitbook.io/whitepaper-v.3/about-us/introduction/problematics.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.
