> For the complete documentation index, see [llms.txt](https://whitepaper.mars4.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mars4.me/mechanics-and-features/machinery-cell-chargers-containers-and-decorations/methane-production.md).

# Methane Production

Due to detectable methane on Mars being chemically unstable in the red planet’s atmosphere, specialised machines will be needed to produce methane. These machines will gather CO2 from the atmosphere and through electrolysis with water from the ice found on Mars will, in turn, produce methane.

**Simplified Summary:**

* Methane Production Machines
  * A machine that makes use of supplied energy to produce methane via electrolysis of water and CO2.
* Resources Required:
  * Frozen water (H2O) found on Mars
  * Carbon Dioxide (CO2) gathered by the Methane Production Machine.
* The Process:
  * Craft the methane production machine
  * Provide energy cells to power the machine
  * The machine automatically collects a reservoir of carbon dioxide
  * Provide frozen water to the machine
  * The machine produces Methane

Tier 1 Methane Production Machine

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

Tier 2 Methane Production Machine

<figure><img src="/files/dLCPcApBBAjwuV4NJHaS" alt=""><figcaption></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://whitepaper.mars4.me/mechanics-and-features/machinery-cell-chargers-containers-and-decorations/methane-production.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.
