# wallet\_open

## wallet\_open methods

The `wallet_open*` methods let your app open **specific screens and flows** in the Xverse wallet (e.g. Receive, Send, Swap, Bridge, Earn) via a single Sats Connect request.

They are designed to create a smoother, more seamless **dapp ↔ wallet** experience by allowing your app to deep-link users directly into the right place in the wallet — without requiring manual navigation or multiple steps.

Common use cases include:

* guiding users to the correct **Receive** address for a given asset or network
* directing users into **Swap / Bridge / Earn** flows to complete an in-app intent
* reducing friction when an action requires switching from your app to the wallet

{% hint style="info" %}
&#x20;`wallet_open*` methods require the user to have already connected their Xverse account to your app and granted the necessary [permissions](/sats-connect/xverse-wallet-permissions.md).
{% 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.xverse.app/sats-connect/wallet-methods/wallet_open.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.
