> For the complete documentation index, see [llms.txt](https://guidebook.redi.io/guidebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guidebook.redi.io/guidebook/digital-renewables-dr/how-to-play/selecting-solar-assets.md).

# selecting solar assets

**New to year 2024, a total of fifteen (15) RWAs are available for digital renewables. Each solar power plant is classified into 4 tiers as stated below.**

<table data-full-width="true"><thead><tr><th data-type="number">Tier</th><th>solar asset (code)</th><th data-type="number">power capacity (kWp)</th><th>Location</th><th data-type="number">avg. daily gen. hrs</th></tr></thead><tbody><tr><td>1</td><td>APC</td><td>1695.24</td><td>Geochang-gun</td><td>3.3</td></tr><tr><td>1</td><td>JJY</td><td>992.34</td><td>Seogwipo-si</td><td>3.3</td></tr><tr><td>1</td><td>ADJ</td><td>1401.48</td><td>Dangjin-si</td><td>3</td></tr><tr><td>2</td><td>SDT</td><td>999</td><td>Jeju-si</td><td>3</td></tr><tr><td>2</td><td>GR2</td><td>997.56</td><td>Gangneung-si</td><td>3.1</td></tr><tr><td>2</td><td>GR1</td><td>1450.44</td><td>Gangneung-si</td><td>2.9</td></tr><tr><td>2</td><td>GCT</td><td>932.4</td><td>Seogwipo-si</td><td>3.2</td></tr><tr><td>3</td><td>GSH</td><td>1902.3</td><td>Gunsan-si</td><td>1.9</td></tr><tr><td>3</td><td>GS6</td><td>966.36</td><td>Gunsan-si</td><td>2.9</td></tr><tr><td>3</td><td>JOR</td><td>392.94</td><td>Jeju-si</td><td>3</td></tr><tr><td>3</td><td>BCT</td><td>526.14</td><td>Jeju-si</td><td>2.8</td></tr><tr><td>3</td><td>GS1</td><td>810.96</td><td>Gunsan-si</td><td>2.7</td></tr><tr><td>4</td><td>MJT</td><td>472.86</td><td>Jeju-si</td><td>2.8</td></tr><tr><td>4</td><td>GS3</td><td>955.04</td><td>Gunsan-si</td><td>1.8</td></tr><tr><td>4</td><td>GS7</td><td>793.6</td><td>Gunsan-si</td><td>2.3</td></tr></tbody></table>

| tier | # of solar assets | price (redi) |
| :--: | :---------------: | :----------: |
|   1  |         3         |    200,000   |
|   2  |         4         |    100,000   |
|   3  |         5         |    50,000    |
|   4  |         3         |       0      |

* as of July 2024
* tier 4 solar assets may be chosed as a 'trial' purposes, therefore will not be eligible for rewards regardless of the user's ranking after the particular round participated using the tier 4 asset.
* asset classifications to tier and/or price may change without prior notice.

\
**Note.**

* The power plant statistics and production data are based on actual solar power plants that participate in the redi ecosystem
* While the average daily production time is based on the entire year (2023), daily production time may vary per day
* Since the data is based on actual power plant operational data, production time can result in 0 if and when mechanical failure occurs on site
* Only one solar asset can be chosen per round, and purchased made for tier 1\~3 solar assets can not be canceled or refunded once the transaction is completed
* When solar assets are earned through various promotions and/or events, the awarded solar asset will be chosen for the starting round as a default and no changes can be applied
* The information presented above, including but not limited to the availability of asset type, price per each solar asset, can be modified before start of round without prior notice


---

# 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://guidebook.redi.io/guidebook/digital-renewables-dr/how-to-play/selecting-solar-assets.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.
