> For the complete documentation index, see [llms.txt](https://docs.voiceverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voiceverse.com/whitepaper/korean/multi-token-collections.md).

# 연예인 파트너쉽 플랫폼

내 최애의 목소리를 메타버스에서 가질 수 있다고 생각해보세요. 해당 목소리가 희귀할 것은 두말할 것 없고, 전세계 팬들이 그 목소리를 원할 겁니다.

대부분의 연예인들에게는 본인의 목소리를 단 한개의 1/1 NFT로 만들어서 한 명만이 소유하게 하는 것이 수지타산이 맞지 않을 것입니다. 그래서 ERC-1155 Protocol 기반의 멀티토큰 NFT가 필요한 것이지요.

멀티토큰 NFT 컬렉션은 이미 사회적으로 인정 받은 고부가 가치의 목소리를 위해 만들어질 것입니다. 연예인, 유명인, 배우, 가수, 스포츠 선수, 저명한 지식인 등 명망 높은 분들이 포함됩니다.


---

# 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.voiceverse.com/whitepaper/korean/multi-token-collections.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.
