> For the complete documentation index, see [llms.txt](https://thesnkrz.gitbook.io/thesnkrz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thesnkrz.gitbook.io/thesnkrz/land/attribute/level.md).

# 레벨

랜드 레벨은 0부터 5까지 존재하며 레벨 3 이상의 랜드에서 Land Point를 획득 할 수 있습니다. 랜드에서 획득 가능한 Land Point 총량과 Land Point 획득 속도는 랜드의 레벨에 따라 결정됩니다.

Land Point 획득 속도는 랜드 레벨에 따른 기본 획득 속도에 랜드 트래픽 등급, 소켓 박힌 젬의 등급 등 다양한 방법을 통해 높일 수 있지만 획득 가능한 Land Point 총량은 레벨을 통해서만 결정됩니다. 랜드의 Land Point를 모두 획득하게 되면 더 이상 Land Point를 획득 할 수 없습니다. 랜드 레벨을 올리는 경우 Land Point를 다시 획득 할 수 있습니다.

랜드 레벨업을 위한 조건으로는 동일 레벨의 랜드, 랜드 고유 특성에 맞는 젬, 레벨업 패스권이 필요합니다. 랜드의 레벨에 따라 필요한 랜드의 수, 젬의 등급, 레벨업 패스권 필요 개수에 차이가 있습니다. 레벨업 패스권은 랜드3에서 사용한 금액 $30당 1장씩 지급됩니다.

랜드에는 스테이킹 센터, 브리딩 센터, 제련 센터, 시청을 건설 할 수 있습니다. 랜드 레벨3 부터 센터를 1개씩 건설할 수 있으며 최대 3개의 센터를 건설 할 수 있습니다

* 레벨업 조건

<table data-header-hidden><thead><tr><th width="123"></th><th align="center"></th><th align="center"></th><th align="center"></th><th align="center"></th><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td>랜드 레벨</td><td align="center"><img src="/files/lB99z2MqR9KxHG4dK1fx" alt=""></td><td align="center"><img src="/files/r6hSwzYb1SOmRxLddsjS" alt=""></td><td align="center"><img src="/files/JGeCaYNC8M1cxw4LBzwG" alt=""></td><td align="center"><img src="/files/k6WP6uiiiC5WZHn1pkqz" alt=""></td><td align="center"><img src="/files/WhOoGt1wwip5TrobSaMk" alt=""></td><td align="center"><img src="/files/fGD2tQQXCacyWV2WuO5e" alt=""></td></tr><tr><td>랜드 개수</td><td align="center"></td><td align="center"><img src="/files/qZ2X3HtL0WdYjRJsMTBZ" alt="">  x3</td><td align="center"><img src="/files/qVgFCTzx1iUjowwpiAr9" alt=""> x4</td><td align="center"><img src="/files/GdOdW6QSy6JTEpSXIJ8y" alt="">x5</td><td align="center"><img src="/files/Znh8Mb1KGbiR1WOlAfVW" alt="">x3</td><td align="center"><img src="/files/Fd6wWjmIKC1C91pngU1T" alt=""> x2</td></tr><tr><td>젬</td><td align="center"> </td><td align="center">노말 x6</td><td align="center">레어 x6</td><td align="center">에픽 x6</td><td align="center">유니크 x6</td><td align="center">레전드 x6</td></tr><tr><td>레벨업 패스</td><td align="center"> </td><td align="center"> </td><td align="center">1장</td><td align="center">5장</td><td align="center">10장</td><td align="center">100장</td></tr></tbody></table>

* Land Point

<table><thead><tr><th width="139">효과</th><th width="91" align="center">Lv0</th><th width="98" align="center">Lv1</th><th width="97" align="center">Lv2</th><th width="108" align="center">Lv3</th><th width="101" align="center">Lv4</th><th align="center">Lv5</th></tr></thead><tbody><tr><td>LP 획득 여부</td><td align="center"> </td><td align="center"> </td><td align="center"> </td><td align="center">O</td><td align="center">O</td><td align="center">O</td></tr><tr><td>LP 1일 획득량</td><td align="center"> </td><td align="center"> </td><td align="center"> </td><td align="center">240</td><td align="center">1,200</td><td align="center">12,000</td></tr><tr><td>LP 총량</td><td align="center"> </td><td align="center"> </td><td align="center"> </td><td align="center">30,000</td><td align="center">150,000</td><td align="center">1,500,000</td></tr></tbody></table>

<br>


---

# 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://thesnkrz.gitbook.io/thesnkrz/land/attribute/level.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.
