# Custom Currency

{% hint style="danger" %}
There can only be one custom currency at this point!
{% endhint %}

Example:

```yaml
    CUSTOM_CURRENCY:
      # Should the custom currency be enabled.
      enabled: true
      display_currency_name: "Custom"
      # This is used to check the balance of the user. BE SURE THIS DOES NOT FORMAT THE BALANCE
      raw_balance_placeholder: '%vault_eco_balance%'
      # These are the commands used to withdraw and deposit winnings to the user. They are ran by console.
      commands:
        withdraw: 'eco take {player} {amount}'
        deposit: 'eco give {player} {amount}'
```
