> For the complete documentation index, see [llms.txt](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/2.-background-and-market-context/2.3-the-emergence-of-defai.md).

# 🤖 2.3 The Emergence of DeFAI

**DeFAI** (Decentralised Finance + Artificial Intelligence) blends the programmability of blockchains with the analytical power of AI.&#x20;

According to industry analysis, DeFAI projects could **skyrocket from around US$1 billion to US$10 billion by 2025**. AI can process vast on‑chain and off‑chain data and generate real‑time insights to help users make smarter decisions. For example, AI can analyse social media sentiment, token volatility, liquidity conditions and macroeconomic indicators, and feed these into trading algorithms or yield optimisation strategies.&#x20;

Projects like Griffain, Orbit and AIXBT have already leveraged AI for decentralised trading and lending. Natural‑language interfaces powered by AI allow users to execute complex strategies without coding. AI also helps with personalised risk assessment across multiple chains and protocols.

Despite its promise, DeFAI faces challenges. Users worry about algorithmic bias, black‑box decision‑making and data privacy. Many so‑called AI tokens are “memecoins” without substance.

Legal frameworks around AI‑driven financial services are still evolving. <mark style="color:$primary;">**EOSI Finance**</mark> addresses these concerns by making AI models open‑source where possible, implementing rigorous audits, and combining AI outputs with human oversight and community governance.


---

# 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://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/2.-background-and-market-context/2.3-the-emergence-of-defai.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.
