> For the complete documentation index, see [llms.txt](https://www.digitalnations.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/cryptocurrencies/problems-with-cryptocurrencies/environmental-concerns.md).

# Environmental Concerns

Proof-of-work consensus mining uses a significant amount of energy.  It has been estimated that each transaction uses enough electricity to power the average home for six weeks.  When you add all the transactions together, the cost is staggering – Bitcoin alone consumes roughly X% of the world’s energy.  That’s 7x the amount Google uses and more than Norway!

&#x20;                                       **Bitcoin consumes more energy than many countries**

<figure><img src="/files/HM2j46W1mGvZmxzpj224" alt=""><figcaption><p>Source:  <a href="https://www.forbes.com/sites/niallmccarthy/2021/05/05/bitcoin-devours-more-electricity-than-many-countries-infographic/">Forbes</a></p></figcaption></figure>

Fortunately, these statistics may not be as alarming as they seem at first glance.  First of all, energy expenditure does not necessarily equate to environmental impact.  In fact, because miners are incentivized to find the cheapest source of energy possible, many rely on alternative sources such as wind or solar  Some estimates believe that 40% to 75% of the energy to power proof-of-work mining may come from renewable sources.

Second, many newer cryptocurrencies are adopting a proof-of-stake model (and Ethereum is transitioning to one), which uses almost no energy.&#x20;


---

# 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:

```
GET https://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/cryptocurrencies/problems-with-cryptocurrencies/environmental-concerns.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.
