MEVE · Layer 4

MEV Lite SDK

The Adaptive Declaration Layer — ten markdown files. Language-agnostic. No runtime dependency. The formal bridge between your system and the MEV standard.

Language-Agnostic No Runtime Dependency 10 Declaration Files Free to Use
What is the MEV Lite SDK?

A Declaration Layer, Not a Framework

The MEV Lite SDK is not a library you install. It is not a dependency you import at runtime. It is a set of standardised markdown files you include in your codebase to formally declare how your system implements the MEV standard.

Think of it as the MEV standard's equivalent of a LICENSE file — but instead of declaring copyright, it declares your economic framework. It tells the world exactly how your system generates MEVU, what your milestone formula is, what Diapause phase you are in, and how you connect to the global registry.

Markdown-Based
Human-readable. Machine-parseable. Lives in your repo.
Language-Agnostic
Works with Solidity, Rust, Python, JavaScript, or any stack.
Zero Runtime Overhead
No imports, no dependencies, no performance cost.
Registry Connected
Your MEVCertificate.md links to your official registry entry.
The File Set

The 10 Declaration Files

Each file declares one aspect of your MEV implementation. Together they constitute your full MEV compliance declaration.

AboutMEV.md
Entry Point

The entry point for any reader. Explains what MEV is and how this specific project implements it. This is the first file anyone reads.

Example content
This project implements MEV Standard v1 (officialMEV.org).
MEVU = verified commerce transactions × V.
Milestones: k × 10ⁿ formula.
MEVLicense.md
License

Declares the project under the MEV Open Standard License v1. Records the license version and certificate ID.

Example content
License: MEV Open Standard License v1
Certificate: MEV-001-MEZE
Issued by: MEV Foundation, 2026
MEVCertificate.md
Certification

Proof of certification. Contains your unique Registry ID, certification date, and link to your registry entry on officialMEV.org.

Example content
Registry ID: MEV-001
Status: MEV-Certified
Issued: 2026
Registry: officialMEV.org/registry/meze
MEVU.md
Value Unit

Declares the form MEVU takes in this system — token, credit, index, credential, or score — along with the supply model and issuance mechanism.

Example content
MEVU Form: MEZE native token
Supply: Adaptive (Revenue-Backed)
Issuance: Per verified commerce event
MEVEpoch.md
Epoch

Declares the milestone formula chosen, the milestone scale, Epoch types, Te values per phase, and the on-chain or off-chain Epoch response mechanism.

Example content
Formula: M = k × 10ⁿ, k ∈ {"{"}1,5{"}"}
Scale: 1, 5, 10, 50, 100...
Epoch Response: NFT minting
MEVMRSS.md
Rule Set

The MEV Rule Set Specification. Formally defines what constitutes Activity (A), how V is calculated, the milestone thresholds, and any adopter-specific rules governing MEVU issuance.

Example content
A: Settled commerce transaction
V: EIP-712 OCEO payload × verifier
M: k × 10ⁿ threshold crossing
MEVOracle.md
Oracle

Declares the MEV Oracle operating mode — Off-Chain Only, On-Chain Only, or Bridge. For Bridge mode, documents the off-chain bridge architecture, signing mechanism, and data freshness policy.

Example content
Mode: Bridge
Oracle: OCEO (EIP-712 signed)
Freshness: 5-minute window
MEVActivity.md
Activity

Formally defines what constitutes a valid Activity event in this system. Specifies the data sources, event types, and any exclusion criteria for activity that cannot generate MEVU.

Example content
RBT: Settled food commerce payment
RBA: Settled platform revenue event
Exclusions: Test transactions, refunds
MEVAdaptation.md
Innovation

The innovation declaration. Documents everything the adopter built on top of the MEV foundation — their unique architecture, mechanisms, and contributions. This is what makes each implementation distinct.

Example content
Innovations: RBM, RBT, RBA, OCEO,
NativeTrigger, AllocationVault,
MEVTracker, Epoch NFT System
Get Started

How to Use the MEV Lite SDK

Four steps from zero to MEV-compliant.

Get the SDK

Clone or download the MEV Lite SDK from our public GitHub repository. Add the files to a /mev-sdk/ folder in your project root.

View on GitHub

Fill in Your Details

Complete each file with your system's specific implementation details — your MEVU form, milestone formula, Diapause phase (S=0 for Phase I), Oracle mode, and activity definitions.

Book Certification Review

Submit your completed MEVCompliance.md and Implementation Paper to the MEV Foundation for review. We will assess your compliance and issue your Registry ID if approved.

Get Listed

Receive your unique Registry ID, populate your MEVCertificate.md with it, and be listed on the MEV Global Registry at officialMEV.org.

View Registry

Ready to declare your compliance?

Get the MEV Lite SDK from GitHub, complete your files, and join the registry.

Get on GitHub