> 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/composition.md).

# 랜드의 구성

SNKRZ에는 실제 지도를 활용한 메타버스 공간인 랜드가 있습니다. 스니커즈 랜드는 500m 반지름을 가지는 육각형 타일로 나누어져 있으며 현실 세계와 동일한 지도 위에 구성되어 있습니다.

랜드는 운동을 통해 점령하는 랜드 점령자와 랜드 NFT를 소유한 랜드 소유주가 각각 존재합니다. 랜드 NFT는 주인 없는 랜드를 유저가 원하는 지역을 선택하여 NFT를 민팅할 수 있으며 이때 $FIT 또는 $FORCE 토큰을 지불하거나 특정 레벨이 지정된 바우처를 통해 획득 할 수 있습니다. 또한, 유저간 거래는 스니커즈 마켓에서 지원하는 토큰을 통해 거래하거나 지갑 간 이동을 통해 교환 가능합니다.

또한 유저의 건강증진을 위한 운동 습관을 위하여 특정 걸음수를 기반으로하는 만보기 기능을 통해 특정 걸음 수를 넘는 경우 하루동안 획득한 랜드 포인트 따른 보상을 제공합니다.

최소 걸음수에 따른 랜드포인트는 유저가 보유하고 있는 레벨 3 이상의 랜드와 스니커즈 스테이킹에 의해 증가 시킬 수 있습니다. 또한 5천보, 1만보 등 유저의 건강증진을 목적으로하는 걸음수를 도달하는 경우 추가 랜드 포인트를 획득 할 수 있습니다.

랜드에는 레벨이 존재하며 랜드의 레벨업을 위해서는 다른 또는 동일 레벨의 랜드가 특정 수 만큼 필요하며 이때 레벨업이 된 랜드를 제외한 나머지 랜드는 주인 없는 랜드로 바꾸어지고 해당 스니커즈 랜드 NFT는 재단에게 귀속되어 주인 없는 랜드로 변화합니다.

랜드 NFT 소유주는 자신의 랜드 위에 브리딩 센터, 제련센터, 스테이킹 센터, 시청을 건설할 수 있습니다. 건설한 센터는 스니커즈 NFT 유저들에게 다양한 기능을 제공하여 운동과의 랜드의 연계성을 강화시킵니다. 랜드 스테이킹 센터에서는 레벨50 스니커즈를 스테이킹 할 수 있으며 이때 랜드 포인트를 추가로 획득 할 수 있습니다.

{% content-ref url="/pages/ArxYw3suVnS8WW1JfTs2" %}
[스팟](/thesnkrz/land/composition/spot.md)
{% endcontent-ref %}

{% content-ref url="/pages/oXVB38b4e6LXkOiXtS48" %}
[타일](/thesnkrz/land/composition/tile.md)
{% endcontent-ref %}

{% content-ref url="/pages/2xQUx6lvvojsuIAWStQz" %}
[랜드](/thesnkrz/land/composition/land.md)
{% endcontent-ref %}


---

# 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/composition.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.
