# ExC Store/Reward Economics

ExC is a universal unit in ExtraChain blockchain. It has different usages:‌

* Store/Reward Farming;&#x20;
* Trading tool at ExC Automated Exchange;&#x20;
* Liquidity pool equivalent;&#x20;
* Universal synthetic asset measurement unit;&#x20;
* Universal equivalent for DApps interaction via ExC Store;&#x20;
* DAO governance (if DAO has no specific ExT);&#x20;
* Staking tool;

ERC20 ExTokens will be swapped to ExtraCoins according to roadmap.‌

![ExtraCoin Flow](/files/-Ma2x39V68aJ46vN7oqC)

“Store/Reward” system describes coin flow and network participant interactions and possible rewards for network support. System defines 3 roles:

* User - uses blockchain and ExDFS for personal needs and interacts with services and DrApps built by Service Providers;
* Service Provider - creator or maintainer of DrApp, that provides certain service for users;
* Storager - network participant that dedicates a part of their device memory for ExDFS support.

These system roles can be distinguished by the way they interact with ExDFS:

* User has access to their private directory of ExDFS and to service directories. User mostly stores own data, and uses selected directories and files to interact with services and DrApps.
* Service Provider operates their own directories and creates a space for users to interact.
* Storager only stores ExDFS files to support network.

To get a storage in ExDFS, users must do a "Fueling". This is an action of burning ExCoins to create a storage space. \
Fueling ratio is: 5 ExC = 1 GB at the launch of main network. \
\
Burned coins also create conditions for Reward coins to be created and distributed between Storagers. Reward is based on size of storage provided for ExtraChain Network.&#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://docs.extrachain.io/overview/store-reward-economy.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.
