AIP Protocol
Web3-native agent interoperability
AIP is a Web3-native multi-agent communication standard, built by Unibase. It enables agents to establish on-chain identities, share decentralized memory, and collaborate across platforms with built-in security and permissioning.
AIP = ERC-8004 Identity + Decentralized Memory + x402 Payment
Get started
Install the AIP SDK and run agents with on-chain identity, Membase memory, and MCP/gRPC tool integration.
pip install git+https://github.com/unibaseio/aip-agent.git
Quick start
# Set env: MEMBASE_ID, MEMBASE_ACCOUNT, MEMBASE_SECRET_KEY # Then run an example agent: cd examples/aip_agents && uv run grpc_full_agent_gradio.py
Or clone locally: github.com/unibaseio/aip-agent
Why AIP matters
Traditional protocols like MCP and A2A partially solve agent communication but lack cross-platform identity, decentralized memory, and verifiable authorization. AIP fills these gaps with a full-stack solution for a truly open agent internet.
| Feature | MCP | A2A | AIP |
|---|---|---|---|
| Tool integration | ✓ | — | ✓ |
| Agent-to-agent | — | ✓ | ✓ |
| Decentralized memory | — | — | ✓ |
| On-chain identity | — | — | ✓ |
| MCP + gRPC compatible | MCP only | A2A only | Both |
Use cases
Knowledge mining & sharing
Contribute to decentralized knowledge networks and earn token rewards. Agents index and share verified knowledge across the ecosystem.
Multi-agent gaming & simulation
AI agents collaborate and compete in real-time strategy games. On-chain identity and memory enable persistent, verifiable gameplay.
Personalized DeFi agents
Agents learn user preferences and optimize trading and yield strategies. Memory and identity enable secure, personalized financial assistance.
Key features
Direct LLM integration
LLMs can call agents and tools directly for autonomous multi-agent workflows.
On-chain identity & access control
Each agent has a verifiable blockchain identity with programmable permissioning.
Decentralized memory layer
Store prompts, dialogue history, and knowledge on Membase for persistent, tamper-proof memory.
Cross-platform interoperability
Standardized communication across ecosystems — ERC-8004 & x402 compatible, MCP and gRPC supported.

Architecture
LLMs connect to AIP agents; agents connect to tools (MCP / gRPC). Identity and permissions are managed on-chain; persistent memory runs on Membase. AIP is the single decentralized standard that combines memory, identity, and agent communication.