# How do I use my Bank?

All players on EZZ servers can create a bank account to deposit and withdraw in-game money for use in different games. There is no limit to the amount you can store in your bank account.

To create a bank account, use the command `.money` in the game chat.

To deposit money into your account, use either `.d` or `.deposit` followed by the amount. For example, `.deposit 20k`. This will transfer $20,000 from your in-game wallet to your bank account.

To withdraw money, use either `.w` or `.withdraw` followed by the amount. For example, `.withdraw 50k`. This will transfer $50,000 from your bank account to your in-game wallet.

Note that you can type `.redeem` to get a one-time free deposit of $500,000 in your bank account.

You can also send money to your friends using the command `.pay <username> <amount>`. For example, `.pay infamously 100k`. A small tax will be added to avoid any attempted duplication.

{% embed url="<https://www.youtube.com/watch?v=UW-QkUwZIjM>" %}


---

# 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://faq.ezz.lol/questions/how-do-i-use-bank.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.
