> For the complete documentation index, see [llms.txt](https://whitepaper.werate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.werate.io/using-the-werate-app/terries/terry-multipliers/lp-multiplier.md).

# LP Multiplier

{% hint style="info" %}
LP reflects **contribution quality, consistency, and progression**, not raw activity.

Unlike XP, LP multipliers **evolve over time** as your Terry levels up.
{% endhint %}

### 🧬 What LP Is Used For

LP is used to:

* Rank users on leaderboards (weekly, monthly...)
* Determine eligibility for prize pools
* Calculate credit rewards from leaderboard placement

LP does not affect Terry level progression.

***

### 🟦 Base LP Multiplier (Level-Based)

Every Terry starts with a base LP multiplier of **1.00×**.\
As the Terry levels up, this multiplier increases gradually until it reaches a rarity-specific maximum.

LP multipliers grow **linearly per level**.

***

### 📊 LP Multiplier by Rarity

<table><thead><tr><th width="125.359375">Rarity</th><th width="94.35546875">Levels</th><th width="164.34765625">LP Increase per Level</th><th>Max LP Multiplier</th></tr></thead><tbody><tr><td>Basic</td><td>20</td><td>+0.0050</td><td>1.10×</td></tr><tr><td>Common</td><td>40</td><td>+0.0050</td><td>1.20×</td></tr><tr><td>Rare</td><td>60</td><td>+0.0067</td><td>1.40×</td></tr><tr><td>Epic</td><td>80</td><td>+0.0075</td><td>1.60×</td></tr><tr><td>Legendary</td><td>100</td><td>+0.0080</td><td>1.80×</td></tr><tr><td>Mythic</td><td>120</td><td>+0.0083</td><td>2.00×</td></tr><tr><td>Ultimate</td><td>140</td><td>+0.0086</td><td>2.20×</td></tr></tbody></table>

***

### 🧮 LP Multiplier Formula

```
Final LP Multiplier =
1 + (Current Level × LP_Per_Level)
```

This multiplier is capped at the rarity maximum.

#### Example

* Terry rarity: Rare
* Current level: 60
* LP per level: 0.0067

```
Final LP Multiplier =
1 + (60 × 0.0067)
= 1.40×
```

***

### ✍️ Focus (LP Skill)

[Focus](/using-the-werate-app/terries/skills-points/focus.md) increases LP earned **only from full reviews**.

A full review includes:

* Sub-ratings
* Written content
* Photos

Each [Focus](/using-the-werate-app/terries/skills-points/focus.md) point adds a fixed percentage bonus to LP **after** the base LP multiplier is applied.

Focus rewards **depth and quality**, not volume.

***

### 🍀 Luck (LP Chance Modifier)

[Luck](/using-the-werate-app/terries/skills-points/luck.md) introduces a probabilistic bonus to LP.

Each Luck point increases the chance that a review or quest will:

* Grant a **temporary +50% LP boost**

Luck does not affect XP or credits.

LP bonuses from [Luck](/using-the-werate-app/terries/skills-points/luck.md) are:

* Random
* Visible when triggered
* Never guaranteed

***

### 🧮 LP Reward Calculation (Simplified)

```
Final LP =
Base LP × (Level-Based LP Multiplier + Focus Bonus + Luck (if triggered))
```
