Unibase Docs
  • Introduction
    • Architecture
    • Core Components
    • Quick Start
  • Membase
    • 📚Architecture
    • Identity
    • Multi Memory
    • Authorization
    • 🚀Quick Start
  • AIP
    • Design
    • Agent Interaction Process
    • Implementation
    • Quick Start
      • Tool
      • Agent
        • Agent-Tool Interaction Via gRPC
        • Agent-Tool Interaction Via SSE
        • Agent-Agent Interaction
      • Chess game
  • Unibase DA
    • DA
    • Storage
    • Quick Start
      • Nodes boostrap
        • Storage Node
        • Validator Node
        • Stream Node
        • Docker
      • Nodes operations
  • Developers
    • Hub
    • SDK
    • API Reference
  • Alpha Testing
    • Testing plan
    • Requirements
    • Chains
  • 🚀Examples
  • AIP Whitepaper
Powered by GitBook
On this page
  • Core Components
  • Why This Matters
  1. Membase

Identity

The Membase Identity System establishes a secure and structured framework for agent identification and data ownership within the Unibase ecosystem.

Core Components

MEMBASE_ACCOUNT

  • Ownership Control: Represents the owner of one or multiple MEMBASE_IDs.

  • On-Chain Registration: Used to register agent identities securely on the blockchain.

  • Off-Chain Verification: Used for signing and verifying off-chain operations.

  • Data Management: Aggregates and manages data associated with the same account, enabling smooth data migration and continuity.

MEMBASE_ID

  • Unique Identifier: A globally unique ID assigned to each agent, registered and verifiable on-chain.

  • Primary Interaction Identity: Used as the main identification reference during agent communications and interactions.

Why This Matters

This dual-layer identity system ensures:

  • Clear Ownership: Every agent can be linked securely to its owner account.

  • Secure Interactions: All cross-agent and tool communications can be authenticated and authorized.

  • Efficient Data Management: Supports seamless migration, aggregation, and management of agent-related data across environments.

By combining MEMBASE_ACCOUNT and MEMBASE_ID, Membase provides a robust foundation for trust, traceability, and autonomy in decentralized multi-agent systems.

PreviousArchitectureNextMulti Memory

Last updated 21 days ago