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

# 배경

블록체인 기술이 온라인 게임 산업을 변화시키고 있습니다.

블록체인 기술의 확산은 지난 몇 년간 폭발적인 성장을 했습니다. 블록체인 개발의 발단은 느리고 비싸고 비효율적인 현재의 금융 시스템의 문제를 해결하는 것이었습니다. 그러나 블록체인 기술의 확장성으로 새로운 각 산업에서 블록체인 기술을 적용하는 방법을 찾기 시작했습니다.

현재 금융 시스템의 문제를 해결하는 것에서 나아가 가장 활발하게 연구개발되고 있는 분야는 바로 게임 산업입니다.

![](/files/X4I5GUahcXDh7KFGSKQF)


---

# 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://klayguildgames.gitbook.io/untitled/kgg/background.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.
