Glossary

Glossary

Core terminology in cryptography, verifiable AI, agent protocols, and AI regulation as Lemma Oracle uses them. Only definitions that map back to the product.

01 · Cryptography Layer

Cryptography Layer

The cryptographic primitives Lemma uses for proving, disclosing, and tamper-evidence: ZK proofs, symmetric encryption, hashes, and commitments.

02 · Verifiable AI

Verifiable AI

The terminology that makes AI judgments, citations, and inference traces cryptographically verifiable. Lineage, citation, and audit basics.

Verifiable AI

The implementation domain for making AI judgments, inferences, and citations cryptographically verifiable. Third-party-confirmable across input provenance, model identity, and inference consistency.

Provenance — verifiable lineage

A tamper-evident mechanism for tracking and verifying when, by whom, and from what inputs a data point, model, or decision was produced. The input layer of verifiable AI; a core Lemma pillar.

Provenance Proof

Cryptographic proof that a piece of data originates from a declared lineage. The technical core of any generative AI strategy that needs to prove input authenticity and output provenance without exposing the underlying data.

C2PA — Coalition for Content Provenance and Authenticity

An industry standard for describing and signing media-content provenance. Led by Adobe, Microsoft, BBC, Intel, Sony, and others; widely adopted for AI-generated content identification and edit-trail verification.

Decentralized Identifier — DID

A W3C-standardized identifier specification. An identifier whose issuer, subject, and verifier each operate independently — used for subject identification in attribute attestation and lineage chains.

Verifiable Credentials — VC

A W3C-standardized format for third-party-verifiable attribute statements. Attestations flow under a three-party model of Issuer, Holder, and Verifier.

Retrieval-Augmented Generation

An approach that retrieves external documents at generation time and grounds the response in them. Enables freshness and proprietary knowledge without model retraining — and introduces citation authenticity as a new problem.

Citation Proof

A cryptographic mechanism that proves a citation embedded in an AI response really came from the claimed source document, with neither tampering nor fabrication. The authenticity core of RAG.

Audit Trail

Tamper-evident records of system execution. Essential wherever after-the-fact verification matters — AI decision logs, payment paths, data-access history.

03 · Protocols & Agents

Protocols & Agents

Protocols for autonomous agent transactions and machine-to-machine settlement: x402, Trust402, MCP, A2A, and their adjacent specs.

Agentic Payments

Transactions and settlements executed autonomously by AI agents. The new-generation payment stack (x402, MCP, A2A) is the substrate; authority and provenance verification are the core problems.

HTTP 402-native payment protocol

Definition of x402 and Lemma's verification layer (Trust402). An open protocol led by Coinbase that re-purposes HTTP 402 Payment Required to integrate stablecoin settlement directly into HTTP.

Trust402 — Lemma's verifiable x402 layer

Lemma's reference implementation that adds verifiability to the x402 payment protocol. Proves both the settlement fact and the legitimacy (authority, purpose, scope) of the payment.

EIP-3009 — Transfer With Authorization

An Ethereum extension standard that lets a signature alone authorize an ERC-20 transfer (no gas paid by signer). The signer, recipient, amount, validity window, and nonce are signed under EIP-712 and submitted by a third party.

Facilitator — x402 settlement intermediary

A service that brokers x402 settlement validation and execution. Submits the client's payment payload on-chain and returns settlement status to the resource server.

Agent2Agent — A2A

An open protocol that standardizes communication and coordination between AI agents. Proposed by Google in 2025; migrated to a Linux Foundation independent project in 2026.

Model Context Protocol — MCP

An open protocol that gives AI models a uniform way to connect to external tools, data sources, and services. Released by Anthropic in November 2024; donated to the AAIF under the Linux Foundation in December 2025.