# Cosmos Kit

Here is a short brief on how to use Cosmos Kit on your dapp

**Cosmos Kit** : You can use the [cosmos-kit packages](https://docs.cosmoskit.com/get-started#use-cosmoskit-from-scratch), to connect with most popular cosmos wallets (Leap, Keplr, Cosmostation, etc.). This is intended to work both on desktop & mobile.

To connect to Leap using cosmos kit add the [@cosmoskit/leap](https://docs.cosmoskit.com/integrating-wallets/leap) package&#x20;

Cosmos Kit has integrated with *Wallet Connect v2* which is the latest and recommended version by Wallet Connect. This would provide dapps with two features :&#x20;

* Desktop Browser - Option for a scan QR pop-up that would work with all the wallets that support Wallet Connect v2 (Leap, Keplr, and Cosmostation all support v2)
* Mobile Browser - Option for a deep link pop-up that would show all the mobile app wallets

In case, the chain is not natively supported within Leap Wallet, Cosmos Kit also supports Suggest Chain through Leap via which you can add any chain on the Leap extension or the mobile app

#### RELEVANT DOCUMENTATION

* [Using CosmosKit from Scratch](https://docs.cosmoskit.com/get-started#use-cosmoskit-from-scratch)
* [How to Add Leap Wallet to CosmosKit](https://docs.cosmoskit.com/integrating-wallets/leap)
* [Cosmos Kit Developer Docs](https://docs.cosmoskit.com/)
* [Wallet Connect Docs](https://docs.walletconnect.com/2.0/)


---

# 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.leapwallet.io/cosmos/for-dapps-connect-to-leap/wallet-adapters/cosmos-kit.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.
