> For the complete documentation index, see [llms.txt](https://docs.definder.global/df-platform-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definder.global/df-platform-white-paper/need-help/faq.md).

# FAQ

<details>

<summary><strong>What is DF Platform?</strong></summary>

DF Platform is a decentralized platform that lets people invest in real estate and other assets by pooling funds together. More - [About Definder](/df-platform-white-paper/about-definder.md)

</details>

<details>

<summary><strong>Who runs DF Platform?</strong></summary>

It is community-run by token holders through a Decentralized Autonomous Organization (DAO). Token holders can vote on key decisions.

</details>

<details>

<summary><strong>How do I use on DF Platform?</strong></summary>

You can invest by putting funds into lending pools for passive investing or directly into projects approved by the DAO.

</details>

<details>

<summary><strong>What blockchain does DF Platform use?</strong></summary>

DF Platform uses the Binance Smart Chain which allows fast and cheap transactions. To read more about about native token visit [#DFIND Definder Token](/df-platform-white-paper/operations/business-model/dfind-definder-token.md#usddnt)&#x20;

</details>

<details>

<summary><strong>How risky are the investments?</strong></summary>

Investments carry some risk but they use collateral and strict vetting to reduce the risk as much as possible.&#x20;

</details>

<details>

<summary><strong>How do I earn returns from investments?</strong></summary>

Loans to projects generate interest over time that will provide fixed returns. The increase in token value can also give good returns.

</details>

<details>

<summary><strong>Who approves projects for investment?</strong></summary>

Projects are screened by the DF team and then approved for funding by DAO community members through voting.

</details>

<details>

<summary><strong>How transparent is DF Platform?</strong></summary>

The platform provides high transparency into fees, revenues, token burn metrics, governance actions, and investor portfolios.

</details>

<details>

<summary><strong>How secure is my data and money on DF Platform?</strong></summary>

Strict security standards safeguard user data and funds. Wallets use multi-signature authentication as an added protection.

</details>


---

# 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://docs.definder.global/df-platform-white-paper/need-help/faq.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.
