> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/duo-qian-bao-jiao-yi.md).

# 多钱包交易

多钱包交易允许你选择多个钱包，并同时在所有钱包上执行相同的交易。每个钱包将独立签名并执行，执行过程遵循你当前生效的交易设置。

<figure><img src="/files/50qUFwbw9dBNcHzJeYJ0" alt=""><figcaption></figcaption></figure>

<details>

<summary>工作原理</summary>

* 从钱包选择器中选择一个或多个钱包
* 通过 即时交易（Instant Trade） 面板或 快速买入（Quick Buy） 下单
* 各钱包将并行、独立执行各自的交易

</details>

<details>

<summary>执行控制</summary>

在进行多钱包交易时，你可以按需配置以下选项：

* 买入差异（Buy Variance）

  在设定范围内，对所选钱包的买入金额进行随机化处理。
* 交易延迟（Transaction Delay）

  在各笔交易之间增加延迟，使执行错峰进行。

以上设置仅作用于当前一次多钱包操作。

</details>

{% hint style="info" %}
注意事项：

* 每个钱包将各自承担手续费与优先费
* 单个钱包的交易失败不会影响其他钱包
* 各钱包的余额与持仓始终相互隔离
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/duo-qian-bao-jiao-yi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
