MemoriaDA
Decentralized memory protocol for AI agents. Stores vector embeddings on 0G Storage, anchors Merkle roots on 0G Chain, and runs sealed TEE inference via 0G Compute. Live on Mainnet!
视频




技术栈
描述
Memoria DA is a full-stack decentralized memory protocol for AI agents, built natively on 0G's modular infrastructure.
The Problem: AI agents suffer from amnesia - every restart wipes their context. Memory is locked inside centralized providers, making it non-portable, unverifiable, and not user-owned.
The Solution: Memoria DA gives any AI agent permanent, verifiable, decentralized memory in 3 steps:
Conversations are embedded as 1536-dim vectors and uploaded to 0G Storage as Merkle-verified blobs.
The Merkle root hash is anchored on 0G Chain via the
MemoriaRegistryV2smart contract.Future queries retrieve relevant memories via cosine-similarity search, with AI inference running through 0G Compute's sealed TEE.
Key Features:
Decentralized memory storage via 0G Storage SDK.
Agent Identity ERC-721 NFTs on 0G Chain.
Built-in micropayment protocol revenue model (0.001 0G per memory anchor).
本次黑客松进展
Progress During Hackathon
We evolved Memoria DA from an idea into a production-ready infrastructure layer, complete with real applications built on top of it:
✅ Mainnet Deployment: MemoriaRegistryV2.sol deployed to 0G Aristotle Mainnet (0xD896D59583C137D6ca2c5e3add025e143eD1030d) handling live Agent NFTs, Merkle verification, and real 0G protocol revenue.
✅ Ecosystem Proven: Built and launched two independent applications to prove the infrastructure works: SolTutor (AI Solidity Mentor) and AlphaJournal (Decentralized Trading Diary), both running entirely on MemoriaDA.
✅ 0G Storage & Compute: Real blob upload/download via @0gfoundation/0g-ts-sdk and an Express backend broker using @0glabs/0g-serving-broker for sealed TEE inference (Qwen 2.5 7B).
✅ Developer Tools: Created an official OpenClaw Skill that gives any OpenClaw agent instant, decentralized memory, plus a 0G Faucet to seamlessly onboard new testers.
✅ Frontend Hub: Built a high-fidelity React 19 + Vite app featuring a global memory explorer, live on-chain protocol metrics (sub-second query optimization), cryptographic verifier UI, and a cyberpunk terminal HUD.
融资状态
Fundraising Status
Bootstrapped. Currently self-funded through the hackathon phase.
Having proven the infrastructure on Mainnet with our first live integration partners (AlphaJournal & SolTutor), we are seeking strategic investment from 0G ecosystem funds and AI infrastructure-focused VCs to accelerate:
Launching the official npm SDK (
@memoria/sdk) for zero-friction integration.Onboarding more agent frameworks natively (ElizaOS, AutoGPT).
Expanding cross-agent memory orchestration and discovery protocols.