# Contributing pWatts to the Reserve

A core mechanism of the Suno Protocol is the ability for pWatt holders to **transfer ownership** of their tokens to the Reserve in exchange for newly issued uWatts. This process allows participants to convert project-specific exposure into a diversified, liquid asset, while also expanding the Reserve’s collateral base.

#### When a Transfer is Possible

Only pWatts from **fully operational projects** are eligible for transfer into the Reserve. This ensures that the Reserve is backed exclusively by income-generating assets with measurable performance and real-time energy data. Once a project reaches operational status, its pWatt holders can initiate the transfer at any time—there is no fixed window or expiration for this opportunity.

<div align="center"><figure><img src="/files/4JevbXzHUY33B0OgAz7F" alt="Diagram illustrating the process of a user exchanging pWatts for uWatts. The user initially holds pWatts, which represent ownership in a specific clean energy project. These pWatts are transferred to the Reserve, a portfolio of operational solar projects. In return, the user receives uWatts, which represent fractional ownership of the Reserve. Arrows show the flow from the user to the pWatt, from pWatt to the Reserve, and back from the Reserve to uWatts, then to the user again."><figcaption><p>uWatts are only created when a participant contributes pWatts of operational projects to the Suno Reserve. This ensures that every uWatt is backed by functional real-world projects.</p></figcaption></figure></div>

#### Valuation and uWatt Minting

The number of uWatts a participant receives in exchange for their pWatts is determined by the **intrinsic value** of the project being contributed. This value is calculated using a standardized **Net Present Value (NPV)** model, which discounts the expected future cash flows of the project to present-day terms.

The Protocol computes:

$$
\textnormal{uWatts to mint} = \frac{\textnormal{NPV of contributed pWatts}}{\textnormal{Current uWatt Reference Value}}
$$

This ensures that:

* The amount of uWatts minted reflects the economic value of the asset entering the Reserve.
* The Reserve maintains a **1:1 value ratio** between its TVL (Total Value Locked) and the total uWatt supply.

The NPV model considers variables such as:

* Remaining operational life
* Expected annual cash flow
* Discount rates based on market or protocol-specific factors
* Historical performance of the asset

All calculations are handled by smart contracts or oracles to ensure transparency and consistency.

#### Incentives for Participants

This mechanism creates a compelling incentive for pWatt holders to contribute to the Reserve. In many cases, the **NPV of a newly operational project** exceeds its original funding cost (the pWatt acquisition price) by **15–25%**, meaning participants may receive more value in uWatts than their initial investment—especially if they enter early and exit shortly after commissioning.

In addition, by converting pWatts into uWatts, participants gain access to:

* Greater liquidity
* A more diversified source of yield
* Secondary market depth and composability across DeFi applications

#### Strategic Importance

This transfer-and-mint mechanism is what enables the **transition from isolated infrastructure ownership to a pooled, liquid asset base**. It turns fragmented energy projects into a composable financial layer while maintaining a direct, verifiable link to real-world economic activity.

It also allows early capital to be **recycled into new project origination**, ensuring the Protocol’s long-term scalability and impact. This is because when project-specific pWatts are transferred into the Reserve, investors can sell some or all of their minted uWatts or hold them for blended yield.&#x20;

By selling uWatts, early backers unlock capital that was previously tied and locked in a single project, freeing it up to be reinvested into new pWatt issuances, funding the next wave of clean energy infrastructure. In parallel, the protocol can allocate a portion of Reserve income to acquire new pWatts, offset depreciation, and further expand the asset base - creating a regenerative cycle where existing capital continuously fuels new project development.

{% hint style="info" %}
**Protocol Fee and Team Incentives**

To align long-term incentives and sustain protocol development, the Suno Protocol charges a **2% fee** on every uWatt issuance resulting from the pWatt-to-uWatt conversion process. This means that when a participant contributes pWatts to the Reserve, **2% of the newly minted uWatts** are automatically allocated to a dedicated **staking address**.

The uWatts held in this address remain staked in the system, earning yield from the Reserve alongside all other holders. The **income generated by this staking position** is directed to the **Suno team** as a form of protocol-native compensation.

This mechanism ensures the team’s incentives are **directly tied to the long-term performance and sustainability of the Reserve**, and by extension, the value of the uWatt. Rather than relying exclusively on upfront fees or short-term extraction, the Suno Protocol is designed so that its core contributors benefit from the protocol’s success in the same way as long-term participants—through real, energy-backed revenue.
{% endhint %}


---

# Agent Instructions: 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://docs.suno.finance/whitepaper/contributing-pwatts-to-the-reserve.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.
