> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/docs/develop/explorers/sustainability-atlas.md).

# Sustainability Atlas (Beta)

A standalone application that indexes data published by the Hedera Guardian to the Hedera Network and presents it through a sustainability-focused business lens — Projects, Credits, Methodologies, Organizations. It leverages aspects of the Guardian indexer.&#x20;

**Live:** [https://atlas.xeptagon.com](https://atlas.xeptagon.com/?utm_source=guardian)

***

### Who it's for

* Carbon credit buyers — find and compare projects before procurement
* ESG and sustainability officers — generate compliance-ready reports with traceability
* Auditors and VVBs — verify credit provenance and methodology alignment
* Registry operators — monitor issuance trends and methodology adoption
* Sustainability leads — track portfolios and SDG impact across holdings

***

### Features

* Browse and filter verified projects by registry, methodology, country, vintage, sector, and SDG alignment
* View each project's full credit lifecycle: issuances, transfers, and retirements in one place
* Explore methodologies and all projects that use them
* Track UN SDG alignment with dedicated dashboards and aggregated metrics per goal
* Monitor pipeline projects with milestone tracking through to expected issuance
* Export datasets as CSV, Excel, or PDF with traceability references for ESG reporting
* Save searches, follow projects and organizations, and build portfolios (authenticated users)
* Toggle between a simplified Business View and a Technical View with on-chain references
* Live dashboard: minted credits, active projects, published policies, registries, trend charts, and a global project map

***

### Source code

<https://github.com/hashgraph/guardian/tree/main/sustainability-atlas>

The `sustainability-atlas/` folder contains architecture documentation, environment setup, and technical details on the indexing pipeline and frontend.

***

### Contributor

Built by [Xeptagon](https://www.xeptagon.com).


---

# 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://guardian.hedera.com/docs/develop/explorers/sustainability-atlas.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.
