# Boost & Sockets

## Boost Types

Users can enhance their Computers Attributes by inserting Boosts into designated Sockets, which are unlocked at specific level milestones. There are four distinct Boost types, each aligned with a particular Attribute:

1\.  Red: Efficiency\
2\. Green: Luck\
3\. Blue: Robustness\
4\. Purple: Resilience\ <br>

### Socket Types and Qualities

* Computers have four Sockets for Boost, color-coded by Attribute type.<br>
* Computer’s Attributes are online when a Boost is inserted into the matching Socket.<br>
* Sockets unlock at Computer levels 5, 10, 15, and 20. <br>
* Higher quality Sockets amplify the Boost's effect.<br>
* While the socket color is visible pre-unlock, its rarity influenced by the Computer quality remains hidden until unlocked.<br>
* The Socket quality is influenced by the Computer Quality:

| Computer Quality | Common Socket % | Rare Socket % | Epic Socket % | Legendary Socket % | Attribute Improvement |
| ---------------- | --------------- | ------------- | ------------- | ------------------ | --------------------- |
| Common           | 90%             | 10%           | NA            | NA                 | NA                    |
| Rare             | 10%             | 30%           | 50%           | 10%                | +20%                  |
| Epic             | 10%             | 10%           | 30%           | 40%                | +30%                  |
| Legendary        | NA              | 10%           | 20%           | 30%                | +50%                  |


---

# 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://gamebyts.gitbook.io/gamebyts/deep-dive/asset-module/boost-and-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.
