> For the complete documentation index, see [llms.txt](https://wiki.cyberpunks.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cyberpunks.world/economy-ecosystem/ft-infrastructure/in-game-stablecoin.md).

# In-game Stablecoin

An essential component of our decentralized, free economy ecosystem is the in-game **Stablecoin**.

**Stablecoin** provides players with an option to secure their in-game earnings in a more stable form compared to the main game token, which may be volatile in price. Additionally, it offers convenience for those who want to lock in their income without leaving the game ecosystem.

With our in-game **Stablecoin**, players can quickly swap their tokens for the **Stablecoin** and continue playing, knowing their earnings are secure. They can also trade the **Stablecoin** back for game assets at any moment.

**Cyberpunks World** **Stablecoin** solution is tied to Curve LP tokens, allowing players to effortlessly switch between the game **Stablecoin** and well-known stablecoins in a trustless manner. This seamless integration ensures uninterrupted gameplay while maintaining a secure and stable in-game economy.

![](/files/l7Yvucv0AEMZYusbzbhQ)


---

# 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://wiki.cyberpunks.world/economy-ecosystem/ft-infrastructure/in-game-stablecoin.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.
