> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangrovesystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mass Balance Accounting

> Track material flows and their associated MRV calculations across various stages of your project.

Mass balance accounting in Mangrove enables projects to track material flows—such as feedstocks, masses processed, masses produced, or sequestrations — throughout various stages of production. This allows project developers to:

* Get a clear, unified view of material flows across the entire project.
* Maintain traceable records of every batch.
* Calculate, and carry forward, the carbon profile of individual batches at different production stages.
* Support auditing, and reporting needs with accurate, transparent data.

Each project can define multiple mass accounts to track the outputs at different stages. These mass accounts serve as ongoing ledgers that record the accumulation and usage of material at that stage. Each account can also be thought of as representing a source, stock, or sink in the process.

```mermaid theme={null}
graph LR
A1[<b>Mass Account</b><br>stage] --> B[<b>Mass Account</b><br>stage]
A2[<b>Mass Account</b><br>stage] --> B
B --> C[<b>Mass Account</b> <br>stage]
```

<Note>Mass balance accounts need to be configured by a member of the Mangrove team - please reach out to get accounts set up.</Note>

#### Examples of accounts:

<AccordionGroup>
  <Accordion title="Biochar">
    ```mermaid theme={null}
    graph LR
    A[Biomass Received<br>capture stage] --> B[<b>Biochar Produced</b><br>production stage]
    B --> C[<b>Biochar Delivered and Applied</b> <br>sequestration stage]
    ```
  </Accordion>

  <Accordion title="Carbon Capture and Storage">
    ```mermaid theme={null}
    graph LR
    A[CO2 Captured<br>capture stage] --> B1[<b>CO2 Sequestered</b><br>sequestration stage]
    A --> B2[<b>CO2 Utilized</b> <br>utilization stage]
    A --> B3[<b>CO2 Loss</b> <br>loss stage]
    ```
  </Accordion>

  <Accordion title="Renewable Fuels">
    ```mermaid theme={null}
    graph LR
    A[Dairy manure in<br>feedstock stage] --> B[<b>Biogas produced</b><br>production stage]
    B --> C[<b>Biomethane upgraded</b> <br>production stage]
    C --> D1[<b>Biomethane injected</b> <br>transmission stage]
    C --> D2[<b>Biomethane loss</b> <br>loss stage]
    ```
  </Accordion>
</AccordionGroup>
