> For the complete documentation index, see [llms.txt](https://bumpreminder.gitbook.io/bump-reminder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bumpreminder.gitbook.io/bump-reminder/economy/setup-economy.md).

# Setup Economy

Learn how to setup the econmy system

### Enable/Disable Economy System:

* **`%ecosetup enable` -> enables the economy system**
* **`%ecosetup disable` -> disables the economy system**

{% hint style="info" %}
**When the Economy System is enabled, message collecting will start after you fully set it up.**
{% endhint %}

### Set Coins Per Message (CPM):

* **`%ecosetup cpm <number>` --> This sets the Coins per Message to the given Number. Members will now get for every message the given CPM.**
* **The minimal CPM is 0.001 and the maximal 5 CPM.**

{% hint style="warning" %}
**You have to add Channels, so that Members can collect coins for sending messages.**
{% endhint %}

### Add/Remove Channels for Message Counting:

* **`%ecosetup addchannel #channel1 #channel 2` -> This will add the mentioned channel for counting**
* **`%ecosetup removechannel #channel1 #channel 2` -> This will remove the mentioned channel for counting**

### Blacklist Users from the Economy-system:

* **`%eset add @user1 @user2` ->  This will blacklist the mentioned users**
* **`%eset remove @user1 @user2` ->  This will remove the mentioned blacklisted users**

  <br>
