# Gold Item

We completely avoid virtual currency and instead work with gold items to give the gaming experience a bit more authenticity.\
​\
Gold can be earned in various ways. There is, of course, the usual method of gold mining, but the buyers at our markets also pay well for fish as well as star-quality fruits and vegetables. Besides that, we have the Auction House where every player has the opportunity to offer their items for gold.\
​\
The currency is counted at the bank as nuggets, as this is the smallest form of gold. However, you can also deposit gold ingots and blocks. These are simply converted and displayed in nuggets. When withdrawing, you will still receive it in the most compact form possible.

<table><thead><tr><th>Commands</th><th>Resultate</th><th data-hidden></th></tr></thead><tbody><tr><td>/bank balance</td><td>View balance</td><td></td></tr><tr><td>/bank deposit [anzahl/all]</td><td>Deposit gold</td><td></td></tr><tr><td>/bank withdraw [anzahl/all]</td><td>Withdraw gold</td><td></td></tr><tr><td>/bank pay [anzahl/all]</td><td>Transfer gold</td><td></td></tr></tbody></table>


---

# 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://chicraft.gitbook.io/intro/guideline/economy/gold-item.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.
