# Community Rewards

## Definition

The entire circulating supply of SDEX has not been fully released (for more information, please refer to [Tokenomics](/overview/what-is-smardex/tokenomics.md)).&#x20;

A portion of SDEX token is held in a smart contract, destinated to SmarDex users as the SmarDex ecosystem expands and new features are added. You can view the accumulated amount of SDEX here:

{% embed url="<https://smardex.io/community-rewards>" fullWidth="false" %}
Community Rewards
{% endembed %}

### Verify rewards

To view the amount of Community Rewards accumulated, visit <https://smardex.io/community-rewards>.

To verify the displayed quantity, you have to add these 2 amounts of SDEX:

1. The SDEX balance of the Ethereum wallet with the address: \
   [0xCCFf63a61D197dBD3Be666B41F6b7BA69f3Ff846](https://etherscan.io/token/0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef?a=0xCCFf63a61D197dBD3Be666B41F6b7BA69f3Ff846).
2. The pending withdrawable amount of SDEX accumulated in Farming Campaign 5.

Here's how to perform the 2nd point check:

The accumulated SDEX can be checked on-chain by accessing the FarmingRange rewards distributor smart contract:&#x20;

{% embed url="<https://etherscan.io/address/0x7d85C0905a6E1Ab5837a0b57cD94A419d3a77523#readContract>" %}
FarmingRange contract, section "Read Contract"
{% endembed %}

Under section "8. pendingReward", using the parameters:

* \_campaignID (uint256): `5`
* \_user (address): `0x1E3e1128F6bC2264a19D7a065982696d356879c5`

Click on "Query"

<figure><img src="/files/4P2aIFyjZ7wqqvXyfZxi" alt=""><figcaption></figcaption></figure>

The amount is given in wei of SDEX, click on the amount to get the result in SDEX:\
(in this example we have [8847353050076330214527669](https://etherscan.io/unitconverter?wei=8847353050076330214527669))

<figure><img src="/files/IegvXGlJhkTvb3ofF7L0" alt=""><figcaption><p>Check under section "Ether (1)"</p></figcaption></figure>

In this example \~8,847,353.050.. SDEX have been accumulated.


---

# 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://docs.smardex.io/smardex-defi-platform/community-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.
