> For the complete documentation index, see [llms.txt](https://documentation.coinracer.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.coinracer.io/how-coinracer-works/economic-model/two-layered-economy.md).

# Two-Layered Economy

Building a game economy is no joke. Adding the necessities of sustainability and scalability makes it an even more complex challenge. For over a year our team of professionals has worked hard on constructing an economic model that will be the envy of our competitors, from indie studios to the biggest brands in the industry.

Our entire economic model is based on two main layers: on-chain tokens ($CRACER/FIAT) and off-chain game currency ($CCASH). These layers complement and correct each other in real-time, ensuring that the whole game economy is backed by a one-to-one, fixed, and predefined $CCASH to $CRACER/FIAT ratio. No matter how a player purchases $CCASH, the value will always be secured; enabling the Coinracer ecosystem to become truly chain-agnostic, while also protected from volatility.

This also allows greater flexibility in terms of ecosystem growth and expansion to other blockchains or on-boarding capabilities (i.e. fiat, crypto, or loyalty rewards). Furthermore the economic model is very robust and stable, eliminating any inflationary or deflationary mechanism that would endanger the overall stability of the system.&#x20;


---

# 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://documentation.coinracer.io/how-coinracer-works/economic-model/two-layered-economy.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.
