Glossary

Glossary

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

01

Cryptography Layer

7 terms

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

02

Verifiable AI

14 terms

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →

Audit Trail

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

Open →

Scope — tenant boundary

Lemma's tenant boundary. Every key, schema, circuit, document, and proof you register is bound to one scope ID. Resource CRUD is scope-isolated; attributes.query can read verified attributes across scopes by design.

Open →

Schema — typed attribute declaration

Lemma's typed declaration of the attributes a document carries, anchored to a normalize artifact — a WASM module that hashes raw fields into the canonical form a circuit checks.

Open →

Generator — document-generation script metadata

Metadata for a document-generation script. It declares how a rawDoc is produced — input spec, output spec, and source location — and runs on developer infrastructure, not Lemma. The generatorId and its hash become ZK public inputs for verification.

Open →

Human-in-the-Loop — HITL

An operating model where a human reviews and approves each AI decision before it executes. The standard control in high-stakes domains — but a throughput ceiling as agent autonomy rises.

Open →

Human-off-the-Loop — HOTL

An operating model where AI executes each decision autonomously without waiting for human approval. Throughput rises, but it presupposes an accountability mechanism standing in for the human eye.

Open →
03

Threat Model & AI Attack

1 term

The threat class Lemma's pre-execution attestation layer responds to. Frontier-model zero-day discovery and automated exploit-chain construction — the capability range named "Mythos-grade."

04

Protocols & Agents

7 terms

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →

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.

Open →
05

Regulatory & Compliance

5 terms

The regulatory frameworks Lemma's proofs plug into: AI regulation (EU and Japan) and identity verification (KYC/AML).