# Banco

O banco da ilha serve para que todos os jogadores da ilha possam guardar o dinheiro e usa-lo de forma conjunta para melhorar a ilha. Para acessar o histórico/extrato do banco basta usar **`/i banco extrato`** ou pelo menu da ilha.

Para depositar dinheiro no banco use **`/i banco depositar <quantia>`** e para retirar use **`/i banco retirar <quantia>`**. Todas essas ações aparecem no extrato do banco, portanto é possível ver a quantias retiradas e depositadas bem como quem fez.


---

# 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.austv.net/skyblock/sistemas-da-ilha/banco.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.
