# Boost

While each process has a base output, there are some factors that can exponentially boost output. The factors that boost production are Stats, Deployed Slot, Purity, and Gold or Special Attribute.

The combination of each boost except Stats is an additive operation, not a multiplicative operation.

## Stats

Among the stats, LUK and DEX have a significant impact on the productivity of NFTs (see [Power Stats](/tidal-flats-whitepaper-en/whitepaper/black-market-2-road-to-fidelia/fidelion-nft/power-stats.md) for more details).

## Deployed Slot

NFTs placed on higher slots will receive a bigger boost to their manufacturing power. The boost percentage based on the number of slots is as follows. For deploying on higher slots, NFTs need higher Fame level. (See the [Fame section](/tidal-flats-whitepaper-en/whitepaper/black-market-2-road-to-fidelia/fidelion-nft.md#fame))

| Slot | Boost | Unlock Cost ($VALOR) |
| ---- | ----- | -------------------- |
| 1st  | 0%    | -                    |
| 2nd  | 5%    | 1,000                |
| 3rd  | 10%   | 2,000                |
| 4th  | 20%   | 4,000                |
| 5th  | 30%   | 7,000                |
| 6th  | 50%   | 10,000               |

## Purity

NFTs placed in a particular faction will receive a larger manufacturing boost if they have a higher purity for that particular faction. The boost percentage based on the purity is as follows. Additionally, each faction's Commander receives a massive boost.

| Purity    | Boost |
| --------- | ----- |
| 1         | 0%    |
| 2         | 10%   |
| 3         | 20%   |
| 4         | 50%   |
| 5         | 70%   |
| 6         | 100%  |
| Commander | 200%  |

(Note: Purity does not apply to Citizens)

## Gold Attribute

NFTs with the Gold Attribute receive an additional 20% productivity boost. (See the [Gold Attribute](/tidal-flats-whitepaper-en/whitepaper/black-market-2-road-to-fidelia/fidelion-nft.md#gold-attributes) section)

## Special Attribute

NFTs with the Special Attribute receive an additional 20% productivity boost. (See the [Special Attribute](#special-attribute) section)

## Example

If an NFT has the following stats and boosts, the NFT has a production expected multiplier value of 4,848% according to the formula below.

* LUK level: 90 -> 10x with 45% probability
* DEX level: 90 -> 75% reduced rate
* Special attribute: yes -> 20%
* Gold attribute: yes -> 20%
* Purity: 4 -> 50%
* Slot: 6th -> 50%

$$
Expected,multiplier,value = (10*0.45+1*(1-0.45))*(1/(1-0.75))*(1+0.2+0.2+0.5+0.5)
$$


---

# 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://tidal-flats.gitbook.io/tidal-flats-whitepaper-en/whitepaper/black-market-2-road-to-fidelia/manufacturing/boost.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.
