> For the complete documentation index, see [llms.txt](https://coinsdo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsdo.gitbook.io/docs/cn/coinwallet-center-beta.md).

# CoinWallet Center （Beta）

## 关于CoinWallet Center

CoinWallet Center 是一款基于网页的辅助系统，专为增强 CoinWallet 的功能而打造。通过无缝集成，您可以：

* 直接通过钱包部署并交互智能合约
* 通过 API 接入您的 dApp，实现自动化集成
* 使用简洁直观的界面，管理复杂的链上操作

无论您是开发者、高阶用户，还是企业用户，CoinWallet Center 都能帮助您将钱包的能力延伸到 Web3 的更多维度。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>绑定设备</td><td><a href="/pages/2qZwfbxxussREz4xI4zj">/pages/2qZwfbxxussREz4xI4zj</a></td></tr><tr><td>添加合约</td><td><a href="/pages/Mo3QBTswvZPZyFMwtygB">/pages/Mo3QBTswvZPZyFMwtygB</a></td></tr><tr><td>合约部署</td><td><a href="/pages/w1Q3R5Q2EpP52WQSajn0">/pages/w1Q3R5Q2EpP52WQSajn0</a></td></tr><tr><td>合约交互</td><td><a href="/pages/0hOuMGrM15BFlCg83oRc">/pages/0hOuMGrM15BFlCg83oRc</a></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://coinsdo.gitbook.io/docs/cn/coinwallet-center-beta.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.
