This page documents the Emerging Household Energy implementation flow for ITMO credentials.
Use this page for workflow steps. Use /platforms/Emerging/itmo-schema for canonical field and schema rules.
Prerequisites
- household-energy dMRV workflow is in place
- required evidence and claims are available for the reporting period
- credential issuance flow is available
Implementation flow
Prepare validated input data
Collect validated claim and reporting outputs for the issuance period.
- dMRV flow:
/platforms/Emerging/emerging-dmrv - Household reporting:
/platforms/Emerging/household-reporting
Assemble credential payload
Build an ITMO credential payload that matches the canonical schema.
- Schema reference:
/platforms/Emerging/itmo-schema
Issue credential
Issue the credential from the authorized issuer and persist status metadata.
Verify and publish status
Run proof and status checks, then expose the credential to required downstream parties.
Minimal payload example
{
"type": ["VerifiableCredential", "ITMOCredential"],
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:project",
"authorizationInfo": {},
"ndcQuantification": {}
}
}Related pages
- Canonical schema reference:
/platforms/Emerging/itmo-schema - Certification overview:
/platforms/Emerging/digital-certification - Registry dependency:
/platforms/Emerging/registry