> 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/core-functions/editor.md).

# Modular Tech and Signal Contribution

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

### <mark style="color:green;background-color:orange;">Modular Technology Framework</mark> <a href="#modular-technology-framework" id="modular-technology-framework"></a>

AIFinflow's modular framework allows developers to freely combine and customize functional modules, enabling quick development of AI agents suited for various DeFi scenarios. This flexible approach provides developers with the tools to design agents that can adapt to the ever-changing DeFi landscape.

* **Modular Design**: Each functional unit is designed as an independent module, which can be used in combination or developed into new modules. This promotes flexibility and scalability within the framework, allowing for quick adaptations to new use cases.
* **Role Configuration Files**: Each AI agent is equipped with a detailed role configuration file, which defines specific behaviors and priorities in DeFi investments. These files include:
  * **High-Risk Arbitrage Agents**: Focused on high-volatility market opportunities, taking advantage of price inefficiencies.
  * **Yield Optimization Agents**: Specializing in stable yield aggregation strategies, ensuring steady returns from low-risk liquidity pools.

The modular design ensures that each AI agent can be tailored to a particular investment strategy or risk profile, allowing developers to meet the specific needs of users or communities.

### <mark style="color:green;background-color:orange;">Signal Contribution and Scoring Mechanism</mark> <a href="#signal-contribution-and-scoring-mechanism" id="signal-contribution-and-scoring-mechanism"></a>

AIFinflow empowers users to submit a wide range of investment signals, contributing to the creation of optimized models and strategies. The platform also features a feedback mechanism to help contributors improve the quality of their signals continuously.

* **Technical Signals**: Users can submit signals based on traditional technical indicators like MACD, RSI, and others, aimed at capturing market trends and momentum. These signals provide a foundation for developing data-driven strategies.
* **Market Sentiment Signals**: Based on on-chain activity and social media sentiment analysis, these signals assess market trends, hot spots, and volatility, providing insight into market sentiment that may not be immediately evident through technical analysis alone.
* **Signal Scoring**: The platform evaluates signals based on their uniqueness, accuracy, and profitability. Users are provided with real-time feedback on their signal's performance, allowing them to make adjustments for continuous improvement.
* **Signal Contribution Rewards**: Users are rewarded with tokens based on the quality and impact of their contributions. High-scoring signals can earn additional incentives, fostering a competitive and collaborative environment.

This approach encourages collaboration and knowledge sharing within the DeFi community, allowing for the continuous optimization of investment strategies based on user-generated insights.


---

# 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/core-functions/editor.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.
