> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/en/wallet-operation/dapp/how-to-create-dapp-list.md).

# How to create DApp List?

1. Create DApp List data as below,\
   \
   {\
   &#x20; "protocol": "TIP-001",\
   &#x20; "name": "NFT List",\
   &#x20; "logo\_uri": "https:<https://raw.githubusercontent.com/compound-finance/token-list/master/assets/compound-interface.svg>",\
   &#x20; "timestamp": "2021-05-27T20:37:00.000+00:00",\
   &#x20; "version": 1,\
   &#x20; "dapp\_list": \[]\
   }\
   Transfer DApp List data to dapp\_list,\
   \
   2\. Upload and save the Json data as a url link, such as the example.\
   \
   3\. Find the "Add DApp List" entry on the TokenPocket, copy and paste the link.


---

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

```
GET https://help.tokenpocket.pro/en/wallet-operation/dapp/how-to-create-dapp-list.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.
