# Standalone Wallet

## Overview

Your users can visit [wallet.ramper.xyz](https://wallet.ramper.xyz) to manage their wallet outside of your DApp. On our Wallet App, your users will be able to:

* View all their tokens
* Send tokens
* Deposit tokens
* Buy tokens through our integrated fiat-on-ramp
* View their transaction history
* Export their private wallet key.
* View their NFTs
* Send their NFTs to other wallets
* Change their language.
* Change their network
* Change their UI theme.
* Connect with other DApps like OpenSea.io through WalletConnect.

![](/files/sDQdisdMs4EO3m8DD9Lq)

## Wallet Connect (Coming Soon)

In order to connect your wallet with another DApp through WalletConnect, first click on the WalletConnect button:

![](/files/4FCHjWF0bF8Mtpyfi608)![](/files/31ue02qNV15T4eRoDIQQ)

Once connected, make sure to keep this tab open. You will be able to approve and reject incoming requests to your wallet through this page:

![](/files/WvNKEXXU5KDKDFOuqXiR)

To disconnect from WalletConnect, simply click on the "Connected" button and then the "disconnect" button on the next page.

![](/files/7AWl1yjbMr1I6JZfO90S)![](/files/xVsv33AEx1hZO7BTuw3O)


---

# 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.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view/standalone-wallet.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.
