# Bank

Die Bank existiert bereits auf beiden Servern. Diese Seite bezieht sich auf das Banksystem (<mark style="color:$success;">**/bank**</mark>), nicht auf den Kontostand selbst.&#x20;

Im Zuge des Zusammenschlusses ist es möglich, das Geld vom Bankkonto auf iostein auf den Blockbande-Server zu übertragen. Die Übertragung erfolgt anhand des festgelegten [Umrechnungskurses](/u/handel/spielwahrung.md#anderen-spielern-coins-geben) von iostein auf Blockbande.

### Ablauf der Übertragung des iostein-Bankkontos

Das Guthaben eines Spielers auf Iostein wird zusammen mit dem persönlichen **Kontostand** und (falls der Spieler Clanowner ist) auch mit dem Clanbank-Guthaben addiert. Der Gesamtbetrag wird anschließend in den neuen Geldwert auf Blockbande umgerechnet. Auf Blockbande kann die umgerechnete Gesamtsumme dann abgerufen werden.

{% hint style="success" %}
Das Geld kann selbstständig vom Spieler übertragen werden.\
\
Befehl zum Abholen des Geldes: <mark style="color:$warning;">**/claimiomoney**</mark>
{% endhint %}

Das so erhaltene Guthaben wird zunächst auf das persönliche Blockbande-Konto eingezahlt. Eine direkte Übertragung in die Bank von Blockbande findet nicht statt. Spieler können das Geld aber jederzeit selbst in ihre Bank einzahlen.

Weitere Informationen zur Übertragung des Geldes gibt es [hier](/u/handel/spielwahrung.md).


---

# 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.blockbande.de/u/systeme/spielersysteme/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.
