> For the complete documentation index, see [llms.txt](https://ohm3.gitbook.io/ohm3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ohm3.gitbook.io/ohm3/references.md).

# References

* Energy Institute, [2024, 73rd edition Statistical Review of World Energy](https://www.energyinst.org/statistical-review#regional-overview)
* International Energy Agency (IEA), [Electricity 2024](https://www.iea.org/reports/electricity-2024)
* BloombergNEF, [Energy Transition Investment Trends](https://about.bnef.com/energy-transition-investment/)
* Climate Group, [RE100](https://www.there100.org/)&#x20;
* APEC Energy Overview, [APEC Energy Overview 2023](https://aperc.or.jp/reports/energy_overview.php)
* Deloitte, [2024 Renewable Energy Industry Outlook](https://www2.deloitte.com/us/en/insights/industry/renewable-energy/renewable-energy-industry-outlook.html)
* &#x20;International Energy Agency (IEA), [World Energy Investment 2024](https://www.iea.org/reports/world-energy-investment-2024/overview-and-key-findings)
* International Energy Agency (IEA), [Clean Energy Market Monitor - March 2024](https://www.iea.org/reports/clean-energy-market-monitor-march-2024#)
* World Economic Forum, [Blockchain for Scaling Climate Action](https://www3.weforum.org/docs/WEF_Blockchain_for_Scaling_Climate_Action_2023.pdf)
* World Economic Forum, [Power of digitalization: How better use of data is helping drive the energy transition](https://www.weforum.org/agenda/2023/01/davos23-data-is-helping-to-drive-the-energy-transition/)
* ScienceDirect, Heliyon, [Blockchain technology in the renewable energy sector: A co-word analysis of academic discourse](https://www.sciencedirect.com/science/article/pii/S2405844024056317)
* Coindesk,[ DePIN Can Power a More Sustainable GenAI Industry](https://www.coindesk.com/opinion/2024/07/12/depin-can-power-a-more-sustainable-genai-industry/?_gl=1*lupxgs*_up*MQ..*_ga*MTY0ODA3NzAwOS4xNzI0OTI4ODUy*_ga_VM3STRYVN8*MTcyNDkyODg0Ny4xLjEuMTcyNDkyODk3Ny4wLjAuMTg4NzI1MTk0Nw..)
* Coindesk, [DePIN Can Rebuild the Grid From the Bottom Up](https://www.coindesk.com/opinion/2024/06/28/depin-can-rebuild-the-grid-from-the-bottom-up/)
* Forbes, [Decentralizing Infrastructure: How DePIN Is Redefining Business Models](https://www.forbes.com/councils/forbesbusinessdevelopmentcouncil/2024/06/04/decentralizing-infrastructure-how-depin-is-redefining-business-models/)
* World Bank, [Blockchain and Emerging Digital Technologies for Enhancing Post-2020 Climate Markets](https://documents1.worldbank.org/curated/en/942981521464296927/pdf/124402-WP-Blockchainandemergingdigitaltechnologiesforenhancingpostclimatemarkets-PUBLIC.pdf)


---

# 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://ohm3.gitbook.io/ohm3/references.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.
