# Gold Swap Ratio

You can exchange your GOLDs coins according to the following chart:

| Montly Withdraw |                | Gold Value                          |
| --------------- | -------------- | ----------------------------------- |
| 1º Swap         | 1 GOLD = X BRD | 1 GOLD = 100% OF THE AMOUNT OF BRD  |
| 2º Swap         | 1 GOLD = X BRD | 1 GOLD = 50% OF THE AMOUNT OF BRD   |
| 3º Swap         | 1 GOLD = X BRD | 1 GOLD = 25% OF THE AMOUNT OF BRD   |
| 4º Swap         | 1 GOLD = X BRD | 1 GOLD = 12,5% OF THE AMOUNT OF BRD |

> \*Starting from the 4th SWAP: 1 GOLD = X BRD \* 12.5%
>
> **IMPORTANT:** The amount of BRD (X) will be frequently updated according to the market of the respective token. This amount will always be displayed at the time of each SWAP.&#x20;
>
> **Example:**&#x20;
>
> Current BRD amount: 1 GOLD = 0.0065 BRD&#x20;
>
> 1st SWAP (100%): 0.0065 BRD for each GOLD&#x20;
>
> 2nd SWAP (50%): 0.00325 BRD for each GOLD&#x20;
>
> 3rd SWAP (25%): 0.001625 BRD for each GOLD&#x20;
>
> 4th SWAP (12.5%): 0.0008125 BRD for each GOLD&#x20;
>
> **Note:** The limit for each SWAP is 1,000,000 (One Million) Golds.


---

# 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://boredarmy.gitbook.io/bored-army-whitepaper/getting-started/gameplay-operation/gold-swap-ratio.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.
