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

# Overview

### 1. What is Unibase?

Unibase is a high-performance decentralized AI memory layer. It equips AI agents with **long-term memory** and **cross-platform interoperability**, enabling them to **remember**, **collaborate**, and **self-evolve** autonomously.

Unibase is building the foundation for the **Open Agent Internet** — a modular, verifiable, and composable AI agent ecosystem onchain.

### 2. Project Status

* ✅ **Live** on **BNBChain Mainnet**
* ✅ SDKs, Docs, and Explorer fully released
* ✅ Integrated with **MCP, ElizaOS, Virtuals, and Swarms**
* ✅ 1,000+ agent interactions recorded via Unibase SDK
* ✅ BitAgent, TradingFlow, TwinX, Beeper online

### 3. Choose Your Path

| I want to...                    | Start here                                                             |
| ------------------------------- | ---------------------------------------------------------------------- |
| **Add memory to my Agent**      | [Membase Quick Start](/unibase-docs/get-started/membase-quickstart.md) |
| **Build multi-agent systems**   | [AIP Quick Start](/unibase-docs/get-started/aip-quickstart.md)         |
| **Enable agent payments**       | [Unibase Pay Quick Start](/unibase-docs/get-started/pay-quickstart.md) |
| **Run storage/validator nodes** | [Unibase DA Quick Start](/unibase-docs/get-started/da-quickstart.md)   |

***

### 4. Problems Solved

| Problem             | Unibase Solution                                 |
| ------------------- | ------------------------------------------------ |
| No long-term memory | Membase — persistent, verifiable storage         |
| Isolated agents     | AIP — cross-platform identity & interoperability |
| Data sovereignty    | Decentralized storage, on-chain verification     |

### 5. Core Modules

| Module           | One-line                                                                          |
| ---------------- | --------------------------------------------------------------------------------- |
| **Membase**      | Memory layer — sync, knowledge bases, on-chain tasks. ZK-verified, MCP/skill.     |
| **AIP Protocol** | Agent interoperability — identity, permissioning, shared memory. ERC-8004 & x402. |
| **Unibase Pay**  | x402 on BNB Chain — agents search, pay, access. Privy wallet, micropayments.      |
| **Unibase DA**   | Data availability — 32–81 GB/s, honest-one fraud proofs, EB+ capacity.            |

### 6. Ecosystem

BitAgent · TwinX · TradingFlow · MCP, ElizaOS, Virtuals, Swarms


---

# 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://unibaseio.gitbook.io/unibase-docs/readme.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.
