# Skill Point Allocation

### 🧬 How base skills are assigned

Every Terry begins its journey with a set of **base skill points**.\
These points are distributed randomly across the four core skills, within a minimum and maximum range determined by the Terry’s rarity.

As your Terry levels up, it gains **+1 skill point per level**, allowing you to shape its strengths over time.

When a Terry is created (purchased, airdroped, fusionned):

* It receives a **random number of base skill points**.
* These points fall within the **min–max range** of its rarity tier.
* Points are **randomly allocated** across the four skills.
* No two Terries are identical, even within the same rarity.

This randomness creates uniqueness and strategic variation between Terries.

***

### 📈 Growing your Terry

Each time your Terry levels up:

* You earn **one skill point**,
* You may allocate it to any of the four core skills.

***

### 📊 Skill Point Table (Accurate & Updated)

<table><thead><tr><th width="165.14453125">Terry Rarity</th><th width="160.02734375">Base Skill Points</th><th width="128.92578125" data-type="number">Max Levels</th><th>Max Skills</th></tr></thead><tbody><tr><td>Basic</td><td>4</td><td>20</td><td>24</td></tr><tr><td>Common</td><td>20 - 40</td><td>40</td><td>80</td></tr><tr><td>Rare</td><td>30 - 60</td><td>60</td><td>120</td></tr><tr><td>Epic</td><td>50 - 80</td><td>80</td><td>160</td></tr><tr><td>Legendary</td><td>70 - 100</td><td>100</td><td>200</td></tr><tr><td>Mythical</td><td>90 - 120</td><td>120</td><td>240</td></tr><tr><td>Ultimate</td><td>110 - 140</td><td>140</td><td>280</td></tr></tbody></table>

{% hint style="info" %}
All Basic Terries cannot be traded. They are the starter Terries for every user when creating their weRate account.
{% endhint %}


---

# 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://whitepaper.werate.io/~/revisions/aMBNLsLcP38hQJkHvR9E/using-the-werate-app/terries/skill-point-allocation.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.
