What problem does it solve?
MemWal provides a privacy-first memory layer for AI agents by storing memories encrypted on Walrus with on-chain ownership, enabling memory persistence across sessions and devices.
Core Features & Use Cases
- Persistent, namespace-scoped memory that remains available across restarts and devices
- End-to-end encryption with SEAL; memory access controlled by owner and delegates
- Decentralized storage via Walrus with vector search for fast recall
- Onchain ownership and delegate-key authentication on Sui
- Use cases include agent memory, cross-app memory sharing, and knowledge retention across sessions
Quick Start
Install the MemWal SDK, initialize MemWal with your delegate key, accountId, serverUrl, and namespace, and call remember to store memories.