> For the complete documentation index, see [llms.txt](https://docs.campnetwork.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.campnetwork.xyz/introduction/l1-architecture/maitrix-framework.md).

# mAItrix Framework

{% hint style="warning" %}
This is feature is still in active development
{% endhint %}

The mAItrix framework acts as an AI agent launchpad within the Camp Network, simplifying the development, training, and deployment of autonomous agents through a single SDK. It enables agents to generate and manage IP on-chain seamlessly.

<figure><img src="/files/0PZGsZzDDTpYKmFeP2lh" alt=""><figcaption><p>mAItrix user interaction flow</p></figcaption></figure>

**Key Components:**

* **Trusted Execution Environment (TEE):** Ensures secure hosting of LLMs, protecting user data and cryptographic keys.
* **On-Chain Training Logic:** Embeds training logic directly into the framework, allowing agents to fine-tune on existing IP while automatically distributing royalties.
* **Autonomous Fine-Tuning and Retrieval Augmented Generation (RAG):** Securely fine tune agents on IP within Camp's IP registry to create more specialized agents or connect to existing IP to supplement agentic knowledge bases.&#x20;


---

# 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:

```
GET https://docs.campnetwork.xyz/introduction/l1-architecture/maitrix-framework.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
