> For the complete documentation index, see [llms.txt](https://community.peerplays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.peerplays.com/technology/gamified-proof-of-stake-gpos/user-guide/gpos-panel.md).

# GPOS Panel

## The GPOS Panel

The home page of the wallet now includes a panel to display your GPOS status.

![](/files/-M-zp0x1JxAqmWi2_tBK)

The features of the panel are:

### GPOS Balance

This is the total amount of PPY that has been vested. In the above example the amount is zero which is  reflected in the Voting Performance as well.

### Voting Performance

Voting performance is calculated based on the last time you voted for either Witnesses, Advisors or Proxies. The text and colour of the caption indicates your performance according to the following table:

| Reward %      | Text          | Colour                                      |
| ------------- | ------------- | ------------------------------------------- |
| 0             | No rewards    | Dark Red                                    |
| 1- 16.68      | Critical low  | Red                                         |
| 16.69 - 33.33 | Lower rewards | Orange                                      |
| 33.34 - 50    | Low rewards   | Yellow                                      |
| 50.01 - 66.66 | OK rewards    | Blue                                        |
| 66.67 - 83.33 | Good rewards  | Dark Green                                  |
| 83.34 < 100   | Great rewards | Green                                       |
| 100           | Max rewards   | <p>Same colour as </p><p>other captions</p> |

### Get Started

Clicking on the `GET STARTED` button will begin the GPOS vesting process.

If you have a zero GPOS balance, which will always be the case if this is the first time you are using it, the button text will be `Get Started`. However, the text on the button will change to `PATICIPATE` once a balance is vested. See[ Power Up](/technology/gamified-proof-of-stake-gpos/user-guide/power-up.md)

![](/files/-M-zpAqe9wo4zapFFYnT)

### Participate

As mentioned, this option is only available once you have a GPOS balance.

Clicking on `PARTICIPATE` will take you to the GPOS Landing Page as before, except this time both the `Power Down` and `Vote` buttons will be enabled.


---

# 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://community.peerplays.com/technology/gamified-proof-of-stake-gpos/user-guide/gpos-panel.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.
