# TIP协议

### TP Improvement Proposals(TIPs)&#x20;

TP 改进提案 (TIP) 描述了 TP 钱包的协议标准，包括协议规范和 API。可在以下Github链接中浏览所有当前和草稿的 TIPs：<https://github.com/TP-Lab/TIPs>

### 目标

TP 改进提案存储库是用户和整个TP社区共享具体提案的地方。 在这里任何人都可以发表自己的建议并制定相应的协议规则，每个意见都会被TP团队认真对待。 开发者还可以快速接入现有协议，更好地为用户服务。

####


---

# 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://help.tokenpocket.pro/developer-cn/tip.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.
