# Carbon Reduction Measurement - GHG Corporate Standard Policy Guid

The setup for the CRU policy is identical to the Carbon Emission Measurement - GHG Corporate Standard policy, please refer to [here](/guardian-dev/guardian/demo-guide/carbon-emissions/carbon-emissions-measurement-ghg-corporate-standard-policy-guide.md), except for the below steps

#### Setup project

* Login as StandardRegistry user
* Open CRU policy
* Enter project information

<figure><img src="/files/pGYV6XCcDCQ0Ih1Vrth9" alt=""><figcaption></figcaption></figure>

### Sending MRV

We use a similar method to sending MRV as the Carbon Emission policy [here](/guardian-dev/guardian/demo-guide/carbon-emissions.md). Please note that the MRV schema is not the same. The cru payload will look like the below example:

```
{
  "owner": "DID",
  "policyTag": "CRU_POLICY_TAG",
  "document": {
    "id": "{{$guid}}",
    "type": [
      "VerifiableCredential"
    ],
    "issuer": "DID",
    "issuanceDate": "2022-10-22T11:12:43.017Z",
    "@context": [
      "https://www.w3.org/2018/credentials/v1"
    ],
    "credentialSubject": [
      {
        "type": "a305f206-4107-47a6-87fb-571ef7655527&1.0.0",
        "@context": [
          "https://ipfs.io/ipfs/bafkreiarrpieuodeamv4ix75iv4bxp3d6drzdknqaaagwp3x7g2bm73zmy"
        ],
        "readingId": "{{$guid}}",
        "deviceId": "deviceDID",
        "readingDate": "2022-10-22",
        "intervalStartDateTime": "2022-10-22T11:00:00.000Z",
        "intervalEndDateTime": "2022-10-22T11:05:00.000Z",
        "intervalDuration": 300,
        "intervalDurationUOM": "s",
        "value": 0.5,
        "valueUOM": "litre",
        "quality": "HIGH - REAL TIME IOT DEVICE READINGS",
        "CO2eqEmissionsReduction": 0.5,
        "CO2eqEmissionsReductionTYMLEZ": 0.5,
        "emissionsReductionUOM": "ton",
        "CO2eqEmissionsReductionFormulaLink": "https://www.ipcc.ch/assessment-report/ar5/",
        "CO2eqEmissionsReductionFormula": "$CO2Emissions+(CH4Emissions\\times 28)+(N2OEmissions\\times 265)$",
        "tokenOwnerId": "0.0.48700521"
      }
    ],
    "proof": {
      "type": "Ed25519Signature2018",
      "created": "2022-10-21T05:40:13Z",
      "verificationMethod": "did:hedera:testnet:VX3a6nYMtoaKEvcvqamjeknqb2MSYMd7GHP8RB13bCn;hedera:testnet:tid=0.0.48673640#did-root-key",
      "proofPurpose": "assertionMethod",
      "jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..0PjYVmLHl_pL5IYd6XnNv5aSvSduVBaNX7VhWbfNpfdkAtSTKuKsjjBs0CuC3i8l1XIMyRHdm3yn3N4jRS3IAQ"
    }
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guardian.hedera.com/guardian-dev/guardian/demo-guide/carbon-offsets/carbon-reduction-measurement-ghg-corporate-standard-policy-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
