> For the complete documentation index, see [llms.txt](https://docs.mochi.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mochi.bot/resources/variables-and-placeholders/economy-variables.md).

# Economy Variables

Using economy variables is an awesome way to personalize your work commands and make them one-of-a-kind! You can show balances, set limits, and create more intricate commands with minimum and maximum values. It's a really useful tool that will make your messages stand out.

<table data-full-width="false"><thead><tr><th width="265">Variable</th><th width="126.33333333333331">Example</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:purple;"><strong><code>{user.balance}</code></strong></mark></td><td>11000</td><td>displays the member's total balance</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.balance.locale}</code></strong></mark></td><td>11,000</td><td>displays the member's total balance as a locale number</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.cash}</code></strong></mark></td><td>1000</td><td>displays the member's cash balance</td></tr><tr><td><mark style="color:purple;"><strong><code>{user.bank}</code></strong></mark></td><td>10000</td><td>displays the member's bank balance</td></tr><tr><td><mark style="color:purple;"><strong><code>{currency_both}</code></strong></mark></td><td>1000 cash, 10000 bank</td><td>displays both the current cash and bank balances for a member</td></tr><tr><td><mark style="color:purple;"><strong><code>[min-max]</code></strong></mark></td><td>[1-10]</td><td>will generate a range between the minimum and maximum value</td></tr></tbody></table>
