AIP
30-Second Example
git clone https://github.com/unibaseio/aip-agent.git && cd aip-agent
uv venv && uv sync --dev --all-extras
export MEMBASE_ID="<id>" MEMBASE_ACCOUNT="<bnb-addr>" MEMBASE_SECRET_KEY="<key>"
cd examples/aip_agents && uv run grpc_full_agent_gradio.pyWhy AIP vs MCP vs A2A
Architecture
AI Agent Applications
(Trading Agents / AI Assistants / Autonomous Services)
│
│
AIP Protocol Layer
(Agent Interoperability & Communication Protocol)
│
┌─────────────────────────┼─────────────────────────┐
│ │ │
Unibase Memory Unibase Pay Agent Runtime
(Membase) (x402) Secure Execution
Persistent AI Memory Machine-to-Machine Agent Operations
Payments
│ │ │
└─────────────────────────┼─────────────────────────┘
│
Multi-Chain Network
Validation and settlement Infrastructure
Next Steps
Resources
Last updated