> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/add-your-dapp-to-nova-wallet.md).

# Add your DApp to Nova Wallet

<div align="left"><figure><img src="/files/hu7IUgrs5JcUTHkp7L1t" alt=""><figcaption></figcaption></figure></div>

{% hint style="danger" %}
Ensure that you have[ integrated Nova Wallet](/nova-wallet-wiki/misc/developer-documentation/integrate-nova-wallet.md) into your DApp to be added to our DApp catalog.
{% endhint %}

### Introduction

Nova Wallet is an open-source web3 wallet solution for both iOS and Android, focusing on the Polkadot ecosystem. Nova Wallet supports any DApp in the Polkadot ecosystem, with support for both the Polkadot JS and Metamask protocols.

Nova Wallet features a DApp catalog – a shortlist where users can quickly select a DApp without searching for it by its URL.

Our GitHub repo can be found here: <https://github.com/novasamatech>

### How to add your DApp to Nova Wallet's DApp catalog

1. Fork the [nova-utils repo.](https://github.com/novasamatech/nova-utils)
2. Add information about your DApp to the dapps\_dev.json file.

   a) "name" should be the name of your DApp.

   b) "url" should link to your DApp.

   c) "icon" should be the logo of your DApp. It should link to the raw file. You should upload your logo to [this repo](https://github.com/novasamatech/nova-utils/tree/master/icons/dapps/dapps/color) and name it appropriately.

   d) "Categories" should be relevant to your DApp, you can choose between bridge, crowdloans, dex, evm, gaming, governance, nft, social, staking, utilities, and test – you can add more than one category as long as it is relevant to your DApp.
3. Submit your Pull Request and it will be reviewed by the Novasama Technologies team, and if there is no problem with the integration then it will be promoted to the live build of Nova Wallet.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/add-your-dapp-to-nova-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
