# Wallet Adapters

Wallet adapters make it simple for dapps to support and manage wallets in the Cosmos ecosystem (Leap, Keplr, Cosmostation, etc). Integrate a modal rather than having to individually manage adding and supporting new wallets every time

Currently there are two prominent wallet adapters :&#x20;

* [Cosmos Kit (by DAODAO team)](/cosmos/for-dapps-connect-to-leap/wallet-adapters/cosmos-kit.md)
* [Shuttle (by Delphi Labs)](/cosmos/for-dapps-connect-to-leap/wallet-adapters/shuttle.md)


---

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