You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This Minimum Viable Product will demonstrate these key concepts from the Carbon Accounting and Certification Working Group:

  1. Use Hyperledger to perform a carbon accounting audit or carbon neutrality certification in a permissioned ledger.
  2. Create tokens or assets based on the audit so that it could be used for another company, such as a customer, in its carbon audit and certification down the value chain.

It's a simulation of how carbon emissions data could be shared across multiple permissioned ledgers once this technology becomes widely adopted.  Meanwhile, it could also be used as a self-contained application for calculate carbon emissions of companies.  

Let's start with a hypothetical company C1, which makes and sells a product.  To do so, it purchases energy from a local utility and raw materials from a supplier.  To become carbon neutral, it purchases a Renewable Energy Certificates (REC's) to offset its energy emissions and carbon offsets to balance out its overall carbon footprint. 

Each of the entities will tokenize the carbon footprint of its output and place it on a permissioned ledger for its customers to use:

  • The utility will create a token of its carbon emissions based on kWH sold and place it on the utility permissioned ledger.  (In reality, this will probably have to be done by an entity which does this for the utility.)
  • The REC and carbon offsets sellers will each publish a token of the amount of renewable energy or carbon offsets purchased and place them on their respective ledgers.  These could be ledgers shared by multiple REC and carbon offsets sellers and all their customers. 
  • Finally, the raw materials supplier will create a token for its product and place it on its own permissioned ledger. 

The MVP would:

  1. Subscribe to the permissioned ledgers of the utility, REC seller, carbon offsets seller, and raw materials supplier.
  2. Obtain the tokens from the utility, REC seller, carbon offsets seller, and raw materials supplier.
  3. Obtain information about the company's output.
  4. Run smart contract to calculate the net emissions of the company.
  5. Calculate the carbon emissions per unit of product sold.  
  6. Set up a permissioned ledger for the company's customers.
  7. Create tokens or assets on the ledger for the company's products.

Then a second company, C2, could use the tokens from C1 to calculate the carbon emissions of its purchases from C1.  

See the Data Center Carbon Calculator for a very simple example of this.

  • No labels