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

# Economy

| Name                          |                                     Description                                    |                    Usage |
| ----------------------------- | :--------------------------------------------------------------------------------: | -----------------------: |
| t!daily                       |                       Get your daily amount of Typical Bucks.                      |                  t!daily |
| t!weekly                      |                      Get your weekly amount of Typical Bucks.                      |                 t!weekly |
| t!search                      |               You can pick a location to "search" for Typical Bucks.               |                 t!search |
| t!shop                        |                         View items in the shop to purchase.                        |                   t!shop |
| t!inventory                   |                      View all your items bought from the shop.                     |              t!inventory |
| t!worklist                    |          Choose from a variety of available jobs to work for using t!work.         |               t!worklist |
| t!work                        |                  This command is used to "work" for Typical Bucks.                 |                   t!work |
| t!setcurrencyemoji \<message> |                     Set a custom economy emoji for your server!                    |    t!setcurrencyemoji 💸 |
| t!economyxp \<amount>         | Set an amount of Typical Bucks users can earn by talking with the leveling system. |            t!economyxp 2 |
| t!passivemode \<on/off>       |              Prevent users from taking Typical Bucks from your wallet.             |         t!passivemode on |
| t!rob <@user>                 |                      Rob somebody's wallet for Typical Bucks!                      |     t!rob @TypicalxJudan |
| t!brob                        |                            Rob a bank for Typical Bucks!                           |                   t!brob |
| t!beg                         |                  This command is used to "beg" for Typical Bucks.                  |                    t!beg |
| t!leaderboard                 |               View the richest users of Typical Bucks in your server!              |            t!leaderboard |
| t!balance <@user>             |                  Shows a users' wallet, bank, and total balances.                  | t!balance @TypicalxJudan |
| t!deposit \<amount/all>       |                        Deposit money into your bank account.                       |             t!deposit 20 |
| t!withdraw \<amount/all>      |                       Withdraw money from your bank account.                       |           t!withdraw all |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://typicalutility.gitbook.io/typical-utility/commands/economy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
