> 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.md).

# Whitepaper

- [English](https://docs.voiceverse.com/whitepaper/english.md)
- [Vision](https://docs.voiceverse.com/whitepaper/english/vision.md)
- [What is a Voice NFT?](https://docs.voiceverse.com/whitepaper/english/voice-nft.md)
- [Who is building Voiceverse?](https://docs.voiceverse.com/whitepaper/english/team.md)
- [Voiceverse Genesis (prev. Origins)](https://docs.voiceverse.com/whitepaper/english/voiceverse-genesis.md)
- [$VV](https://docs.voiceverse.com/whitepaper/english/vv.md)
- [Celebrity Partnership Platform](https://docs.voiceverse.com/whitepaper/english/multi-token-collections.md)
- [Footnotes](https://docs.voiceverse.com/whitepaper/english/footnotes.md)
- [한국어](https://docs.voiceverse.com/whitepaper/korean.md)
- [비전](https://docs.voiceverse.com/whitepaper/korean/vision.md)
- [목소리 NFT란 무엇인가?](https://docs.voiceverse.com/whitepaper/korean/voice-nft.md)
- [Voiceverse프로젝트는 누가 만드나요?](https://docs.voiceverse.com/whitepaper/korean/team.md)
- [Voiceverse Genesis (전 Origins)](https://docs.voiceverse.com/whitepaper/korean/voiceverse-genesis.md)
- [$VV](https://docs.voiceverse.com/whitepaper/korean/vv.md)
- [연예인 파트너쉽 플랫폼](https://docs.voiceverse.com/whitepaper/korean/multi-token-collections.md)
- [각주](https://docs.voiceverse.com/whitepaper/korean/footnotes.md)
- [中文](https://docs.voiceverse.com/whitepaper/zhong-wen.md)
- [构想](https://docs.voiceverse.com/whitepaper/zhong-wen/vision.md)
- [什么是声音 NFT？](https://docs.voiceverse.com/whitepaper/zhong-wen/voice-nft.md)
- [谁在构建 Voiceverse？](https://docs.voiceverse.com/whitepaper/zhong-wen/team.md)
- [Voiceverse Genesis (prev. Origins)](https://docs.voiceverse.com/whitepaper/zhong-wen/voiceverse-genesis.md)
- [$VV](https://docs.voiceverse.com/whitepaper/zhong-wen/vv.md)
- [艺人合作平台](https://docs.voiceverse.com/whitepaper/zhong-wen/multi-token-collections.md)
- [脚注](https://docs.voiceverse.com/whitepaper/zhong-wen/footnotes.md)


---

# 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.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.
