# Economy Basics

## Wallet vs bank

* Wallet is the cash you carry.
* Bank is the money you store safely.

Use `/deposit` to move cash into the bank and `/withdraw` to take it back out.

## Total wealth

Your total wealth is more than cash alone. It can include:

* Wallet cash
* Bank balance
* Stocks and portfolio value
* Properties and vehicles
* Inventory items with value

## Income sources

You can earn through jobs, daily rewards, minigames, trades, marketplace sales, stock growth, property income, and other system rewards.

## Payments

Use `/pay` to send money to another player. Because the economy is global, transfers affect your account everywhere.

Example:

```
/pay user:@friend amount:1000
```


---

# 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://wiki.winged.dev/economy-basics.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.
