> For the complete documentation index, see [llms.txt](https://docs.suno.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suno.finance/whitepaper/energy-tracking-and-monetization.md).

# Energy Tracking and Monetization

The credibility of the Suno Protocol relies on a transparent link between real-world energy production and on-chain value. To ensure this connection, the Protocol integrates robust systems for **real-time tracking of energy generation** and the **monetization of energy output** across all operational projects.

#### Verifiable Energy Data

Each clean energy project onboarded to the Protocol is equipped with **IoT-connected energy meters** or integrated data feeds that measure electricity production in real time. These systems track key performance indicators such as watt-hours generated, operational uptime, and conversion efficiency.

Energy data is either **pushed on-chain through oracles** or aggregated off-chain and periodically committed to the blockchain through verified data providers. This architecture allows the Protocol to maintain an auditable, tamper-resistant record of actual energy production, which directly informs income calculations and tokenholder rewards.

#### Conversion to Monetized Revenue

The energy generated by each project is sold into local electricity markets, often under **Power Purchase Agreements (PPAs)** or other contractual arrangements with energy buyers. The income derived from these sales forms the **financial basis** for all returns distributed by the Protocol.

Revenue generated is either:

* Paid directly to the Protocol’s smart contracts in stablecoins (in jurisdictions where this is possible),
* Or converted into stable digital assets off-chain by trusted operators and then transferred on-chain.

This ensures that the income produced by energy assets flows directly into the Suno ecosystem, creating a **transparent and verifiable source of yield** for pWatt and uWatt holders.

#### Yield Calculation and Distribution

For pWatt holders, revenue from a project is distributed proportionally based on token ownership. For uWatt holders, revenue is pooled at the Reserve level and distributed according to each participant’s share of the total uWatt supply.

This model maintains a direct and reliable link between **energy production**, **monetized cash flow**, and **on-chain rewards**—creating a transparent and trust-minimized mechanism for connecting clean energy infrastructure with digital finance.


---

# 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://docs.suno.finance/whitepaper/energy-tracking-and-monetization.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.
