Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions methodologies/hydropower-mrv/BOUNTY_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ Current Guardian library covers:
5. Complete testnet deployment with evidence

### Verra Alignment
- VM0040: Methodology for Improved Hydrological Systems
- Verra ACM0002 v22.0: Grid-connected electricity generation from renewable sources
- I-REC Standard compliance
- Gold Standard renewable energy requirements

## Request
We request DLT Earth/Exponential Science/HBAR Foundation to:
1. Add Hydropower MRV to the official bounty list
2. Or provide guidance on alternative funding/recognition pathways
3. Or accept as a pioneering general contribution with community recognition
Expand Down
2 changes: 1 addition & 1 deletion methodologies/hydropower-mrv/METHODOLOGY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Where Project EF = 0 (renewable source)
- Monthly aggregation for certificate issuance
## References
- I-REC Standard: https://www.irecstandard.org/
- Verra VM0040 (Hydro methodology)
- Verra ACM0002 v22.0: Grid-connected electricity generation from renewable sources
- Gold Standard Renewable Energy Requirements
## Technical Implementation
Full implementation details: https://github.com/BikramBiswas786/hedera-hydropower-mrv
2 changes: 1 addition & 1 deletion methodologies/hydropower-mrv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Guardian currently supports general renewable energy and carbon methodologies, b
4. **Verifier/orchestrator flow:** resolve DID → verify signature → audit → mint
5. **Resale/royalty demo + retirement** (token burn)
## Methodology Compliance
- ✅ **Verra VM0040** alignment (Improved Hydrological Systems)
- ✅ **Verra ACM0002** alignment (Improved Hydrological Systems)
- ✅ **I-REC Standard** compliance (Device Registry + Energy Tracking)
- ✅ **Gold Standard** renewable energy requirements
- ✅ **Formal methodology document** (see METHODOLOGY.md)
Expand Down
17 changes: 11 additions & 6 deletions methodologies/hydropower-mrv/VERRA-ALIGNMENT.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
# Verra Methodology Alignment
# Verra Methodology Alignment
## Compatible Methodologies
**VM0040 - Methodology for Improved Hydrological Systems**
- **Applicability:** Small-scale hydro projects
- **Alignment:** Our system digitizes VM0040 monitoring requirements
- **Enhancement:** Adds device-level verification via DIDs
**Verra ACM0002 v22.0 - Grid-connected Electricity Generation from Renewable Sources**

- **Applicability:** Small-scale hydropower facilities (< 15 MW) generating renewable electricity
- **Alignment:** Our system digitizes ACM0002 monitoring requirements for hydropower projects
- **Enhancement:** Adds device-level verification via DIDs and real-time cryptographic attestation

## Key Alignments
| Verra Requirement | Our Implementation |
|-------------------|-------------------|
|-------------------|--------------------|
| Energy measurement | Flow meter + head height sensors |
| Data integrity | Cryptographic signatures on HCS |
| Verification | Automated verifier microservice |
| Issuance | HTS tokens (fungible RECs) |
| Retirement | Token burn mechanism |

## I-REC Standard Compliance
✅ Device registry (DID-based)
✅ Energy output tracking (MWh)
✅ Monthly aggregation
✅ Unique identifiers (HTS token IDs)
✅ Transfer and retirement tracking

## Enhancement Beyond Traditional MRV
1. **Device-Level Identity:** Each turbine has cryptographic DID
2. **Real-Time Verification:** Automated signature verification (vs. periodic audits)
3. **Immutable Audit Trail:** Public DLT (vs. centralized databases)
4. **Tamper Detection:** Instant signature invalidation
5. **Replay Protection:** Nonce-based duplicate prevention

## Future Work
- Formal Verra validation for specific project sites
- Gold Standard methodology integration
Expand Down
Loading