# Bank

<figure><img src="/files/V1FBJszctJtv3IiJiuAo" alt=""><figcaption></figcaption></figure>

At any moment, we can deposit Amero into the Bank, where the interest rate is 10% per turn.&#x20;

Amero can be withdrawn from the Bank at any time during the turn.

## **End of Game Condition**&#x20;

If any player ends a turn with 100,000 Amero in the bank, the next turn will be the last one.&#x20;

The player who achieved this condition receives a 100% bonus to the value of their entire net worth in the player ranking.&#x20;

In such a case, the game lasts fewer than 21 turns.


---

# 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://space-cartels.gitbook.io/space-cartels-3.0-white-paper/language-english/city/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.
