# 介绍

[**imToken**](https://token.im/) 是一款去中心化的数字钱包，用于承载加密数字世界的资产、身份和数据，成立于2016 年，imToken 已在全球 150 余个国家和地区，累计为超过 1200 万用户提供了安全可信赖的数字资产管理服务。

此空间包含了 imToken 所有开放功能文档，以及任何对第三方开发者有帮助的参考资料、工具，正在开发DApp 或希望与 imToken 应用关联？请继续阅读文档了解如何开始。

### 关于此文档

自 2021 年起，我们提供对第三方开发者体验的深度支持且更加专注于此，包括开放 API，应用性能体验优化，开发者工具以及更多。为保证每位开发者在适配来自 imToken 服务时有最好的体验、最低的迁移成本、一致的开发流程，我们的开发工作将会基于以下几点目标：

* 技术栈、开放接口等都与社区保持一致 (如 EIP 的兼容方式)。
* 尽可能的保持向下兼容。
* 保证每个第三方接入产品都没有迁移成本。
* 更加严格的安全审核。

此文档会随着我们的开发进程逐步更新。

### 如何请求一个功能

如果你的产品在 imToken 内使用时需要新功能但未找到或未实现，你可以联系我们，要求增加此功能。

我们已经为开发者开放讨论区。技术相关问题，请在 [GitHub Discussion](https://github.com/consenlabs/webview/discussions/new)  创建一个话题。&#x20;

## 获得

* [imToken 产品主页](https://token.im/)
* [Tokenlon 产品主页](https://tokenlon.im/)
* [品牌资源](https://token.im/brand)
* [过往文档](/developers/zh/references.md)
* 有关产品问题，请访问 [支持中心](https://support.token.im/hc/zh-cn) 了解更多


---

# Agent Instructions: 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:

```
GET https://imtoken.gitbook.io/developers/zh/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
