> For the complete documentation index, see [llms.txt](https://tpwallet.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tpwallet.gitbook.io/en/developer/how-to-submit-dapps.md).

# How to Submit DApps?

1. Open TP Wallet website, click \[Submit Project] and then click \[DApp];

![](/files/IsnQGQD32BAHiSjZWHrQ)

2\. Fill in the information in order, and then click \[Submit];

![](/files/-McT_MW7hqd5crA4KFcX)

**DApp Requirement**\
1\. The provided website is accessible and stable.

2\. The smart contracts have deployed on the mainnet, and the sensitive part requires to be open source.

3\. The sensitive contracts require audit reports from third-party security agencies.

4\. The interaction logic is clear and has been adapted to the mobile UI.

5\. Obey the relevant laws and regulations, without fraud and infringement.

6\. If you violate relevant laws and regulations, you will voluntarily assume corresponding legal responsibilities.

<br>


---

# 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://tpwallet.gitbook.io/en/developer/how-to-submit-dapps.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.
