# currency / economy

## settings: currency / economy ♡

this encompasses all settings that affect the server's currency or economy.\
below, the settings on this panel will be addressed from left to right.

<figure><img src="/files/Jg67BKGyUZLkbkn06Uk3" alt=""><figcaption><p>the currency / economy settings panel</p></figcaption></figure>

### ✎ currency symbol

* this changes the symbol of the currency/money earned within the server.
* this includes `/balance`, `/leaderboard`, and `/shop`. in [variables](/autoresponder/resources/variables-placeholders-and-functions.md), this can be referred with `{server_currency}`
* to change this value, you can use `/set currency symbol symbol:[symbol here]`

<figure><img src="/files/cSoD77fgwMu7R1WcIEN1" alt=""><figcaption><p>the set currency symbol command</p></figcaption></figure>

### ✎ starting balance

* this setting changes what amount of currency a user will receive when they join the server.
* this setting does **not** apply retroactively-- meaning if the user joined the server before the starting balance setting was changed, they won't receive the currency.
* to change this value, you can use `/set currency start amount:#`

<figure><img src="/files/YYbWpHzVQavldbAr6jil" alt=""><figcaption><p>the set currency start command</p></figcaption></figure>

### ✎ when member leave

* this changes if a member's server balance is saved if/when they leave the server.
* this setting does **not** apply retroactively-- meaning if the user left the server before the setting was changed, the change won't apply to their balance.
* to change this value, you can use `/set currency onleave enable_save:[save currency/delete currency]`

{% hint style="info" %}
if you would like to add currency to a role or to individual users, you can use `/modifyrolebal` or `/modifybal`
{% endhint %}

<figure><img src="/files/oxtUwiMpbw9hFZrJB14o" alt=""><figcaption><p>the set currency onleave command</p></figcaption></figure>

<figure><img src="/files/FcGZtEiAlpqYskbuDS8c" alt=""><figcaption><p>the set currency onleave command</p></figcaption></figure>

### ✎ `/pet` command

* this changes the values and/or cooldown for the server's `/pet` command
* to change one or more of these values, use `/set currency pet cooldown:<# in minutes> min:<# of currency earned minimally> max:<# of currency earned maximally>`&#x20;

<figure><img src="/files/ATS7K70YIisQrISFk1n9" alt=""><figcaption><p>the set currency pet command</p></figcaption></figure>

### ✎ `/snuggle` command

* this changes the values and/or cooldown for the server's `/snuggle` command
* to change one or more of these values, use `/set currency snuggle cooldown:<# in minutes> min:<# of currency earned minimally> max:<# of currency earned maximally>`&#x20;

<figure><img src="/files/hj81wuvoqm81ib0KOKjg" alt=""><figcaption><p>the set currency snuggle command</p></figcaption></figure>

### ✎ `/clickcake` command

* this changes the value and/or cooldown for the server's `/clickcake` command
* to change one or both of these values, use `/set currency clickcake cooldown:<# in minutes> value:<# of currency per click>`

<figure><img src="/files/q11hTMfYZqW1Vl0KiKsO" alt=""><figcaption><p>the set currency clickcake command</p></figcaption></figure>

### ✎ gambling bet limitations

* this changes the limitations of how little/how much a user can bet with `/slots`, `/coinflip`, and `/rolldice`
* to change one or both of these values, use `/set currency bet min:<# of currency minimum required to bet> max:<# of currency maximum allowed to be bet>`

<figure><img src="/files/5nvdeP5B0lJOZ5HZmg2a" alt=""><figcaption><p>the set currency bet command</p></figcaption></figure>

### ✎ transfer limitations

* this changes the limitations of how little/how much, as well as the percent of tax taken, users can give using `/give currency`&#x20;
* to change one or more of these values, use \`/set currency transfer min:<# of currency that can be minimally transferred> max:\<max # of currency allowed to be given> tax:<# percent of tax taken from the currency given>

<figure><img src="/files/kyd8wsqLe7tchY249yTw" alt=""><figcaption><p>the set currency transfer command</p></figcaption></figure>

### ✎ `/shop` buying confirmation

* this enables/disables a confirmation message that appears when a user tries to purchase something from the server's `/shop view`
* to change this value, you can use `/set currency confirmbuy enable_confirm:[have buying confirmation/no buying confirmation`]

<figure><img src="/files/tHcvXETHA06D4q8XOx4W" alt=""><figcaption><p>the set currency confirmbuy command</p></figcaption></figure>

<figure><img src="/files/OVKVC94Egj4ZtkhYwhOh" alt=""><figcaption><p>the confirmation message when enabled</p></figcaption></figure>

### ✎ `/shop` show item ids

* this enables/disables whether the item's ID will appear in `/shop view`
* to change this value, use `/set currency itemids enable_devmode:[show item ids/hide item ids]`

<figure><img src="/files/oEribkvbcEnCjADzlajl" alt=""><figcaption><p>the set currency itemids command</p></figcaption></figure>

<figure><img src="/files/IxYTQsrV7ggMgXfBQOjW" alt=""><figcaption><p>the item ID and its location in /shop view</p></figcaption></figure>

### ✎ `/shop` discounts

* this creates a shop-wide discount sale-- every item in the server's `/shop view` becomes discounted at a set percent for a set amount of time
* to activate this, use `/set currency discount percent:[% off] for:[amount of time]`

<figure><img src="/files/ajZ37EwkQZOrEn8uz640" alt=""><figcaption><p>the set currency discount command</p></figcaption></figure>


---

# 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.mimu.bot/settings/getting-started/currency-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.
