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

# Overview

**Knidos** is an on-chain AI-powered fund manager designed to revolutionize asset management through autonomy, transparency, and data-driven decision-making. Built on Avalanche and leveraging cutting-edge machine learning models, Knidos manages three algorithmic investment strategies: **AI Trading**, **Funding Rate Arbitrage (FRA)**, and **Yield Optimization**.

In traditional finance, fund management is often exclusive, opaque, and heavily dependent on human intervention. Knidos addresses these limitations by introducing a fully autonomous and decentralized fund management system where all operations, from trade execution to capital allocation, are driven by AI models and recorded transparently on-chain.

At its core, Knidos integrates:

* **Machine Learning** for predictive trading signals.
* **LLM-Based Insight Engines** for real-time market intelligence.
* **Reinforcement Learning** for dynamic risk management and strategy optimization.
* **Secure Trusted Execution Environments (TEE)** to protect proprietary AI models and maintain data privacy.
* **Tokenized Vault Structures** (ERC-4626) to enable seamless investor participation and profit distribution.

By continuously analyzing market microstructures, whale wallet flows, social sentiment, and funding rate dynamics, Knidos adapts to changing market conditions in real-time. Our strategies are engineered to maximize **risk-adjusted returns** while maintaining **capital efficiency** and **high transparency**.

**Knidos’ mission** is to democratize access to institutional-grade investment strategies and transform decentralized finance (DeFi) with autonomous, AI-driven fund management, offering sophisticated trading infrastructure to both retail and institutional investors alike.

With backing from the **Avalanche Foundation** and the support of **Knidos Labs**, we are building the future of autonomous asset management, one block at a time.


---

# 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://knidos.gitbook.io/knidos/overview.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.
