# Upgrade Cats

#### **Cats experience**

The initial level of each cat is level 1, and when the battle is completed, the cat will gain a certain amount of experience(exp). When the exp reaches the required exp for the level of upgrade, the player can upgrade the cat.

Using cats to play PVP mode and co-op mode will earn exp points.

Surrender in a PVP match does not gain exp points.

When playing the game when the exp is full, the cat will not gain experience value exceeding the upper limit.

#### Level

The maximum level of a cat is 20. After each level up, the exp will be cleared.

When cats are upgraded, their attributes will be improved, and different types of cats will get different attributes when they are upgraded.

#### **Upgrade cost**

When upgrading the cat, the player needs to spend the corresponding CatPay. The higher the level, the more exp points and CatPay required to upgrade.

| Cat Level | Exp Required | CatPay Required |
| --------- | ------------ | --------------- |
| 1         | 0            | 0               |
| 2         | 50           | 1,600,000,000   |
| 3         | 80           | 2,400,000,000   |
| 4         | 120          | 4,000,000,000   |
| 5         | 160          | 6,400,000,000   |
| 6         | 200          | 9,600,000,000   |
| 7         | 250          | 12,800,000,000  |
| 8         | 300          | 16,000,000,000  |
| 9         | 350          | 19,200,000,000  |
| 10        | 400          | 22,400,000,000  |
| 11        | 450          | 28,000,000,000  |
| 12        | 500          | 32,000,000,000  |
| 13        | 550          | 40,000,000,000  |
| 14        | 600          | 48,000,000,000  |
| 15        | 700          | 56,000,000,000  |
| 16        | 800          | 64,000,000,000  |
| 17        | 1000         | 80,000,000,000  |
| 18        | 1500         | 96,000,000,000  |
| 19        | 2000         | 120,000,000,000 |
| 20        | 3000         | 160,000,000,000 |


---

# 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://wiki.catecoin.club/game-fi-system/upgrade-cats.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.
