# Gem Sockets

<figure><img src="/files/lPpjGnQelFz4zSbltwiS" alt=""><figcaption></figcaption></figure>

Every Vehicle NFT has four Gem Sockets in which you can mount a Gem.

Gem Sockets can have one of four colors: red, green, yellow, or blue, and the color of each Socket is randomly determined when a Vehicle is created. Vehicles can have multiple Sockets with the same color.

The Sockets are initially locked and cannot be equipped with Gems, but each time the Vehicle reaches a certain level, one gets unlocked and available to mount a Gem. For more details about level-up process, refer to the [\[Level page\]](/perplay-whitepaper/game-fi/nft/level.md).

Each Socket can only be mounted with a Gem of color that matches the color of the Socket.

<table><thead><tr><th width="168">Socket Color</th><th>Effect When Mounted</th></tr></thead><tbody><tr><td><mark style="color:red;">Red</mark></td><td>Vehicle’s Base Speed increases by N%.</td></tr><tr><td><mark style="color:green;">Green</mark></td><td>Vehicle’s Base Luck increases by N%.</td></tr><tr><td><mark style="color:yellow;">Yellow</mark></td><td>Vehicle’s Base Energy increases by N%.</td></tr><tr><td><mark style="color:blue;">Blue</mark></td><td>Vehicle’s Base Durability increases by N%.</td></tr></tbody></table>

Vehicles have a Plus Mark which can be used as a special Gem Socket of rainbow color in addition to the four basic Gem Sockets. It is opened at the initial state, and a Rainbow Gem Socket can be freely mounted with a Gem of any color. The Gem in the Rainbow Socket will have a twice effect value than the original one.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.perplay.io/perplay-whitepaper/game-fi/nft/gem-sockets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
