> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-ko/dao/dao/what-smart-contracts-does-the-dao-control.md).

# DAO 스마트 계약

DAO는 Decentraland의 가장 중요한 스마트 계약을 소유하고 제어합니다.

디센트럴랜드 DAO는 디센트럴랜드 플랫폼의 가장 중요한 스마트 계약들 중 여러 개를 소유하고 있습니다. 아래에 나열되어 있습니다:

## ⛰️ LAND 계약

이 계약은 LAND 토큰을 관리하는 계약입니다. DAO는 LAND 스마트 계약의 소유자입니다. 이는 해당 계약에 대한 모든 변경이나 수정이 DAO와 SAB에 의해 수행되어야 함을 의미합니다.

## 🏘️ Estate 계약

LAND 계약과 마찬가지로, DAO는 Estate 계약을 소유하고 있으며, 이 계약은 커뮤니티 투표를 통해 DAO의 승인이 이루어진 후에만 SAB가 수정할 수 있습니다.

## 📍 관심 지점

관심 지점 목록(디센트럴랜드에서 주목할 만한 장소로, 가상 세계를 탐험하기 시작하기 좋은 곳으로 사용자에게 안내되는 곳) 역시 DAO가 소유합니다. 이 목록은 계약에 저장되어 있으며, 커뮤니티 투표를 통과한 후에만 수정할 수 있고, 그다음 DAO 위원회가 온체인에서 이를 실행합니다.

## 🏷️ 이름

디센트럴랜드에서 고유한 아바타 이름에 대한 NFT를 발행하는 데 사용되는 계약들은 DAO가 소유하고 관리합니다. 이름 계약에 대한 모든 변경은 DAO의 승인을 받아야 합니다.

## 🚫 금지된 이름

디센트럴랜드 클라이언트에서 금지된 이름 목록은 DAO가 소유한 계약에 저장되어 있습니다. 이 목록은 커뮤니티 투표를 통과한 후에만 수정할 수 있고, 그다음 DAO 위원회가 온체인에서 이를 실행합니다.

## 🌐 Catalyst 노드

디센트럴랜드의 가상 세계를 계속 운영하는 데 필요한 콘텐츠를 제공하고 P2P 연결을 구축하는 Catalyst 노드 목록 또한 DAO가 소유하고 관리합니다. 이 목록은 계약에 저장되어 있으며, 커뮤니티 투표를 통과한 후에만 수정할 수 있고, 그다음 DAO 위원회가 온체인에서 이를 실행합니다.

## 👕 웨어러블 컬렉션

디센트럴랜드에서 웨어러블은 발행 전에 컬렉션으로 묶을 수 있습니다. 웨어러블 컬렉션을 관리하는 데 사용되는 계약들은 DAO가 소유하고 관리합니다.

## 🛒 마켓플레이스 계약

디센트럴랜드 마켓플레이스 dApp은 LAND, Estate 및 기타 NFT의 판매와 입찰 과정을 관리하기 위해 여러 스마트 계약을 사용합니다. 이러한 계약에는 마켓플레이스 수수료도 정의되어 있으며, DAO의 승인으로만 변경할 수 있습니다.

## 💰 보조금

DAO의 보조금 체계의 일부로 정기 지급을 수행하는 데 사용되는 베스팅 계약 또한 DAO가 소유합니다. 이러한 계약은 DAO를 대신해 DAO 위원회가 생성하며, 위원회의 취약점이나 실수로 인한 금전적 손실 위험을 방지하기 위해 SAB의 감독을 받습니다. 모든 베스팅 계약의 상태는 사용하여 확인할 수 있습니다 [이 도구](https://vesting.decentraland.org/)


---

# 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.decentraland.org/player/player-ko/dao/dao/what-smart-contracts-does-the-dao-control.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.
