> For the complete documentation index, see [llms.txt](https://whitepaper.cryptoknights.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptoknights.games/usdruby/utility.md).

# Utility

### Restore XP

When a Knight is below its All-Time-High Level, the player can consume RUBY to restore the Knight's Level back. The player will do so because a higher Level Knight can gain access to more features in the game and earn more RUBY when they win a ranked game.

### Purchase In-Game Items

RUBY can be consumed to purchase in-game items, similar to how most mobile games provide in-game purchases.

### Mint In-Game Items into NFTs

RUBY can be consumed to mint in-game items in a player's account into NFTs, which can be withdrawn into the player's wallet on the blockchain.

### Stake RUBY to Earn Rewards

Holders can stake RUBY into a single staking pool on the blockchain.

When RUBY are consumed in the game, 60% of that amount will be distributed to RUBY stakers.

### Participate in Auctions

There will be NFT Auctions that will be priced in RUBY. Therefore a player must possess RUBY in order to participate in those Auctions.

### Participate in Royalty Pools

For Auctions priced in RUBY, the corresponding Royalty Pool will be priced in RUBY as well. Therefore a player must possess RUBY in order to participate in those Auctions.


---

# 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://whitepaper.cryptoknights.games/usdruby/utility.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.
