> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cove.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-wallet Trading

> Execute buys from multiple Cove accounts with account selection, spend mode, variance, and transaction delay

<Frame>
  <img src="https://mintcdn.com/cove-8695a88b/t9Di2mu9bm7K1cRM/assets/current-ui/multiwallet-account-selector.png?fit=max&auto=format&n=t9Di2mu9bm7K1cRM&q=85&s=1d41f4ac9b3987ddc802b1d24800a7c7" alt="Current multi-wallet account selector with account balances" width="467" height="530" data-path="assets/current-ui/multiwallet-account-selector.png" />
</Frame>

Multi-wallet trading lets you execute token buys across more than one Cove account from the same trading panel. It is useful when you want to distribute entries, keep account behavior separated, or avoid every buy looking identical.

## How it works

<Steps>
  <Step title="Open a token panel">
    Paste a token address or open a token link to bring up the trading panel.
  </Step>

  <Step title="Choose accounts">
    Tap the account selector at the bottom of the panel, then choose one or more accounts to trade with.
  </Step>

  <Step title="Set execution behavior">
    Configure spend type, buy variance, and transaction delay before submitting the trade.
  </Step>

  <Step title="Execute">
    Cove sends one transaction per selected account and reports the result back in Telegram.
  </Step>
</Steps>

## Account selection

The account selector shows the selected account count and the deployable total for the selected accounts.

In the selector, you can:

* Select or deselect individual accounts.
* Use **Select all** or **Deselect all**.
* See total deployable balance for the selected accounts.
* Open **Multi-account preferences** before executing.

<Note>
  Only selected accounts participate in the trade. If one account is selected, the flow behaves like a normal single-account trade.
</Note>

## Multi-account settings

Open **Multi-account preferences** to configure how Cove spreads the buy across accounts.

<Frame>
  <img src="https://mintcdn.com/cove-8695a88b/t9Di2mu9bm7K1cRM/assets/current-ui/multiwallet-settings.png?fit=max&auto=format&n=t9Di2mu9bm7K1cRM&q=85&s=8df5cd390197d9b41ce99cc4be855abe" alt="Current Multi-account settings panel with spend type, buy variance, and transaction delay" width="556" height="453" data-path="assets/current-ui/multiwallet-settings.png" />
</Frame>

<Tabs>
  <Tab title="Spend type">
    Spend type controls how the amount on the buy panel is interpreted across selected accounts.

    | Mode        | Behavior                                                                                                                         |
    | ----------- | -------------------------------------------------------------------------------------------------------------------------------- |
    | Split Total | The panel amount is divided across selected accounts. With **\$50** across 2 accounts, each spends **\$25** plus any variance.   |
    | Per Wallet  | Every selected account spends the full panel amount. With **\$50** across 2 accounts, each spends **\$50**, for **\$100** total. |

    <Note>Buy variance is ignored in **Per Wallet** mode.</Note>
  </Tab>

  <Tab title="Buy variance">
    Buy variance adds randomness to how buys are split across selected accounts.

    <Frame>
      <img src="https://mintcdn.com/cove-8695a88b/t9Di2mu9bm7K1cRM/assets/current-ui/multiwallet-buy-variance.png?fit=max&auto=format&n=t9Di2mu9bm7K1cRM&q=85&s=e24c040f0536572f61a68adbc2a64454" alt="Current Buy variance panel with preset and custom variance controls" width="573" height="447" data-path="assets/current-ui/multiwallet-buy-variance.png" />
    </Frame>

    Buy variance changes account-level amounts in Split Total mode.
  </Tab>

  <Tab title="Transaction delay">
    Transaction delay spaces account transactions apart so they are not all sent at the same instant.

    Presets include **Off**, **250ms**, **500ms**, **1000ms**, and a custom delay.
  </Tab>
</Tabs>

<Info>
  Buy variance and transaction delay apply to buys only.
</Info>

## Executing a multi-wallet buy

After accounts and settings are selected, return to the trading panel and submit the buy. Cove shows a multi-wallet receipt with the number of selected wallets that bought successfully.

<Frame>
  <img src="https://mintcdn.com/cove-8695a88b/t9Di2mu9bm7K1cRM/assets/current-ui/multiwallet-success.png?fit=max&auto=format&n=t9Di2mu9bm7K1cRM&q=85&s=200419c06f97285936644fb9e0924711" alt="Current multi-wallet buy receipt showing successful execution across selected accounts" width="268" height="319" data-path="assets/current-ui/multiwallet-success.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="Split Total" icon="split">
    Use this when you want the selected accounts to share one total buy amount.
  </Card>

  <Card title="Per Wallet" icon="copy">
    Use this when you want every selected account to place the same-sized buy.
  </Card>

  <Card title="Variance" icon="shuffle">
    Use this to make account-level buy amounts less uniform.
  </Card>

  <Card title="Delay" icon="timer">
    Use this to space transactions apart by a fixed interval.
  </Card>
</CardGroup>

<Warning>
  Multi-wallet execution increases total exposure when **Per Wallet** is selected. Always check the deployable total and selected account count before confirming.
</Warning>
