> For the complete documentation index, see [llms.txt](https://superintent.gitbook.io/superintent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superintent.gitbook.io/superintent/onboard-superintent/super-app/claim-rewards.md).

# Claim Rewards

{% columns %}
{% column %}
**Step 1 – Connect & Open Rewards**\
Connect your wallet and click the **Rewards** tab in the dashboard. If you run into any issues during onboarding, please refer to the [**Onboarding**](/superintent/onboard-superintent/super-app/onboarding.md#step-2-connecting-your-wallet) section. You’ll see all your rewards categorized **by chain** under **In Wallet**.

> Note: Only rewards from **supported chains and protocols** can be claimed via SuperIntent. We’ll continue to expand coverage over time.
> {% endcolumn %}

{% column %}

<figure><img src="/files/0hXwUfmGjVS18yTr9fHY" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**Step 2 – Check rewards on each chain**\
Expand the selected chain to view the **reward tokens** you’ve earned. You’ll see the **total reward value in USD** for that chain. When you’re ready, click **Claim**.

**Note:** Reward values are based on the current market price of the reward tokens and may change over time.
{% endcolumn %}

{% column %}

<figure><img src="/files/lRYQEDy22Ngl85IsI22J" alt="" width="210"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**Step 3 – Batch claim on the same chain**\
SuperIntent allows you to claim multiple reward tokens on the same chain in a single transaction, so you only pay the gas fee once.&#x20;

Review the estimated fee, then click Approve to Claim button.\
If the gas cost feels too high compared to the small amount of rewards, no worries! you can simply wait and keep your positions in[ Earn](/superintent/onboard-superintent/super-app/start-earning.md) to accumulate more rewards.
{% endcolumn %}

{% column %}

<figure><img src="/files/flSUQzXuz7NQz2Csjz6J" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**Step 4 – Confirm in your wallet**\
Your wallet will pop up and ask you to sign the transaction. Once you confirm, you’ll be redirected back to the SuperIntent app.

Please click Claim button and after the transaction is confirmed on-chain, your rewards are successfully claimed.
{% endcolumn %}

{% column %}

<figure><img src="/files/xJFxXhMPEHNfKTXWxL8T" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/ov5WbTXgbVLbPMUZSKKW" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://superintent.gitbook.io/superintent/onboard-superintent/super-app/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.
