> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/info-hub/important-links-and-resources/virtuals-protocol.md).

# Virtuals Protocol 컨트랙트 주소

### 공식 $VIRTUAL 토큰 컨트랙트 주소

<table><thead><tr><th width="231.5546875">체인</th><th>$VIRTUAL 토큰 컨트랙트 주소</th></tr></thead><tbody><tr><td><strong>Base 체인</strong></td><td><code>0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b</code></td></tr><tr><td><strong>Ethereum 체인</strong></td><td><code>0x44ff8620b8cA30902395A7bD3F2407e1A091BF73</code></td></tr><tr><td><strong>Robinhood 체인</strong></td><td><code>0xc6911796042b15d7Fa4F6CDe69e245DdCd3d9c31</code></td></tr><tr><td><strong>Solana 체인</strong></td><td><code>3iQL8BFS2vE7mww4ehAqQHAsbmRNCrPxizWAT2Zfyr9y</code></td></tr></tbody></table>

### Virtuals Protocol 핵심 스마트 컨트랙트 주소

| 컨트랙트         | 설명                        | 주소                                           |
| ------------ | ------------------------- | -------------------------------------------- |
| **크리에이터 금고** | 크리에이터를 위해 사전 본딩 토큰을 잠급니다. | `0xdAd686299FB562f89e55DA05F1D96FaBEb2A2E32` |
| **매도 벽 지갑**  | 매도 주문에 대한 토큰을 분배합니다.      | `0xe2890629EF31b32132003C02B29a50A025dEeE8a` |
| **매도 주문**    | 매도 주문을 실행합니다.             | `0xF8DD39c71A278FE9F4377D009D7627EF140f809e` |

### Virtuals Protocol 런치패드 본딩 커브 컨트랙트 주소

<table><thead><tr><th width="257.515625">체인</th><th>본딩 커브 컨트랙트 주소</th></tr></thead><tbody><tr><td><strong>Base 체인</strong></td><td><code>0x1A540088125d00dD3990f9dA45CA0859af4d3B01</code></td></tr><tr><td><strong>Robinhood 체인</strong></td><td><code>0xd4cCBFA37e2f35611b3042e4096Ad7a3459Bd007</code></td></tr></tbody></table>


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/info-hub/important-links-and-resources/virtuals-protocol.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.
