# Economy

![](/files/-MRfmqrU5qBnOjQzWF8T)

## Main Commands

| Command                             | Description                     |
| ----------------------------------- | ------------------------------- |
| /economy leaderboard                | Displays the global leaderboard |
| /economy transfer \<user> \<amount> | Transfer coins to your friends  |
| /economy shop                       | Views the economy show          |

## Earn Coins

| Command                   | Description                       |
| ------------------------- | --------------------------------- |
| /economy work             | Work every 2 hours and earn coins |
| /economy collect          | Collect every hour and earn       |
| /economy roll             | Roll a die every 5 seconds        |
| /economy crime            | Take a risk and commit a crime    |
| /economy gamble \<amount> | Take your chances and gamble      |
| /economy rob \<user>      | Rob someone's bank                |
| /economy daily            | Earn every day                    |
| /economy weekly           | Earn every week                   |
| /economy monthly          | Earn every month                  |
| /economy beg              | Beg someone for money             |

## Manage Your Balance

| Command                     | Description                                |
| --------------------------- | ------------------------------------------ |
| /economy balance            | View your current balance                  |
| /economy withdraw \<amount> | Withdraw a specified amount from your bank |
| /economy deposit \<amount>  | Deposit a specified amount                 |


---

# 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.alph4.xyz/modules/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.
