> For the complete documentation index, see [llms.txt](https://whitepaper.riotracers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.riotracers.com/riot-racers-inspiration.md).

# Riot Racers Inspiration

![](/files/-Ma-sYix4AjJkC98WAyK)

The Riot Racers game was inspired by the [CryptoWhips OG NFT Collection](https://opensea.io/collection/cryptowhips). To pay homage to the cars that started it all, all CryptoWhips cars in the OG Collection will have a special place and value in the Riot Racers game.

> Meta Khan, the game visionary behind Riot Racers, helped with the creation and launch of the CryptoWhips. But after a short period of time he noticed that the novelty of NFTs was quickly wearing off, and that NFTs need utility if they are going to last long term. What if you could race your NFTs? And the idea for Riot Racers was born.

[CryptoWhips](https://opensea.io/collection/cryptowhips) cars will have automatic upgraded status and bonus upgrades. CryptoWhips cars #1-101 will be the Riot Racers Genesis Collection cars #1-101.

CryptoWhips > Riot Racer Car [Redemption Information](https://cryptowhips.riot.fun/)

| [CryptoWhips](https://opensea.io/collection/cryptowhips) | [Game Class](/cars/cars.md#car-classes) | [XP](/game-play.md#experience-points) | Rating | Engine Level | Tire Level |
| -------------------------------------------------------- | --------------------------------------- | ------------------------------------- | ------ | ------------ | ---------- |
| Super Rare                                               | Legendary                               | 1,000                                 | 7,800  | Level 3      | Level 2    |
| Rare                                                     | Aero                                    | 700                                   | 5,400  | Level 2      | Level 2    |
| Common                                                   | Aero                                    | 600                                   | 2,040  | Level 1      | Level 2    |

**For example**, [this car](https://opensea.io/assets/0x495f947276749ce646f68ac8c248420045cb7b5e/101609592863498776202034040076279360426397192067059035106760528359951754592257), #016, (pictured above), is CryptoWhips Class Rare, so in the Riot Racers game it will have an automatic Class of Aero, with 700 XP to start, with a rating of 5,400 with a Level 2 Engine and Level 2 tires. Note: The 1/1 CryptoWhips Collabs done before June 1, 2021 will be equal to the Rare Class CryptoWhips in the Riot Racers game.

###


---

# 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.riotracers.com/riot-racers-inspiration.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.
