Skip to content

Commit f30be5b

Browse files
authored
docs: Add Gold Standard metered energy cooking v1.2 and v2.0
Signed-off-by: Gautam Prajapati <gautamprajapati06@gmail.com>
1 parent 16e6f43 commit f30be5b

27 files changed

Lines changed: 3402 additions & 207 deletions
Binary file not shown.
Binary file not shown.
Lines changed: 265 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
# MECD v1.2 — Metered & Measured Energy Cooking Devices
2+
3+
> **A newer version is available.** This is the v1.2 policy bundle, used by
4+
> the first MECD live deployment (ATEC × Earthood, GS11815 / GS11817, the
5+
> first fully digital Gold Standard cookstove issuance). For new projects we
6+
> recommend the Paris-Agreement-aligned [v2.0 policy](MECD%20v2.0/) instead.
7+
> Existing v1.2 projects can stay on v1.2 until their current crediting period
8+
> ends — see the [migration guide](MECD%20v2.0/migration-from-v1.2.md).
9+
10+
## Table of contents
11+
12+
<!-- TOC -->
13+
14+
- [Introduction](#introduction)
15+
- [Why MECD](#why-mecd)
16+
- [Workflow at a glance](#workflow-at-a-glance)
17+
- [Policy guide](#policy-guide)
18+
- [Available roles](#available-roles)
19+
- [Quantification methods](#quantification-methods)
20+
- [Important documents and schemas](#important-documents-and-schemas)
21+
- [Token (carbon credit)](#token-carbon-credit)
22+
- [Step by step](#step-by-step)
23+
- [Registry (Gold Standard) flow](#registry-gold-standard-flow)
24+
- [Project Proponent flow](#project-proponent-flow)
25+
- [VVB flow](#vvb-flow)
26+
- [Direct device measurement (vs. sample-based)](#direct-device-measurement-vs-sample-based)
27+
- [Where this fits in the methodology lifecycle](#where-this-fits-in-the-methodology-lifecycle)
28+
29+
<!-- /TOC -->
30+
31+
## Introduction
32+
33+
Roughly 2.3 billion people still cook over open fires or basic biomass stoves.
34+
The smoke causes ~3.2 million premature deaths a year (WHO), most of the wood
35+
comes from non-renewable sources, and the soot is a measurable short-lived
36+
climate forcer. Clean-cookstove projects swap those stoves for efficient
37+
electric, LPG, biogas, or advanced biomass devices, and earn carbon credits
38+
for the avoided emissions.
39+
40+
Cookstoves are one of the largest single project types in the voluntary
41+
carbon market — but they've also been one of the most over-credited. A 2023
42+
[University of California, Berkeley study](https://assets.researchsquare.com/files/rs-2606020/v1/c2e6a772-b013-49f9-9fc4-8d7d82d4bebc.pdf?c=1678869691)
43+
found cookstove projects across all major standards over-credited by ~9× on
44+
average. Gold Standard's Metered & Measured Energy Cooking Devices (MECD)
45+
methodology was the closest to ground-truth (~1.3× over-credit), because it
46+
monitors fuel and energy use directly per device instead of extrapolating
47+
from sample surveys.
48+
49+
This Guardian policy implements MECD v1.2 end-to-end: project listing →
50+
validation → monitoring → verification → token mint, with every step
51+
recorded as a verifiable credential on the Hedera ledger. It was used for
52+
ATEC's PoA GS11815 / VPA02 (GS11817) — the first fully digital MECD
53+
issuance, verified by Earthood and minted on Hedera in 2024.
54+
55+
## Why MECD
56+
57+
Cookstove projects support SDGs 3 (health), 5 (gender), 7 (energy), and 13
58+
(climate). To stay defensible, the methodology behind a project has to give
59+
accurate — or at least conservative — emission reductions. Several existing
60+
cookstove methodologies don't:
61+
62+
- [GS-TPDDTEC](https://globalgoals.goldstandard.org/407-ee-ics-technologies-and-practices-to-displace-decentrilized-thermal-energy-tpddtec-consumption/) and [GS-Simplified](https://globalgoals.goldstandard.org/408-ee-ics-simplified-methodology-for-efficient-cookstoves/) — sample-based, prone to overcrediting.
63+
- [CDM-AMS-II-G](https://cdm.unfccc.int/methodologies/DB/GNFWB3Y6GM4WPXFRR2SXKS9XR908IO), [CDM-AMS-I-E](https://cdm.unfccc.int/methodologies/DB/JB9J7XDIJ3298CLGZ1279ZMB2Y4NPQ) — older CDM methodologies, less commonly used.
64+
- **[GS-MECD](https://globalgoals.goldstandard.org/news-methodology-for-metered-measured-energy-cooking-devices/) — the one this policy implements.**
65+
66+
The Berkeley study mentioned above found MECD to be the closest match to
67+
real ground-truth emissions of any major cookstove methodology, because it
68+
demands per-device measurement instead of extrapolation. That same property
69+
makes it well-suited to digital MRV (which is what this policy is for): if
70+
your meter is already capturing data continuously, the path from raw data to
71+
audit-ready credit can be automated.
72+
73+
This Guardian policy is the digital implementation of MECD v1.2, following
74+
[Gold Standard's typical project lifecycle](https://academy.sustain-cert.com/wp-content/uploads/sites/3/2021/10/GS-Project-Cycle_15042021_Annyta.pdf).
75+
76+
77+
## Workflow at a glance
78+
79+
The path from project listing to minted credits:
80+
81+
1. **VVB applies and is approved** by Gold Standard.
82+
2. **Project Proponent submits a PDD** describing the project, baseline,
83+
and methodology choice (M1 or M2).
84+
3. **Gold Standard lists the project**.
85+
4. **Project Proponent assigns a VVB** to validate the PDD. The VVB
86+
submits a validation report; Gold Standard approves it.
87+
5. **Project Proponent submits a monitoring report** for the period. The
88+
metered data flows in from the project's measurement system.
89+
6. **Project Proponent assigns a VVB** to verify the monitoring report.
90+
The VVB submits a verification report.
91+
7. **Gold Standard approves the verification report**, triggering the mint.
92+
VER tokens land in the Project Proponent's Hedera account, one per tCO2e.
93+
94+
Every step is a verifiable credential signed by the relevant role and
95+
hash-anchored to a Hedera Consensus Service topic.
96+
97+
## Policy guide
98+
99+
The policy is published to the Hedera network. Import it via the GitHub
100+
`.policy` file in this folder (`MECD-v1.2.policy`) or via the corresponding
101+
Hedera topic.
102+
103+
### Available roles
104+
105+
- **Project Proponent** — project developer who deploys and operates the
106+
cookstove project and receives credits (VER).
107+
- **VVB (Validation & Verification Body)** — independent third party that
108+
audits the PDD and each monitoring report.
109+
- **Gold Standard (Standard Registry)** — trusted registry overseeing the
110+
full project cycle and authorising the mint.
111+
112+
### Quantification methods
113+
114+
MECD v1.2 supports two quantification methods:
115+
116+
- **Method 1 (WBT — Water Boiling Test)** — credits useful cooking energy.
117+
Uses baseline stove efficiency × fuel emission factors to compute a
118+
baseline EF on a useful-energy basis.
119+
- **Method 2 (CCT — Controlled Cooking Test)** — credits the specific
120+
energy consumption ratio between baseline and project. The most common
121+
choice for projects where the baseline household has measurable per-meal
122+
energy use, including the ATEC GS11817 deployment.
123+
124+
(Method 3 (KPT — Kitchen Performance Test) is a v2.0 addition; not in
125+
v1.2.)
126+
127+
### Important documents and schemas
128+
129+
The policy uses a familiar GS project lifecycle with five primary documents:
130+
131+
1. **Project Proponent / VVB Account Registration** — onboarding forms
132+
for the two non-registry roles. Reviewed and approved by Gold Standard.
133+
2. **GS PDD (Project Design Document)** — the project's design — baseline
134+
fuel mix, methodology choice (M1/M2), target population, additionality
135+
argument, SDG contributions, ex-ante emission estimates.
136+
3. **GS Validation Report** — VVB's sign-off on the PDD, with assessment
137+
team, evidence reviewed, finding log, and audit milestone records.
138+
4. **Monitoring Report (Auto) GS** — aggregated metered data for one
139+
monitoring period, plus the computed BE / AE / LE / ER chain.
140+
5. **Emission Reduction Document GS** — the calculator's output: per-fuel
141+
baseline rows, project emissions per branch (electric / fossil /
142+
renewable), leakage, and the final ER number.
143+
6. **GS Verification Report** — VVB's sign-off on the monitoring report;
144+
triggers the mint when approved by Gold Standard.
145+
146+
### Token (carbon credit)
147+
148+
**Verified Emission Reduction (VER)** — fungible Hedera token, one per
149+
tonne of CO2e avoided.
150+
151+
### Step by step
152+
153+
Screenshots are included only for the methodology-specific moments. Account
154+
creation, role approvals, and "assign VVB" steps work the same way as in
155+
every other Guardian policy.
156+
157+
#### Registry (Gold Standard) flow
158+
159+
The Standard Registry publishes the policy, holds the Hedera topic key, and
160+
sits at every approval gate in the workflow.
161+
162+
1. Log in as the registry user and import the policy file from this folder.
163+
164+
2. Approve incoming Project Proponent and VVB account applications.
165+
166+
3. Review submitted PDDs and approve project listings.
167+
168+
4. Review and approve VVB validation reports.
169+
170+
5. Review and approve monitoring reports submitted by proponents.
171+
172+
6. Review and approve verification reports — this triggers the mint.
173+
174+
[SCREENSHOT_PLACEHOLDER: verification report approval + mint]
175+
176+
7. Inspect the trust chain for any minted credit. Every step is signed and
177+
anchored to a Hedera Consensus Service topic, so any reviewer can trace a
178+
credit back through the project documents that produced it.
179+
180+
[SCREENSHOT_PLACEHOLDER: trust chain view]
181+
182+
#### Project Proponent flow
183+
184+
1. Register an account (Project Proponent Account Registration form). Wait
185+
for Gold Standard to approve.
186+
187+
2. Submit a Project Design Document (PDD). This is the heaviest form — it
188+
covers project details, baseline fuel mix and EFs, methodology choice
189+
(M1 or M2), target population, additionality, and the ex-ante credit
190+
estimate.
191+
192+
[SCREENSHOT_PLACEHOLDER: PDD submission form]
193+
194+
3. After Gold Standard lists the PDD, assign a VVB to validate it. Once the
195+
VVB submits a validation report and Gold Standard approves it, the
196+
project is live for monitoring.
197+
198+
4. For each monitoring period, submit a monitoring report. The form
199+
captures the period's metered data; the policy's `pp_er_calcs` block
200+
computes baseline / project / leakage emissions and the resulting ER.
201+
202+
[SCREENSHOT_PLACEHOLDER: monitoring report submission]
203+
204+
5. Assign a VVB to verify the monitoring report.
205+
206+
6. Once Gold Standard approves the verification report, the VER tokens are
207+
minted directly into the proponent's Hedera account.
208+
209+
#### VVB flow
210+
211+
VVB is the external independent third party that audits the project at two
212+
gates: validation (the PDD) and verification (each monitoring report). The
213+
VVB can sign off, request changes, or reject.
214+
215+
1. After registering and being approved, the VVB sees PDDs assigned to them
216+
for validation. Reviews the baseline assumptions, methodology choice,
217+
eligibility, and additionality argument.
218+
219+
2. Submit a validation report. Once Gold Standard approves it, the project
220+
moves into the monitoring phase.
221+
222+
3. For each monitoring period the VVB is assigned to, review the monitoring
223+
report — spot-check the metered data, confirm the calc inputs, and
224+
submit a verification report.
225+
226+
[SCREENSHOT_PLACEHOLDER: VVB verification review]
227+
228+
## Direct device measurement (vs. sample-based)
229+
230+
The "metered" in MECD is the methodological hook that makes the policy
231+
work end-to-end on the ledger. Each project device carries a meter (or
232+
fuel-sale records, in non-electric variants) and the data flows into the
233+
monitoring report directly, without sample extrapolation. Most cookstove
234+
methodologies historically required sample surveys of a few percent of
235+
households and projected the rest, which is the principal source of
236+
overcrediting in the sector.
237+
238+
The v2.0 revision tightens this further with a Continuously Tracked
239+
Energy Consumption (CTEC) integrity check (≥95% of devices reporting per
240+
period) and a meter-error adjustment. v1.2 doesn't enforce these but the
241+
direct-measurement design is the same.
242+
243+
## Where this fits in the methodology lifecycle
244+
245+
MECD v1.2 is the version this policy implements. It was used for the first
246+
fully digital MECD issuance (ATEC × Earthood, GS11815 / GS11817, Bangladesh,
247+
2024) and remains supported for projects mid-crediting-period.
248+
249+
For new deployments, Gold Standard published a Paris-Agreement-aligned
250+
revision in 2025 that supersedes v1.2:
251+
252+
- Adds **Method 3 (KPT)** as a third quantification path.
253+
- Makes **upstream emission factors (UEF)** mandatory on every fuel.
254+
- Adds a **conservativeness stack**: 90/10 uncertainty rule, per-capita
255+
consumption cap, downward adjustment factor, NDC-aligned BAU ceiling,
256+
meter-error adjustment.
257+
- Adds **embodied leakage** for stove manufacturing in the deployment year.
258+
259+
The v2.0 implementation lives in [`MECD v2.0/`](MECD%20v2.0/) alongside
260+
realistic ATEC-derived test fixtures, sanitised API curls, a migration
261+
guide, and full per-role workflow documentation.
262+
263+
If you're starting a new project, use [v2.0](MECD%20v2.0/). If you're
264+
mid-crediting-period on v1.2, stay on v1.2 until renewal — see the
265+
[migration guide](MECD%20v2.0/migration-from-v1.2.md).
Binary file not shown.

0 commit comments

Comments
 (0)