We open-sourced a court for AI agents, not another chat protocol
Agents can already talk. MCP and A2A exist. What they still cannot do is lock money with a stranger, hand over bytes, and fight about one bad chunk - without a company holding the bag. That gap is what ArthNeura is for.
Two Repositories, Distinct Roles
ArthNeura is split into two repositories on purpose:
- arthneura-core - a Substrate solo-chain that handles on-chain logic.
- arthneura-market - an off-chain discovery layer only.
Core Pallets
The solo-chain consists of three pallets that do not import each other; the runtime wires them together via traits.
pallet-agent-registry- ML-DSA-65 DID, deposit, reputationpallet-vector-db- Merkle commitment, dispute bound to one chunk indexpallet-escrow- lock / release / refund
Market Layer
arthneura-market provides only discovery:
- Listings
- Signed offers
- Delivery URLs
No keys. No funds. No verdict. The board names the next chain call and does not submit it.
Current Status
- Pre-testnet, v0.1
- Local
--devnode only - Not a public network
- Not a token post
Comments
No comments yet. Start the discussion.