> For the complete documentation index, see [llms.txt](https://wp.newgreendealcorp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.newgreendealcorp.com/problem-statement/how-are-methane-emissions-different-from-co2-emissions.md).

# How are methane emissions different from CO2 emissions?

Methane gas is 23x stronger than CO2. Methane is a powerful climate pollutant responsible for roughly 50% of the net rise in global average temperature dating back to the pre-industrial age.

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

Reducing methane emissions from waste and other industries is regarded as the single most effective strategy to limit warming and improve public health. The ALBS eliminates over 95% of the methane gas released from the average landfill while producing a 0% carbon footprint (unlike the production of wind turbines and solar panels that create a carbon footprint during production itself), and can be installed at any Municipal Solid Waste (MSW) landfill anywhere in the world. Each remediated landfill eliminated is equivalent to removing millions of vehicles from the roads. ALBS is virtually odorless and eliminates 100% of the contaminated groundwater from seeping into water tables.

<figure><img src="/files/zulP1rQ3latsTNDk9tMi" alt=""><figcaption><p>Source: https://sercblog.si.edu/methane-packs-more-punch-than-we-thought-but-so-does-getting-rid-of-it/</p></figcaption></figure>

Estimated annual methane emissions by region and sector.

<figure><img src="/files/om1Jd6BulP8iCOGbfO8X" alt=""><figcaption><p>Source: https://www.ccacoalition.org/en/content/benefits-and-costs-mitigating-methane-emissions</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wp.newgreendealcorp.com/problem-statement/how-are-methane-emissions-different-from-co2-emissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
