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

# Overview

## MindKit: Plugging Intelligence into Web3, One Command at a Time

**MindKit** is a decentralized AI capability platform designed to empower Web3 projects with seamless, scalable, and modular intelligence solutions. By leveraging a plug-and-play architecture, MindKit enables developers and projects to integrate advanced AI functionalities—such as intelligent assistants, automated workflows, and knowledge-augmented systems—into their protocols with a single line of code. This eliminates the need for complex, custom-built AI integrations, making intelligence accessible to all Web3 applications, from DeFi to DAOs, GameFi to SocialFi.

As Web3 evolves toward greater composability, automation, and user-centric design, MindKit positions itself as the **intelligence hub** for the ecosystem. It provides standardized, modular AI interfaces that allow developers to build, deploy, and scale intelligent systems effortlessly. With a focus on Web3-native design, MindKit ensures trust, security, and user sovereignty through wallet-based authentication, on-chain knowledge storage, and decentralized execution.

#### Our Mission

To empower every Web3 application with its own intelligent brain, making AI a foundational infrastructure layer rather than an exclusive privilege.

**Key Features**

* **One-Line Integration**: Deploy AI assistants or workflows with minimal setup.
* **Modular AI Components**: Pre-built, customizable modules for roles, knowledge bases, memory systems, and execution.
* **Web3-Native Design**: Seamless integration with wallets, DIDs, DAOs, and on-chain data.
* **Scalable Ecosystem**: A marketplace for reusable AI agents and shared knowledge, fostering collaboration and network effects.

MindKit is not just a tool but a transformative platform that democratizes AI for Web3, enabling developers, projects, and communities to build smarter, more interactive, and user-driven decentralized applications.


---

# 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://mindkit.gitbook.io/mindkit-whitepaper/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.
