Protocol v1.0.0
LIVE

AGENTIC
PROVENANCE

The standard for anchoring AI reasoning traces, intents, and consensus decisions to the blockchain.

Orchestration Trace

SOURCE: @yamo-super.yamo
BLOCK_000

SkillEcosystemOrchestrator

> orchestrate_ecosystem

Orchestration
BLOCK_001

SkillDiscoveryCoordinator

> coordinate_discovery

Discovery
BLOCK_002

MetaSkillRouter

> route_meta_skills

Routing
BLOCK_003

ProcessSkillRouter

> route_process_skills

Routing
BLOCK_004

ImplementationSkillRouter

> route_implementation

Routing
BLOCK_005

QualitySkillRouter

> route_quality_gates

Routing
BLOCK_006

SkillCompositionCoordinator

> coordinate_composition

Coordination
BLOCK_007

WorkflowIntegrator

> integrate_workflows

Integration
BLOCK_008

SkillDependencyManager

> manage_dependencies

Management
BLOCK_009

SkillPriorityEnforcer

> enforce_priorities

Governance
BLOCK_010

SkillCatalogManager

> maintain_catalog

Management
BLOCK_011

EcosystemHealthMonitor

> monitor_health

Monitoring
BLOCK_012

SkillEvolutionCoordinator

> coordinate_evolution

Evolution
BLOCK_013

SuperpowersOrchestrationCompleter

> complete_orchestration

Completion

Quick Start

NPM_READY
STEP 01

Install CLI

npm install -g @yamo/cli
STEP 02

Create Block

yamo init MyAgent
STEP 03

Submit to Chain

yamo submit block.yamo

Full Documentation

Explore comprehensive guides in each repository README and the RFC specification.

Browse All Repositories →

Cryptographic Integrity

Every reasoning block is hashed and anchored to Ethereum/Sepolia. The content is immutable, ensuring that agent decisions cannot be retroactively altered.

Model Context Protocol

Native MCP server integration allows Claude, GPT-4, and other LLMs to interface directly with the blockchain without custom tooling.

agent: FrontendDesignTranslator;
intent: translate_skill_to_yamo;
context:
  source;skills/frontend-design;
  mode;full_conversion;
constraints:
  - preserve_all_sections;true;
  - map_design_principles;true;
output: SKILL.yamo;
meta:
  hypothesis;translation_enables_agentic_workflows;
  confidence;0.90;
  rationale;structured_data_beats_unstructured_text;

Ecosystem

OPEN_SOURCE_V1.0.0

RFCs & Standards

Protocol evolution through community-driven proposals

View RFCs →
RFC-0001: YAMO v1.0
Protocol Specification
More RFCs coming soon
Community proposals welcome