> For the complete documentation index, see [llms.txt](https://crypto-bike.gitbook.io/crypto-bike.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypto-bike.gitbook.io/crypto-bike.game/gameplay/item-description.md).

# ITEM DESCRIPTION

### ITEM LVL UP

Installing items allows players to win races more often. Items are distributed across classes from Common to Legend.

{% embed url="<https://docs.google.com/spreadsheets/d/15VnlE6LE52bXPKKM2cRtr5gNtje3prU4H2L-F0BFf3M/edit?usp=sharing>" %}
***`This table shows how much a player receives a bonus to the main characteristic for a certain level of pumping items`***
{% endembed %}

Players can upgrade their items to improve their bike's performance. The upgrade process is done using MTCB tokens in the garage.

### ITEM TYPE

In Crypto-Bike, you can find 15 different item assets that will help you improve your bike and boost you during the race.

**Engine**

Engine Type A/B/C - they help you improve your bike's power.

<figure><img src="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FkrR31AyxSUfwcMTUptED%2Fengine%20(2).jpg?alt=media&amp;token=84a17667-e367-4515-816e-7bfd737d7ae9" alt="" width="337"><figcaption></figcaption></figure>

**Turbine**

Turbine Type A/B/C - increase max speed

<figure><img src="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FLDVpa9GANBd3XKnXsdW5%2Ftruba.jpg?alt=media&amp;token=ef92a19e-91c8-4618-af6b-b842c1d29e15" alt="" width="337"><figcaption></figcaption></figure>

**Transmission**

Transmissions are unique. They have different types of work, unlike Engines or Turbines. Transmissions A - improve Engine power.

Transmissions B - improve Turbine power.

Transmissions C - improve Engine & Turbine power

<figure><img src="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FoX9KJLvMa4LMFbTgRPiA%2F%D0%B5%D0%BA%D1%84%D1%82%D1%96.jpg?alt=media&amp;token=df99dd3a-2c28-4672-89e1-a3880c5375f2" alt="" width="337"><figcaption></figcaption></figure>

**Tank**

Installing a new tank will make the bike lighter and reduce its acceleration time to 100 km/h.

<figure><img src="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FH42QnvjFrV2GRqf4SZqs%2Fbak.jpg?alt=media&amp;token=62c11bf1-44e3-492e-a5cf-05aa62567f9c" alt="" width="337"><figcaption></figcaption></figure>

**Wheels**

Installing new wheels increases the bike's maximum speed, like a turbocharger.

<figure><img src="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FDmZRo5QeHjWySyivXM2c%2Fkoleso.png?alt=media&amp;token=ede1b174-81d3-4e1e-bf73-ddc3d2d9e546" alt="" width="337"><figcaption></figcaption></figure>

**Nitro**

A Nitro booster is additional equipment on the bike that helps the player win the competition by increasing the maximum speed during the race.&#x20;

<figure><img src="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2Fc1yiWhiC226qbLGiB9Nw%2Fnitro%20(2).jpg?alt=media&amp;token=667e7806-d9c1-4c6f-af19-448842bdbb0e" alt="" width="337"><figcaption></figcaption></figure>

<br>


---

# 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://crypto-bike.gitbook.io/crypto-bike.game/gameplay/item-description.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.
