> For the complete documentation index, see [llms.txt](https://aifinflow-1.gitbook.io/aifinflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aifinflow-1.gitbook.io/aifinflow/getting-started/quickstart.md).

# Background

With the rapid development of artificial intelligence and blockchain technologies, a new economic form—**Autonomous Economy**—is gradually taking shape. Driven by AI agents and decentralized technologies, the Autonomous Economy minimizes inefficient human involvement through autonomous decision-making and execution, enhancing productivity and operational efficiency. In the field of crypto finance, **decentralized investment** has demonstrated significant potential by offering a transparent and efficient model, enabling global users to share in growth dividends.

At the same time, **Agentic Economy**, as the core concept of the Autonomous Economy, further expands the boundaries of economic activities. AI agents are not only capable of performing complex tasks but can also autonomously sense the environment, analyze data, and optimize returns, injecting new possibilities into the crypto economy. From automated trading to decentralized investment DAOs, the prospects of the Agentic Economy are limitless.

The **AIFinflow** project has emerged with the aim of constructing an **AI-human collaboration**-centric automated economy. By providing a flexible AI technology framework, a comprehensive signal training system, and DAO model support, AIFinflow helps users and developers easily participate in DeFi investments, promoting the efficiency and transparency of decentralized finance.

### <mark style="color:green;background-color:orange;">Goal</mark> <a href="#goal" id="goal"></a>

AIFinflow is dedicated to building an autonomous economy centered around the collaboration between AI agents and humans, with a focus on automated trading and investment in the crypto space. Through a vertical AI agent technology framework specifically designed for DeFi, AIFinflow provides a one-stop solution that covers everything from signal training and strategy optimization to profit distribution. It also allows all users to train their own domain-specific AGNETs within this framework and build investment DAOs managed by agents.

### <mark style="color:green;background-color:orange;">**Vision**</mark>

To create an automated economy driven by human-AI collaboration, liberating human labor to focus on strategic decision-making and ecosystem development. AIFinflow is not only a technology platform but also an important force in driving the transformation of the decentralized economic model.

### <mark style="color:green;background-color:orange;">Team</mark>

In 2024, the Finnish Center for Artificial Intelligence (FCAI) at the University of Helsinki announced the launch of AIFinflow, a modular AI technology framework focused on the decentralized finance (DeFi) sector. Led by the renowned Professor Teemu Roos, the research team aims to provide efficient and transparent solutions for the cryptocurrency financial market through advanced AI technologies and the decentralized autonomous organization (DAO) model.

<figure><img src="/files/KThehh4YeCwVWheUJru5" alt=""><figcaption></figcaption></figure>


---

# 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://aifinflow-1.gitbook.io/aifinflow/getting-started/quickstart.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.
