# The Bank

The Bank is the place where users can Buy $ADMx tokens or sell them back to the fund contracts.

The exchange rate is calculated on the spot according to the funds current Valuation and market conditions.

The difference of rate between buy and redeem is exponential the closer the same address interact with the contract preventing Flash actions close to dividends periods.

The supply of **$ADMx** is determined by the demand as when someone buys **$ADMx** from the "BANK" we will mint it and when someone redeem them we will burn it.


---

# 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://adamantium.gitbook.io/adamantium/how-it-works/the-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.
