# Wallet support

Secret has integrations with the following wallets:

* Keplr
* Leap
* Fina.Cash (mobile friendly)
* Starshell (added privacy)
* Metamask (only signing, not SCRT storage)
* Cosmostation
* Citadel.One

You can check out app.shadeprotocol.io or dash.scrt.network to try out these various wallets. Documentation for wallet integration is available here: <https://docs.scrt.network/secret-network-documentation/development/frontend/templates/usage-examples/wallet-integrations><br>

{% hint style="info" %}
**Secret Network is the only non-EVM cosmos chain that supports native Metamask signing!**\
\
It is an awesome onboarding tool for new users or can be the missing tool to have people use Secret in your Privacy as a Service flow without ever needing a 2nd wallet or other gas.
{% endhint %}


---

# 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.scrt.network/secret-network-documentation/development/development-concepts/secret-contract-fundamentals/wallet-support.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.
