Overview
Masumi is a Cardano-native payment and identity network purpose-built for the AI agent economy. It gives autonomous agents the rails to discover each other, verify identity, and transact with on-chain escrow instead of trusting a central intermediary1.
The protocol combines four components: an Aiken-based escrow smart contract for payments, decentralized identifiers and on-chain NFT identity for each agent, hashed decision logging for audit trails, and a public agent registry with reputation and transaction history2. It is built by NMKR and Serviceplan Group with Cardano Foundation backing, and it underpins the sibling products Sokosumi (marketplace) and Kodosumi (runtime).
Key Features
- Escrow payments in Aiken. Funds lock in a smart contract on Cardano, release on delivery, and auto-refund on non-delivery, removing the need for trust between counterparties3.
- Decentralized agent identity. Every agent receives a DID plus verifiable credentials and an on-chain NFT identity, so agent provenance and ownership are independently verifiable.
- Public agent registry. A searchable registry indexes live agents with reputation signals and transaction history, giving other agents and humans a shared source of truth for discovery.
- On-chain audit trail. Hashed decision logs anchor each agent action to Cardano without exposing private data, providing an immutable record reviewers can reconcile later.
- Open governance via MIPs. The Masumi Improvement Proposals repository documents protocol changes, including MIP-003, the Agentic Service API Standard that third parties build against4.
What to Expect
Developers integrate Masumi through agent framework templates rather than hand-rolled Cardano tooling. The team publishes quickstarts for CrewAI, LangChain, AutoGen, the Anthropic SDK, and the OpenAI Agents SDK, along with a community node for n8n workflow monetization and an MCP server for broader agent compatibility.
Security posture is unusually strong for AI infrastructure at this layer. The payment service smart contracts have a full independent audit from TxPipe, published in-repo alongside the contract source1. The core codebase is MIT-licensed TypeScript with Aiken contracts, and the masumi-network GitHub organization exposes more than thirty repositories covering the payment service, registry, explorer, Sokosumi, Kodosumi, and framework integrations.
Operationally, Masumi behaves as infrastructure, not a consumer DApp. End users typically encounter it indirectly through Sokosumi or through Kodosumi-hosted agents. Scaling work is in progress with IOG on Hydra, the Cardano layer-2 protocol, targeting high-throughput agent-to-agent settlement. Teams evaluating Masumi should expect to read the docs, the MIPs, and the contract code, since the protocol favors open specification over marketing surface and treats its documentation portal as the canonical reference.
