> For the complete documentation index, see [llms.txt](https://rolos-organization.gitbook.io/bsc-spacesaloon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rolos-organization.gitbook.io/bsc-spacesaloon/claim-system.md).

# Claim System

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

## 💼 VAULT

The VAULT is where users can **convert their in-game SpaceCredits tokens into real tokens USDT**, which are sent directly from the **reward pool 💰**.

When a user mines a planet and, for example, earns **500 SpaceCredits**, these tokens are stored in their **Vault**, and **cannot be used or withdrawn** until they are claimed.

This system provides **complete security and fairness** for players, as **everyone must be patient** and choose the right moment to withdraw their earnings.

* [x] All players start with a **70% withdrawal tax**, which is **reduced by 5% each day**, until it reaches **0%**
* [x] If a user decides to withdraw before reaching 0%, their **next claim will start at 90% tax**.
* [x] Once they reach 0% and **choose to continue accumulating**, trusting in the long-term vision of the project, they will **receive extra mining benefits**, such as **higher success rates on planets 🌍**.\
  This higher succes will start at 1% and will increment 1%/day until day 10.

## 💯Special Claim

**In SpaceSaloon,&#x20;**<mark style="color:$success;">**there is a way to claim early and strengthen your fleets**</mark>**, allowing you to grow your investment and multiply your rewards.**

If you choose to claim your earnings as **in-game SpaceCredits**, you can do so in **half the time**, as the claim tax decreases by **10% per day**.

**Everything depends on your strategy, Commander!** 🚀

{% hint style="success" %}
This increased success rate will **start at 1%** and **grow by 1% each day**, up to **day 10**, where it will be capped at a **maximum of +10% success rate**.\
This bonus will be **especially noticeable on higher-tier planets**, where the **base success rate is often below 50%**.
{% endhint %}


---

# 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://rolos-organization.gitbook.io/bsc-spacesaloon/claim-system.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.
