# 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](https://unibaseio.gitbook.io/unibase-docs/get-started/membase-quickstart) |
| **Build multi-agent systems**   | [AIP Quick Start](https://unibaseio.gitbook.io/unibase-docs/get-started/aip-quickstart)         |
| **Enable agent payments**       | [Unibase Pay Quick Start](https://unibaseio.gitbook.io/unibase-docs/get-started/pay-quickstart) |
| **Run storage/validator nodes** | [Unibase DA Quick Start](https://unibaseio.gitbook.io/unibase-docs/get-started/da-quickstart)   |

***

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