> For the complete documentation index, see [llms.txt](https://goldenrat.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goldenrat.gitbook.io/whitepaper/game/swap-point.md).

# Swap Point

As you participate in the game and collect Points, you can convert them to $RATS Tokens at any time base on **Standard Ratio.**

{% hint style="success" %}
**Current Standard Ratio**&#x20;

**1 Point = 2000 $RATS Token**
{% endhint %}

Game admins will moderate Swap orders to avoid abuse, if there is no suspicion, the player's swap order will be Approve within <mark style="background-color:green;">**24 hours**</mark> from the time you make it.

However, to protect both players and investors, we will have a Tax system to ensure that the cash flow operates more smoothly.

## Tax System

You will be taxed if you still want to Swap Points in 7 Day Circle Tax according to the tax tiers below.

**After 7 days** you can freely Swap to receive the full amount of $RATS Token according to the **Standard Ratio.**

{% hint style="warning" %}
Within **24 hours** of first game start or since last Swap Point will be **Locked** and cannot be Swapped

* **After 1 day Locked:&#x20;**<mark style="color:red;">**50% Tax**</mark>
* **After 2 days Locked:&#x20;**<mark style="color:orange;">**40% Tax**</mark>
* **After 3 days Locked:&#x20;**<mark style="color:yellow;">**30% Tax**</mark>
* **After 4 days Locked:&#x20;**<mark style="color:purple;">**20% Tax**</mark>
* **After 5 days Locked:&#x20;**<mark style="color:blue;">**10% Tax**</mark>
* **After 6 days Locked:&#x20;**<mark style="color:green;">**5% Tax**</mark>
* **After 7 days Locked:&#x20;**<mark style="background-color:green;">**0% Tax**</mark>
  {% endhint %}

## How to Swap

* Step 1: Access <https://play.goldenrat.org> on your Wallet Browser
* Step 2: Connect your Wallet with Dapp
* Step 3: Choose "**Swap"** on Menu
* Step 4: Enter Amount Point you want to Swap
* Step 5: Pay attention to Tax and check the amount of $RATS Token converted
* Step 6: Click "Swap" and Confirm on Your Wallet

<figure><img src="/files/9A0IUhuSefvYmYbxlcKI" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://goldenrat.gitbook.io/whitepaper/game/swap-point.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
