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

# 백서

Decentraland의 철학과 디자인에 대해 더 자세히 알아보려면 백서를 읽어보세요.

## 백서 2.0 (2024)

원래 백서가 발행된 지 7년이 지난 뒤, 2024년에는 '디센트럴랜드 2.0' 운동의 일환으로 새로운 백서가 발행되었습니다. 이 운동에는 2020년 플랫폼의 최초 출시 이후 축적된 학습 내용을 통합한, 디센트럴랜드를 위한 완전히 새로운 데스크톱 클라이언트의 출시가 포함되었습니다. 이 문서는 베테랑과 신규 사용자 모두를 위한 안내서로서, 분산형 기술의 필요성을 설명하고 디센트럴랜드의 사명을 재확인하며, 출시 이후의 역사, 발전, 영향력을 기록하고, 기술 아키텍처를 자세히 설명하며, 향후 지속적인 개발을 위한 로드맵을 제시합니다.

[디센트럴랜드의 2024년 백서 2.0은 여기에서 읽어보세요](https://decentraland.org/whitepaper2.pdf)

## 원본 백서 (2017)

디센트럴랜드의 원본 백서는 플랫폼이 대중에게 출시되기 3년 전인 2017년에 발행되었습니다. 이 백서는 디센트럴랜드 공동 창립자인 에스테반 오르다노, 아리엘 메일리히, 예멜 자르디, 마누엘 아라오즈가 작성했습니다. 이 백서는 디센트럴랜드 프로젝트의 근본적인 철학적 동기에 대한 자세한 설명과 함께, 디센트럴랜드 구축을 위한 제안된 기술적·경제적 접근 방식에 대한 엄밀한 논의를 담고 있습니다.

[디센트럴랜드의 원본 2017년 백서는 여기에서 읽어보세요](https://decentraland.org/whitepaper.pdf)


---

# 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/introduction/whitepaper.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.
