> For the complete documentation index, see [llms.txt](https://support.getbcard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.getbcard.io/informational-articles/how-rewards-work/how-rewards-are-calculated.md).

# How Rewards are Calculated

BCard distributes community rewards for every purchase you make, but the calculations can be different depending on which community you've selected.

In general, rewards are estimated at the time of purchase (these rewards are called "Pending Rewards").  At the end of every month, the BCard team finalizes the rewards.  You can see an accounting of all rewards we have distributed here in our [Public Community Rewards sheet](https://docs.google.com/spreadsheets/d/1uyjEkdesejPUH6_Exe7TR4LD2mo9GUSTaVI2ed6oJww/edit?gid=0#gid=0) (updated monthly).

Read on to learn more.

## Two Types of Rewards: Fixed and Variable

BCard works with many different kinds of communities, and tailors our reward program based on the community's wishes.  As a result, we have two kinds of rewards available: fixed rewards and variable rewards.

* **Fixed rewards** are based on a certain rate/dollar spent (ex. 1 BCARD/dollar spent).
* **Variable rewards** are based on the amount of [interchange revenue](/informational-articles/how-bcard-makes-money.md) generated for your purchase (ex. You spend $100 USD and generate $1 USD in interchange revenue for your community, you get $1 worth of your community's token).

**Variable rewards are estimated at the time of purchase based on the current price of the community's social token and our current interchange revenue rate**.  Both token price and interchange revenue rate can change during the month, so at the end of the month, we reconcile rewards by doing the following:

1. Calculating interchange revenue you created through your spend (note: this could go up depending on our total transaction volume).
2. Using the revenue generated by you to buy your community's token (note: the price of the token could go up/down during the month).
3. Making your tokens claimable.
4. Updating the app to show your claimable tokens and how much token you earned per transaction.&#x20;

## Community Reward List

Here are the reward rates for each of our communities:

<table><thead><tr><th width="254">Community</th><th width="145">Token</th><th>Type<select><option value="h6znnhfJorOn" label="Fixed" color="blue"></option><option value="q4mMYzch6s0W" label="Variable" color="blue"></option></select></th><th>Rate</th></tr></thead><tbody><tr><td>BanklessDAO</td><td>BANK</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>1 BANK/$</td></tr><tr><td>BCard</td><td>BCARD</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>1 BCARD/</td></tr><tr><td>Glo Dollar</td><td>USDGLO</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>n/a</td></tr><tr><td>Higher</td><td>HIGHER</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>n/a</td></tr><tr><td>Nouns</td><td>NOGS</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>1 NOGS/$</td></tr><tr><td>Open Medicine Foundation</td><td>OMF</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>1 OMF/$</td></tr><tr><td>Origin DAO</td><td>WOETH</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>n/a</td></tr><tr><td>PoolTogether</td><td>POOL</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>n/a</td></tr><tr><td>Purple</td><td>PURP</td><td><span data-option="h6znnhfJorOn">Fixed</span></td><td>1 PURP/$</td></tr></tbody></table>


---

# 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://support.getbcard.io/informational-articles/how-rewards-work/how-rewards-are-calculated.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.
