> For the complete documentation index, see [llms.txt](https://singsing.gitbook.io/singsing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://singsing.gitbook.io/singsing/platform/tokenomic/ruby-token.md).

# RUBY Token

Notes: Ruby is an in-game token with unlimited supply that cannot be transferred between wallets.

The RUBY token offers several benefits to users within the SingSing Mini App ecosystem:

1. Utility in Game: RUBY can be used for various in-game utilities, such as upgrading boosts to increase mining speed.
2. NFT Redemption: Users can redeem RUBY for NFTs that provide special privileges.
3. Club Donations and Upgrades: In the future, RUBY can be donated to and used for upgrading Clubs within the game.
4. Event Participation: Users can use RUBY to participate in upcoming events.

We will have halving events to reduce the supply of RUBY and ensure the benefit of holders who support the project at early stage. So keep mining & inviting as much as possible 🔥

### RUBY BURN

| Amount       | TX                                                                                          |
| ------------ | ------------------------------------------------------------------------------------------- |
| 350.000 RUBY | <https://arbiscan.io/tx/0x26395b577920bb38f316f67444fa62e6b34fbdb7d61c53b68a53854194144bec> |
| 523.000 RUBY | <https://arbiscan.io/tx/0xefd9bdd687d4f7683f821eab244ee08e0c97b63a6a45ed24dde433b0e1554474> |
|              |                                                                                             |


---

# 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://singsing.gitbook.io/singsing/platform/tokenomic/ruby-token.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.
