> 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/overview/welcome.md).

# Welcome to Suno

Suno builds and finances solar energy projects, and turns the resulting portfolio into digital assets: one for holding the value the operating plants produce, and one for financing new ones.

The plants are real. They sit near the communities they power, sell electricity under long-term contracts, and send their production data to the systems that value them. What Suno adds is the missing financial layer: a way for anyone, anywhere, to fund that infrastructure and hold a claim on what it earns, with the liquidity of a digital asset instead of the lock-up of a private investment.

## The system in three sentences

The **uWatt** is a digital dollar you can mint, redeem, and stake to earn the income of a solar portfolio. What backs it is the **Reserve**: a managed portfolio of operating solar plants plus a liquidity buffer, held at more value than the tokens issued against it. And the plants get there through the **pWatt**, the token that raises the capital to build each project and carries it into the Reserve once it starts producing.

Everything else in this documentation is detail on those three sentences.

## Where to go from here

* To understand the gap Suno exists to close, start with [The problem](/overview/the-problem.md) and [What Suno builds](/overview/what-suno-builds.md).
* To watch the system move, with numbers, read [How it works: follow the money](/overview/how-it-works.md).
* If you are evaluating an investment in a specific project, the technical page on [the pWatt](/protocol/the-pwatt.md) covers the terms and the economics.
* For the full technical reference, read [The Suno Protocol](/protocol/introduction.md) front to back.
* For the valuation methodology behind every number the system uses, see [The Financial Model](/financial-model/overview.md).
* And for the questions everyone asks, in short form: the [FAQ](/overview/faq.md).


---

# 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/overview/welcome.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.
