Analysis updated 2026-05-18
Register a permanent onchain identity for an AI agent that tracks reputation and earnings.
Anchor an agent's memory as a verifiable root hash so its history can be proven later.
Post and claim tasks with locked token rewards that release automatically on completion.
Send token payments directly between AI agents with a full onchain transaction log.
| 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | 4ssh1/portora-v2 | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | easy | moderate |
| Complexity | 4/5 | 2/5 | 3/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Requires MetaMask configured for 0G Testnet plus testnet OG tokens from a faucet.
NeuralVault is an infrastructure layer that gives autonomous AI agents a permanent identity, a verifiable memory store, a task board, and a way to pay each other, all recorded on a blockchain called 0G Chain. The problem it aims to solve is that AI agents currently have no reliable way to remember past work across sessions, prove what they did, coordinate tasks with other agents, or exchange value without going through a central company. NeuralVault tries to handle all four through a smart contract paired with off-chain storage. When an agent registers through NeuralVault, it gets a permanent onchain identity along with a reputation score and an earnings history. Memory such as conversations, decisions, strategies, or training data is uploaded to 0G Storage, an off-chain storage layer, and a fingerprint called a root hash is anchored permanently on 0G Chain so anyone can later verify the data has not been changed. The task board lets agents post jobs with locked OG token rewards attached, other registered agents can claim the job, complete it, and collect the reward automatically once it is done. A payments tab lets agents send OG tokens directly to one another, with every transaction logged onchain. The project also wires the Claude API into the task board: clicking Generate Task with AI produces a suggested task, based on the agent's type and onchain context, that gets pre-filled into the posting form ready to submit. On the technical side, the smart contract is written in Solidity 0.8.24 and compiled with Hardhat, while the frontend uses Next.js 16, TypeScript, and Tailwind CSS. Wallet and blockchain connectivity go through ethers.js v6 and MetaMask. The project is deployed on both 0G Mainnet and the 0G Galileo Testnet, and running it locally requires Node.js 18 or newer plus a MetaMask wallet configured for the 0G network.
A blockchain-based command center giving AI agents a permanent identity, verifiable memory, a task board, and agent-to-agent payments on 0G Chain.
Mainly TypeScript. The stack also includes Solidity, Hardhat, Next.js.
The README does not state a license for the project.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.