# How to Export Rewards

Under the hood, many rewards are implemented as blockchain tokens, which means you can export them at any time.  See [Community Reward Tokens](/legal-and-compliance/community-reward-tokens.md) to see which tokens are exportable.

For rewards which are blockchain tokens, they are distributed on a monthly basis directly to your BCard wallet, which was created when you signed up using [Privy.io](https://www.privy.io/).  You can use these rewards seamlessly inside the BCard app.

{% hint style="warning" %}
**Warning**: Exporting your rewards is a technical process that can sometimes lead to a loss of all of your rewards.  BCard cannot be responsible for any lost rewards so please ensure you know what you're doing before you decide to export.
{% endhint %}

**If you decide you want to export your rewards, follow these instructions:**

1. Click on the profile icon on the top left corner > *My Information* > *Export my Wallet*.
2. Copy your Key or your Seed Phrase.
3. Import your Key or Seed Phrase into your Ethereum wallet of choice.  We like [Rainbow Wallet](https://rainbow.me/en/).

You can now send your rewards to any other Ethereum wallet you like! &#x20;


---

# Agent Instructions: 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:

```
GET https://support.getbcard.io/how-to-guides/how-to-export-rewards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
