> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-sandbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-sandbox/korean/assets/what-are-assets/rights-ownership-and-copyright-of-assets.md).

# 애셋의 권리, 소유권 및 저작권

## 내가 복스에딧에서 만든 애셋의 소유권은 누구에게 있나요?

애셋을 제작한 크리에이터 본인에게 100% 소유권이 있습니다.

## 더 샌드박스 애샛의 저작권은 누구에게 있나요?

더 샌드박스의 모든 애셋은 제3자의 기존 저작권을 침해하지 않는 한 해당 애셋을 만든 크리에이터에게 저작권이 부여됩니다.

## 내가 저작권을 보유하고 있지 않은 마블, 디즈니, 픽사, 포켓몬, 패밀리 가이, 퓨처라마나 다른 캐릭터의 애셋을 만들 수도 있나요?

아니요. 이는 국제 저작권 및 상표법 위반입니다. 애셋은 고유한 형태여야 하며 내가 지적 재산권을 소유하고 있지 않은 캐릭터를 모방해서는 안 됩니다. 더 샌드박스는 탈중앙화를 지향하지만 명시된 법률은 지키고 따라야 할 의무가 있습니다.

## 라이선스 권한이 있나요?

더 샌드박스에 콘텐츠를 업로드할 때, 크리에이터는 더 샌드박스의 서비스, 활동, 공유된 애셋과 게임의 개발, 배포, 제공, 개선 및 홍보의 목적으로 공유된 애셋과 게임을 사용, 재생산, 공개, 배포 및 적용할 수 있는 전 세계적, 비독점적, 로열티 무료인, 영구적, 취소 불가능한, 서브 라이선스 설정이 가능한 (여러 단계를 거쳐), 양도 가능한 권리 및 라이선스를 부여하는 것에 동의합니다. 또한 공유된 애셋과 게임 사용과 관련하여 TSB에 크리에이터의 이름과 상표를 사용할 권리가 있음에 동의합니다. 더 자세한 정보를 확인하려면 다음의 링크를 참조하세요: <https://www.sandbox.game/kr/terms-of-use/>.


---

# 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.sandbox.game/the-sandbox/korean/assets/what-are-assets/rights-ownership-and-copyright-of-assets.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.
