> 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-bai-pi-shu/xin-xi-zhong-xin/zhong-yao-lian-jie-yu-zi-yuan/virtuals-protocol-he-yue-di-zhi.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 协议核心智能合约地址

| 合约        | 描述           | 地址                                           |
| --------- | ------------ | -------------------------------------------- |
| **创建者金库** | 为创建者锁定预绑定代币。 | `0xdAd686299FB562f89e55DA05F1D96FaBEb2A2E32` |
| **卖墙钱包**  | 为卖单分发代币。     | `0xe2890629EF31b32132003C02B29a50A025dEeE8a` |
| **卖单**    | 执行卖单。        | `0xF8DD39c71A278FE9F4377D009D7627EF140f809e` |

### Virtuals 协议 Launchpad 绑定曲线合约地址

<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-bai-pi-shu/xin-xi-zhong-xin/zhong-yao-lian-jie-yu-zi-yuan/virtuals-protocol-he-yue-di-zhi.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.
