> For the complete documentation index, see [llms.txt](https://docs.1move.io/pt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/pt/elementos-de-jogo/tenis-nft/nivel-do-tenis.md).

# Nível do tênis

Os tênis recém cunhados começam no nível 0. Os usuários podem aumentar seu nível usando seus 1MTs para certos níveis e 1RTs sendo necessários em certos níveis mais altos. Cada nível acima leva um tempo fixo para ser concluído, o que aumenta junto com a quantidade de 1MTs ou 1RTs necessários de acordo com o nível do tênis. Este processo pode ser intensificado com a utilização de mais 1MTs.

Ao subir de nível, os usuários atingirão 4-12 pontos adicionais que podem atribuir a seus Atributos.

![](/files/WhabFJrAGv5M55TKJX0J)

| Básico   | 4  |
| -------- | -- |
| Standard | 6  |
| Atlético | 8  |
| Pro      | 10 |
| Campeão  | 12 |

#### AdditionalAs vantagens adicionais serão desbloqueadas ao atingir determinados objetivos de nível:

| Qualidade | Attribute Point/ Level Up       |
| --------- | ------------------------------- |
| Nível5    | Desbloqueia Soquete 1           |
| Nível 5   | Desbloqueia Soquete de Cunhagem |
| Nível 10  | Desbloqueia Soquete 2           |
| Nível 15  | Desbloqueia Soquete3            |
| Nível 20  | Desbloqueia Soquete 4           |
| Nível 30  |                                 |

### **Liberação do limite de rendimento e funções do Nível do Tênis.**

A tabela abaixo contém o nível máximo de 1MT/dia e funções liberadas.

|  Nível  | Máx 1MT/Dia |         Funções Liberadas        |
| :-----: | :---------: | :------------------------------: |
|  0 → 1  |      10     |                                  |
|  1 → 2  |      15     |                                  |
|  2 → 3  |      20     |                                  |
|  3 → 4  |      25     |                                  |
|  4 → 5  |      30     | Soquete Aberta 1 Cunhagem viável |
|  5 → 6  |      35     |                                  |
|  6 → 7  |      40     |                                  |
|  7 → 8  |      45     |                                  |
|  8 → 9  |      50     |                                  |
|  9 → 10 |      60     |         Soquete Aberta 2         |
| 10 → 11 |      70     |                                  |
| 11 → 12 |      80     |                                  |
| 12 → 13 |      90     |                                  |
| 13 → 14 |     100     |                                  |
| 14 → 15 |     110     |         Soquete Aberta 3         |
| 15 → 16 |     120     |                                  |
| 16 → 17 |     130     |                                  |
| 17 → 18 |     140     |                                  |
| 18 → 19 |     150     |                                  |
| 19 → 20 |     160     |         Soquete Aberta 4         |
| 20 → 21 |     170     |                                  |
| 21 → 22 |     180     |                                  |
| 22 → 23 |     190     |                                  |
| 23 → 24 |     200     |                                  |
| 24 → 25 |     210     |                                  |
| 25 → 26 |     220     |                                  |
| 26 → 27 |     230     |                                  |
| 27 → 28 |     240     |                                  |
| 28 → 29 |     300     |                                  |
| 29 → 30 |     300     |                                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.1move.io/pt/elementos-de-jogo/tenis-nft/nivel-do-tenis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
