# MemWal ## Docs - [Delegate Key Management](https://docs.memwal.ai/contract/delegate-key-management.md) - [Smart Contract Overview](https://docs.memwal.ai/contract/overview.md) - [Ownership and Permissions](https://docs.memwal.ai/contract/ownership-and-permissions.md) - [Docs Workflow](https://docs.memwal.ai/contributing/docs-workflow.md) - [Run Docs Locally](https://docs.memwal.ai/contributing/run-docs-locally.md) - [Run the Repo Locally](https://docs.memwal.ai/contributing/run-repo-locally.md) - [Core Components](https://docs.memwal.ai/fundamentals/architecture/core-components.md): The six core components that make up the MemWal system and how they interact. - [Trust & Security Model](https://docs.memwal.ai/fundamentals/architecture/data-flow-security-model.md): Where trust lives in MemWal — what's enforced onchain, what's handled by the relayer, and what trade-offs exist. - [How Storage Works](https://docs.memwal.ai/fundamentals/architecture/how-storage-works.md): The lifecycle of a memory in MemWal — from plaintext to encrypted blob on Walrus and searchable vector in the database. - [Memory Space](https://docs.memwal.ai/fundamentals/concepts/memory-space.md): The isolated unit of storage in MemWal — how memories are organized, scoped, and retrieved. - [Ownership & Delegates](https://docs.memwal.ai/fundamentals/concepts/ownership-and-access.md): How memory ownership works in MemWal and how delegates enable shared access. - [Choose Your Path](https://docs.memwal.ai/getting-started/choose-your-path.md) - [Quick Start](https://docs.memwal.ai/getting-started/quick-start.md) - [What is MemWal?](https://docs.memwal.ai/getting-started/what-is-memwal.md): Persistent, verifiable memory for AI agents - [Database Sync](https://docs.memwal.ai/indexer/database-sync.md) - [Onchain Events](https://docs.memwal.ai/indexer/onchain-events.md) - [Purpose](https://docs.memwal.ai/indexer/purpose.md) - [How It Works](https://docs.memwal.ai/openclaw/how-it-works.md): Architecture, message flow, and the mechanics behind auto-recall and auto-capture. - [NemoClaw/OpenClaw Plugin](https://docs.memwal.ai/openclaw/overview.md): Give your OpenClaw AI agents persistent, encrypted long-term memory powered by MemWal. - [Quick Start](https://docs.memwal.ai/openclaw/quick-start.md): Install the MemWal memory plugin for NemoClaw/OpenClaw and verify it works. - [Reference](https://docs.memwal.ai/openclaw/reference.md): Complete reference for hooks, tools, CLI commands, configuration, and security. - [Configuration](https://docs.memwal.ai/reference/configuration.md) - [Environment Variables](https://docs.memwal.ai/reference/environment-variables.md) - [API Reference](https://docs.memwal.ai/relayer/api-reference.md) - [Overview](https://docs.memwal.ai/relayer/overview.md) - [Managed Relayer](https://docs.memwal.ai/relayer/public-relayer.md) - [Self-Hosting](https://docs.memwal.ai/relayer/self-hosting.md) - [API Reference](https://docs.memwal.ai/sdk/api-reference.md) - [Quick Start](https://docs.memwal.ai/sdk/quick-start.md): Install the MemWal SDK and store your first memory in under a minute. - [Usage](https://docs.memwal.ai/sdk/usage.md): Detailed usage for all three MemWal clients — MemWal, MemWalManual, and withMemWal. - [MemWal](https://docs.memwal.ai/sdk/usage/memwal.md): The recommended default client — relayer handles embeddings, SEAL, and storage. - [MemWalManual](https://docs.memwal.ai/sdk/usage/memwal-manual.md): Client-managed embeddings and local SEAL operations. - [withMemWal](https://docs.memwal.ai/sdk/usage/with-memwal.md): Drop-in memory middleware for Vercel AI SDK apps. ## OpenAPI Specs - [openapi](https://docs.memwal.ai/api-reference/openapi.json) Built with [Mintlify](https://mintlify.com).