> For the complete documentation index, see [llms.txt](https://docs.neemo.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neemo.finance/neemo/guides/how-to-check-my-loyalty-rewards.md).

# How to check my Loyalty Rewards

Here's a quick guide on how you can check the amount of rewards you've earned from our Loyalty Program. Note that these rewards are distributed in nsASTR at the end of each week.&#x20;

Remember that you earn Loyalty Program rewards only when you:&#x20;

* Stake a minimum of 5K ASTR to achieve the Entry Tier, and&#x20;
* Hold a [Loyalty Badge NFT](broken://pages/jlbj36qkvY5fQy5VtTAx)

You can stake either on Astar EVM or Astar Native.&#x20;

### Step 1: Head to the app.&#x20;

Head to app.neemo.finance. Connect your wallet. If you have already staked your ASTR and achieved a tier, your rewards will reflect in the left pane.&#x20;

<figure><img src="/files/C0lDVCgXTygyDjdnDT7u" alt=""><figcaption></figcaption></figure>

### Step 2: Check your rewards on the Loyalty Program page.&#x20;

Head to the [Loyalty Program page](https://app.neemo.finance/loyalty). Connect your wallet. You can check all the previous rewards that you have earned in the past.&#x20;

<figure><img src="/files/C8LXJ8iQn1or3ldyjr2Q" alt=""><figcaption></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.neemo.finance/neemo/guides/how-to-check-my-loyalty-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.
