# DAppscout Apps Marketplace

{% hint style="success" %}
💡 Submit your DApp now [with this quick form](https://airtable.com/appiy5yijZpMMSKjT/shr6uMGPKjj1DK7NL)!
{% endhint %}

DAppscout Apps Marketplace provides a curated list of apps available to on-chain users. Projects can submit their project for review, and once accepted, the project is listed in the marketplace.

<figure><img src="/files/S7qkz4YoFvhNw9nIz9L6" alt=""><figcaption></figcaption></figure>

## Direct Interface

DApps are either embedded into the interface directly (like this [Uniswap example](https://optimism.blockscout.com/apps/uniswap)) or added as 3rd party links. When embedded, a user can connect their web3 wallet once to Blockscout, then use it with all of the supported DApps. This saves time and makes for a seamless user experience when switching between multiple applications.

<figure><img src="/files/AObyxKiYFBuOhe3K319t" alt=""><figcaption><p>Press the Connect wallet button to connect your web3 wallet using WalletConnect or MetaMask.</p></figcaption></figure>

<figure><img src="/files/66Dujd0dujiLCBjHsSex" alt=""><figcaption><p>Wallet is connected and ready to use in DAppscout.</p></figcaption></figure>

{% hint style="info" %}
To enable direct embedding, DApps need to:

1. Support iframe embedding on 3rd party domains.
2. Integrate the [Safe Apps SDK](https://docs.safe.global/apps-sdk-overview).

*See* [*DApp integration*](/using-quaiscan/blockscout-apps/dapp-integration.md) *for more details.*
{% endhint %}

## DApps you can Trust

DAppscout marketplace provides additional security and peace of mind when interacting with various DApps on a chain. Rather than accessing potentially fake links, scam sites or compromised interfaces, all DApps in Quaiscan are vetted and added by the curation team. DAppscout DApps are safe and secure for users.

## Quaiscan Native DApps

In addition to 3rd party apps, Quaiscan is developing native apps for the Marketplace. The first native app is the [Token Approval Tracker](/using-quaiscan/blockscout-apps/token-approval-tracker.md) which allows you to manage and revoke contract approvals. Additional Quaiscan native apps are in development.

## DAppscout Submissions

There are several ways to submit a DApp. You will fill out a form with basic information to get started.

* Use this form to [submit directly](https://airtable.com/appiy5yijZpMMSKjT/shr6uMGPKjj1DK7NL).
* Use the submit app button within the marketplace.

<figure><img src="/files/xO5d2xedMhdxxLeDBNXI" alt=""><figcaption></figcaption></figure>


---

# 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://docs.quaiscan.io/using-quaiscan/blockscout-apps.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.
