> ## Documentation Index
> Fetch the complete documentation index at: https://ixoworld-mintlify-0aee4309.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Emerging Household Energy ITMO credentials

> Issue and verify ITMO credentials in Emerging Household Energy workflows using the canonical ITMO schema reference.

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

<Steps>
  <Step title="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`
  </Step>

  <Step title="Assemble credential payload">
    Build an ITMO credential payload that matches the canonical schema.

    * Schema reference: `/platforms/Emerging/itmo-schema`
  </Step>

  <Step title="Issue credential">
    Issue the credential from the authorized issuer and persist status metadata.
  </Step>

  <Step title="Verify and publish status">
    Run proof and status checks, then expose the credential to required downstream parties.
  </Step>
</Steps>

## Minimal payload example

```json theme={null}
{
  "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`
