# Rewards

To attract more users in joining us to support a good cause, $CARE will be rewarded to participants. $CARE is deployed [here ](https://explorer.solana.com/tx/2TQ7j85KixsAWrPKvYAT63JsGUKSZEzKqfoS7xq4B2n9tCB5ziTqrsLDG8RcZRgKpRwiNXpJSCgqNnnmNki87TPi)and has the following attributes:

```json
{
    "p": "src-20",
    "op": "deploy",
    "tick": "care",
    "max": "210000000",
    "lim": "0",
    "type": "claim"
}
```

$CARE is **claim** based and **cannot** be minted, participants will receive points depending on their contribution, and these points will be converted to $CARE.

## Points and CARE Earnings

To view the amount of $CARE you have earned, head over to our website [here ](https://carepow.org/pow/leaderboard)(earnings are updated every 24 hours). Alternatively, you can view your points in the [team statistics](https://stats.foldingathome.org/team/1065191) page or in your [dashboard](https://solinscription.gitbook.io/care/tutorial/rent#dashboard) but please be aware that team statistics are not live data either (updates every few hours).

**Note: The following Solinscription team wallets are not eligible to claim $CARE:**

* `4wFVmATaYwuBpQV8ceHnoPE26zaMeeDp1J9J7z81UpME`
* `8JG3LehMkTj4JaPG39iWQSbheYn4szVhqm4e6TqkYin8`

## Distribution

The Bitcoin deflationary model has been proven to be reliable, therefore, $CARE has adopted its distribution method, setting the total supply of $CARE at 210,000,000, where 7,000,000 will be reserved for our alpha testing which will last 48 hours.

The mining cycle spans 14 days, with a fixed release of 14,500,000 $CARE each day. Participants will then split this daily pool according to their contributions and [bonuses](#bonus).

## Bonus

Existing $SOLS holders will receive bonuses when participating given by this formula:

$$
bonus(x) = 1 - e^{-0.04x}
$$

<figure><img src="https://842416269-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd83sD6bWBn3s9Snk7VbG%2Fuploads%2Fm8olpL502o3izM41kmdM%2Fimage.png?alt=media&#x26;token=92922616-1319-4e61-a136-21e40f7acbea" alt=""><figcaption></figcaption></figure>

If you wish to get a quick estimate of your bonuses, refer to the table below:

| $SOLS   | Bonus  |
| ------- | ------ |
| 1000    | 3.92%  |
| 5000    | 18.13% |
| 10,000  | 32.97% |
| 20,000  | 55.07% |
| 50,000  | 86.47% |
| 100,000 | 98.17% |
| 120,000 | 99.18% |
| 150,000 | 99.75% |

## Conversion

To make things simple. Without loss of generality, all equations and examples below are based on daily activities. Notation:

* $$care\_{daily} = 14,500,000$$: daily claimable $CARE
* $$bonus\_i$$: bonus % for participant $$i$$
* $$p\_i$$: daily earned points for address $$i$$ / 1000
* $$n$$: total daily participants
* **NOTE: points and $CARE are not the same**

Thus, the daily earned $CARE for participant $$i$$ will be:

$$
\left\lfloor \frac{p\_i \times bonus\_i}{\sum\_{i=1}^n p\_i \times bonus\_i}  \times care\_{daily} \right\rfloor
$$

Furthermore, to ensure a whole number, we applied the floor function. Here, any remaining $CARE will be burnt.

### Example

<table><thead><tr><th>Participant</th><th width="232">Daily Points</th><th>$SOLS Balance</th></tr></thead><tbody><tr><td>participant 1</td><td>5000</td><td>2000</td></tr><tr><td>participant 2</td><td>3000</td><td>5000</td></tr></tbody></table>

#### **Participant 1**

$$
bonus\_1 = 1 - e^{-0.04 \times 2} \approx 7.69 %
$$

$$
\left\lfloor \frac{5 \times bonus\_1}{\sum\_{i=1}^n p\_i \times bonus\_i} \times 14,500,000 \right\rfloor \approx 6,005,073
$$

#### Participant 2

$$
bonus\_2 = 1 - e^{-0.04 \times 5} \approx 18.13 %
$$

$$
\left\lfloor \frac{3 \times bonus\_2}{\sum\_{i=1}^n p\_i \times bonus\_i} \times 14,500,000 \right\rfloor \approx 8,494,927
$$
