> For the complete documentation index, see [llms.txt](https://docs.polkagate.xyz/polkagate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polkagate.xyz/polkagate/polkagate-extension-user-guide/staking/claim-rewards.md).

# Claim Rewards

When using pool staking, rewards are not claimed automatically—you need to claim them manually. In PolkaGate, this can be done in Extension mode or Fullscreen mode.

{% hint style="info" %}
Don’t forget that claiming rewards requires a small on-chain transaction fee.
{% endhint %}

## <mark style="color:$info;">Extension mode</mark>

Click the extension icon in the top-right of your browser, and if your staking account isn’t already selected, choose it from the top-left dropdown.

<figure><img src="/files/bk6XMTqNYyjCaT6GPD02" alt="" width="373"><figcaption><p>Select account</p></figcaption></figure>

Then, open the Staking menu from the row of icons at the bottom and select your staking position.

<figure><img src="/files/j5HjKUHn6sOcZ3IwUH7p" alt="" width="375"><figcaption><p>Staking menu</p></figcaption></figure>

<figure><img src="/files/SbLtGl4HJIwZAG87oEfN" alt="" width="373"><figcaption><p>Staking Positions</p></figcaption></figure>

Next, select your staking position to go to the Staking Home. Click the Claim Rewards button and follow the on-screen instructions to approve the transaction.

<figure><img src="/files/xLnsRDTp2lHuzVzZ2hY2" alt="" width="375"><figcaption><p>Claim rewards</p></figcaption></figure>

## <mark style="color:$info;">Full-screen mode</mark>

In Extension mode, click the top-right button in PolkaGate to switch to Fullscreen mode.

<figure><img src="/files/XwQt8tb7TYGKoGfYVmI5" alt="" width="374"><figcaption><p>Go to full-screen mode</p></figcaption></figure>

Follow these steps to claim your staking rewards:

1. Choose the account with pool staking.
2. Open the Staking menu from the left menu bar.
3. Select your staking position if you have more than one.
4. Click Claim Rewards and follow the on-screen instructions to submit the transaction.

<figure><img src="/files/eoNbe6AUoh04ZVKzwfZq" alt=""><figcaption><p>Claim rewards full-screen</p></figcaption></figure>


---

# 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.polkagate.xyz/polkagate/polkagate-extension-user-guide/staking/claim-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.
