> For the complete documentation index, see [llms.txt](https://docs.powercity.io/core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powercity.io/core/staking-usdwatt/staking-rewards.md).

# Staking Rewards

CORE stakes will earn daily rewards as they are received into the staking rewards pool. Those rewards will be paid in $PLS and/or any other ERC-20 token received into the treasury from the dapps in the POWERCITY ecosystem. This allows revenue collected from the dapps to be directly passed on to the stakes in the CORE.  And it allows staking rewards to be collected without having to sell $WATT tokens.&#x20;

<table><thead><tr><th width="111">Ticker</th><th width="230">Reward Token</th><th>Source</th></tr></thead><tbody><tr><td>WPLS</td><td>Wrapped Pulse</td><td>Amplifier for Liquid Loans<br>PortalX Swap</td></tr><tr><td>PLSX</td><td>PulseX</td><td>EARN Protocol<br>Amplifier for EARN Protocol</td></tr><tr><td>HEX</td><td>Hex</td><td>FLEX Protocol<br>Amplifier for FLEX Protocol</td></tr><tr><td>PXDC</td><td>PulseX Dollar Coin</td><td>EARN Protocol<br>Amplifier for EARN Protocol</td></tr><tr><td>HEXDC</td><td>Hex Dollar Coin</td><td>Amplifier for FLEX Protocol</td></tr><tr><td>USDL</td><td>Liquid Loans Stablecoin</td><td>Amplifier for Liquid Loans</td></tr><tr><td>LOAN</td><td>Liquid Loans Stake Token</td><td>Amplifier for Liquid Loans</td></tr><tr><td>EARN</td><td>EARN Stake Token</td><td>Amplifier for EARN Protocol</td></tr><tr><td>FLEX</td><td>FLEX Stake Token</td><td>Amplifier for FLEX Protocol</td></tr></tbody></table>

The rewards are allocated to each stake based on the AMPs balance.  The percent allocation of the staking rewards pool for a CORE Stake = AMPs balance for the stake / total AMPs across all stakes. &#x20;

Whenever rewards are distributed, this share calculation is performed using current data to properly allocate across active stakes. The share is recalculated every time rewards are paid to stakes, so a stake's share can change over time as other users create or end their stakes, altering the overall allocation of the rewards pool.

### Viewing Stakes

The CORE's staking page will list all of the active stakes held in the connected wallet, WATT value and AMPs balance and the balance of staking rewards ready to be claimed. &#x20;

This list of stakes will change if a stake is created, ended, transferred between wallets or sold on the PixelPark NFT marketplace.

### Claiming Rewards

You don't have to claim rewards immediately.  The proper allocation will remain available to claim at any time.  The staking rewards are immutable and cannot be altered by any admin function, other than to whitelist a new token to be distributed as rewards.  Only the holder of the stake receipt NFT can claim rewards.

All rewards for a single stake can be claimed at once, or you can choose to claim rewards one token at a time.  For example, if the stake has PLS, PLSX and PXDC rewards available to claim, you can click CLAIM ALL to receive all three tokens into your wallet.  Or, you can select to claim only the one token you want right now, leaving the rest to claim later.

Stakes can be sold on PixelPark NFT marketplace with rewards still unclaimed.  This can potentially raise the value of a stake, since the rewards can be claimed by whichever wallet currently holds the stake receipt NFT.

*\*The only administrative function retained for the CORE can whitelist tokens to be added as staking rewards as more protocols are added to the POWERCITY ecosystem.  This function requires multiple signatures and a 9 day waiting period before execution.*


---

# 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.powercity.io/core/staking-usdwatt/staking-rewards.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.
