> For the complete documentation index, see [llms.txt](https://docs.dexfi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexfi.com/dexfi.ai/defai.md).

# DeFAI

Gia is equipped with advanced AI-driven tools designed to simplify the DeFi experience, seamlessly handling tasks from consolidating project-related information to executing complex on-chain actions. By leveraging sophisticated swarm memory, Gia aggregates data to deliver real-time insights from diverse information streams, enabling users to stay updated on their favorite projects while efficiently managing their day-to-day DeFi operations.

### // Why Does DeFi Need Gia?

In the fast-paced world of DeFi, staying ahead of trends and effectively managing investments can be daunting, particularly when navigating the complexities of new applications. For newcomers, this experience can be even more intimidating. Gia simplifies these challenges by streamlining interactions and minimizing the learning curve, making DeFi more accessible for all users.

For advanced users, Gia enhances informational awareness and streamlines time-intensive tasks, enabling more efficient and effective investment strategies. As your DeFAI assistant, Gia leverages semantic memory to access quantitative analytics instantly, providing you with a significant edge in the dynamic world of DeFi.

**KEY FEATURES**

* Automating intricate DeFi processes such as bridging, swapping, staking, and borrowing.&#x20;
* Compiling and interpreting data from platforms like Twitter, Telegram, Discord, GitHub, and Gitbook.&#x20;
* Providing up-to-the-minute insights on price fluctuations, community dynamics, and project development.

### // "Hey Gia, create me a degen vault on DexFi"

Gia's first DeFAI practical application will debut within the DexFi app, offering users an intuitive way to interact with the platform. By engaging in a simple conversation with Gia, users can access information about the platform, explore new or active vaults, and design custom investment strategies tailored to their needs. Gia’s capabilities include:

* Providing detailed information about farms and vaults.
* Remembering user preferences to deliver personalized, ongoing support.
* Assisting with the creation of custom vault strategies.
* Answering questions and offering user support.
* Sending notifications about new opportunities or updates on invested farms and vaults.

This innovative approach ensures a seamless, user-centric DeFi experience which will be rolled out as a b2b service shortly after release.


---

# 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.dexfi.com/dexfi.ai/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.
