# Multi-Wallet Swaps

## How multi-wallet trading works

* When buying with multi-wallet, the amount you inputted will be the buy amount each wallet will buy with, if the wallet doesn't have the funds needed to make the swap, that specific wallet will fail.&#x20;
* When selling with a multi-wallet, the % amount you input will be the sell percentage each wallet will sell from their holdings

## How to sell a token with multiple wallets

* Press the wallet button to view the wallet menu and select multiple wallets to trade

<figure><img src="/files/6QSlXkCshQiueBsJLO5P" alt=""><figcaption><p>Wallet Button on Token Page</p></figcaption></figure>

<figure><img src="/files/25GnfqdVGOp0NOmOf2zJ" alt="" width="254"><figcaption><p>Wallet Selection Menu</p></figcaption></figure>


---

# 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.vyper.trade/vyper/trading/multi-wallet-swaps.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.
