International Renewable Energy Certificate
Tradable attribute certificates evidencing one MWh of renewable generation.
- Registry
- iREC
- Sector
- Energy attribute
- Credit
- I-REC · MWh
- Issued as
- org.hypercerts.claim.activity
The issued hypercert is a batch of I-REC credits recorded at once, comparable to a registry issuance batch. It carries weighted contributors, a work scope and a rights record, so any app in the ATProto Collective Funding Ecosystem can read it natively.
Overview
The I-REC for electricity is an Energy Attribute Certificate issued under the International Attribute Tracking Standard maintained by the I-TRACK Foundation, with the electricity product code operated by Evident. The certificate records the attributes of electricity generation, including the energy source, so the origin of renewable electricity can be tracked and claimed. One I-REC represents one megawatt-hour of electricity produced and delivered. It is an attribute certificate for electricity and does not by itself represent a greenhouse gas emission reduction credit.
Sources: methodology document · International Renewable Energy Certificate
01 · Roles
Issuer
role · issuer
Operates the registry and issues certificates.
Registrant
role · registrant
Registers production devices and requests issuance.
Inspector
role · inspector
Audits device registration and metering evidence.
02 · Policy graph
8 nodesThe workflow as an explicit directed graph. In Graph each column is one role, so you can see who acts at each step; every node names the org.broadlistening.policy.block.* def it resolves to plus its input and output record. Data flow switches to a lineage view that makes explicit what data each node needs and makes, with dependency arcs tracing every record back to the node that produced it. Hover to trace, click to inspect; revise edges (dashed) send work back.
Hover to trace · click to inspect
Issue certificate
IssuerOne certificate per MWh of renewable generation.
- Lexicon
- org.broadlistening.policy.block.issue
- Input
- org.hypercerts.collection + the computed total
- Output
- org.hypercerts.claim.activity
Node kinds in this graph
- Role selectorg.broadlistening.policy.block.roleSelect
- Request documentorg.broadlistening.policy.block.requestDocument
- Revieworg.broadlistening.policy.block.review
- Persistorg.broadlistening.policy.block.persist
- Issue hypercertorg.broadlistening.policy.block.issue
- Provenanceorg.broadlistening.policy.block.provenance
control-flow event
revise (sends back)
03 · Generated lexicon records
The records this methodology compiles to, ready to write to a PDS. The first tabs are the new policy engine records; the ★ claim.activity tab and those after it are reused ATProto Collective Funding Ecosystem records (org.hypercerts.*): the issued hypercert batch, its rights, an example verification attachment and a retirement receipt.
org.broadlistening.policy.methodology/irec
{
"$type": "org.broadlistening.policy.methodology",
"code": "I-REC",
"name": "International Renewable Energy Certificate",
"registry": "International Renewable Energy Certificate (iREC)",
"sector": "Energy attribute",
"creditType": "certificate",
"status": "active",
"version": "1.0",
"roles": [
{
"id": "issuer",
"name": "Issuer",
"permission": "Operates the registry and issues certificates."
},
{
"id": "registrant",
"name": "Registrant",
"permission": "Registers production devices and requests issuance."
},
{
"id": "inspector",
"name": "Inspector",
"permission": "Audits device registration and metering evidence."
}
],
"schemas": [
"at://did:plc:bl0adl1sten1ngp0l1cyreg/org.broadlistening.policy.schema/irec-device",
"at://did:plc:bl0adl1sten1ngp0l1cyreg/org.broadlistening.policy.schema/irec-issue-request"
],
"graph": "at://did:plc:bl0adl1sten1ngp0l1cyreg/org.broadlistening.policy.graph/irec",
"issuesAs": "org.hypercerts.claim.activity",
"workScope": "at://did:plc:bl0adl1sten1ngp0l1cyreg/org.hypercerts.workscope.cel/irec-scope",
"rights": "at://did:plc:bl0adl1sten1ngp0l1cyreg/org.hypercerts.claim.rights/irec-rights",
"createdAt": "2025-01-01T00:00:00.000Z"
}04 · Schemas
Production Device
schema · deviceRegisters the renewable generation device.
| Field | Type | Req | Description |
|---|---|---|---|
| deviceName | string | ✓ | Device / facility name. |
| technology | string | ✓ | Generation technology (solar, wind, hydro…). |
| capacityMw | number | ✓ | Nameplate capacity in MW. |
| commissioned | datetime | ✓ | Commissioning date. |
Issuance Request
schema · issue-requestRequests certificates for metered generation.
| Field | Type | Req | Description |
|---|---|---|---|
| device | ref | ✓ | strongRef to the approved device. |
| period | string | ✓ | Production period (ISO-8601 interval). |
| mwh | number | ✓ | Metered net generation in MWh. |