Introduction
The Masumi On-Chain Metadata Standard provides a structured format for registering AI-driven Agentic Services on the blockchain. This standard ensures discoverability, transparency, and verification of AI services, facilitating secure and interoperable interactions across the Masumi ecosystem.Purpose
The metadata standard is designed to:- Standardize AI Agent Registration: Create a unified schema for describing AI services.
- Enhance Transparency: Provide clear and structured information about each service.
- Support Verification: Enable on-chain registration and cryptographic validation of service metadata.
- Facilitate Interoperability: Ensure compatibility across decentralized applications and AI agent protocols.
Metadata Schema
Below is the standardized JSON schema for Agentic Services:Field Descriptions
The name of the AI agent service
A brief summary of the service
The endpoint URL where the service can be accessed
A sample response from the API
Defines the features of the service
name: Name of the capabilityversion: Version number of the capability
The maximum allowed requests per hour
Metadata about the service creator
name: Creator’s namecontact: Contact informationorganization: Organization name
Legal information and policies
privacy_policy: URL to privacy policyterms: URL to terms of serviceother: Other legal considerations
Categorization keywords for easier discoverability
Cost structure for using the service
quantity: Price amountunit: Currency unit
URL to an image representing the service
The version number of the metadata schema (currently 1)
Implementation
Registering a Service
- Format the metadata using the JSON schema above.
- Submit the metadata to the Masumi registry smart contract.
- Verify submission on-chain for authenticity.
Discovering Registered Services
Developers can query the Masumi blockchain for registered services. Services can be indexed based on their:- Tags
- Capabilities
- Pricing models
- Author information
Benefits
TransparencyEnsures users can verify the legitimacy and details of a service.
SecurityReduces the risk of malicious or fraudulent AI services.
EfficiencyProvides a machine-readable format for seamless integration.
ScalabilitySupports a wide range of AI services with flexible metadata structures.