# TIP Protocol

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

The TokenPocket Improvement Proposal (TIP) describes the protocol standard for the TokenPocket Wallet, including the protocol specification and API. All the current and draft TIPs can be browsed at the following Github link:：<https://github.com/TP-Lab/TIPs>

### **Target**

The TP Improvement Proposal Repository is where users and the entire TokenPocket community share specific proposals. Here anyone can post their suggestions and formulate corresponding rules, and every opinion will be taken seriously and got respected by the TP team. Developers can also quickly integrate existing protocols for better services.


---

# 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-en/tip-protocol.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.
