# Intro

The app allows you to create transaction sequences that privately move your funds, including native currency, tokens, NFTs, and LP tokens, from hacked accounts. These transaction bundles are sent to the private mempool, which helps to prevent hacker bots from detecting token transfers until they are complete.

<figure><img src="/files/yWaUuq1fX8BYS4pwkQN7" alt=""><figcaption></figcaption></figure>

When you open the Wallet Rescue app, it automatically asks you to connect to the MetaMask wallet. When the wallet is successfully connected, the UI of Wallet Rescue becomes available for use.

The app is now live on ETH and BSC networks.

The app allows you to create several types of transactions:

* **Native currency transfer** - enables you to transfer native currency to another wallet privately
* **Token transfer** - allows you to transfer ERC-20 tokens, LP tokens, NFTs, etc. to another wallet privately
* **Custom HEX Data** - allows you to add custom transactions to your bundle by specifying transaction parameters. For example, claim a stake, remove funds from LP, mint NFTs, etc.

In addition, you can specify transaction parameters such as gas price, gas limit, and nonce. These parameters will also be automatically calculated.

\ <br>

\ <br>


---

# 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://hackless.gitbook.io/hackless-docs/products/wallet-rescue/intro.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.
