> ## Documentation Index
> Fetch the complete documentation index at: https://guide.crypto-now.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pay many people at once

> Send the same coin or token to many addresses in a single multisend — one on-chain transaction covers up to 200 recipients.

Multisend pays out to many addresses at once. You paste a list of addresses and amounts, the dashboard estimates the fees, and it settles in as few transactions as possible.

<Info>
  One on-chain transaction covers up to **200 addresses**. Larger lists are split automatically — 1,000 recipients run as 5 transactions, for example.
</Info>

<Steps>
  <Step title="Open Multisend and pick the coin and wallet">
    Go to **Payments → Multisend**. On the left, **Token multipayment** lists what each wallet holds — select the coin or token to send. Then choose the source wallet in the **Multisend** panel.

    <Frame caption="Multisend — pick the coin and the source wallet">
      <img src="https://mintcdn.com/crypto-now/2SWP0VUPdNbWDs6p/images/pay-many-people-at-once/01-multisend-empty.png?fit=max&auto=format&n=2SWP0VUPdNbWDs6p&q=85&s=18bb9349e9d60f9f0cd39a6c305cbf8d" alt="Empty multisend page with token list and wallet selector" width="2048" height="1084" data-path="images/pay-many-people-at-once/01-multisend-empty.png" />
    </Frame>
  </Step>

  <Step title="Enter recipients">
    In **Addresses with Amounts**, add one recipient per line as `address;amount` (address and amount separated by a semicolon). For long lists, use **Upload file** with a `.csv`. **Show examples** demonstrates the correct format.

    <Frame caption="One recipient per line: address;amount">
      <img src="https://mintcdn.com/crypto-now/2SWP0VUPdNbWDs6p/images/pay-many-people-at-once/02-addresses-filled.png?fit=max&auto=format&n=2SWP0VUPdNbWDs6p&q=85&s=1a9cd746e272946eb79e724c93b91c16" alt="Three recipient addresses with amounts entered" width="2560" height="1352" data-path="images/pay-many-people-at-once/02-addresses-filled.png" />
    </Frame>

    <Note>
      The footer states the System Fee directly: **\$0.10 per address**. Duplicate addresses can be merged or kept, depending on the option you pick.
    </Note>
  </Step>

  <Step title="Confirm the fee estimate">
    Select **Next**. To estimate the Miner Fee, the dashboard makes an external call that itself costs a small blockchain fee — confirm with **Continue**.

    <Frame caption="Estimating the miner fee requires a blockchain call">
      <img src="https://mintcdn.com/crypto-now/2SWP0VUPdNbWDs6p/images/pay-many-people-at-once/03-estimate-fee.png?fit=max&auto=format&n=2SWP0VUPdNbWDs6p&q=85&s=581e0bcd2139b68a5936caecac7c7edf" alt="Modal explaining the miner fee estimate requires an external call" width="2048" height="1083" data-path="images/pay-many-people-at-once/03-estimate-fee.png" />
    </Frame>
  </Step>

  <Step title="Review the totals and fees">
    Check the recipient list and the **Summary**: total addresses, transactions needed, the approximate **Miner Fee** (network) and **System Fee** (\$0.10 per address), and your balance.

    <Frame caption="Recipient list with miner fee, system fee and transaction count">
      <img src="https://mintcdn.com/crypto-now/2SWP0VUPdNbWDs6p/images/pay-many-people-at-once/04-review.png?fit=max&auto=format&n=2SWP0VUPdNbWDs6p&q=85&s=dcd0403dcf7e8bb5793da7756e7ebfcd" alt="Multisend review showing recipients, totals, miner fee and system fee" width="2048" height="1082" data-path="images/pay-many-people-at-once/04-review.png" />
    </Frame>
  </Step>

  <Step title="Send">
    Select **Confirm**. You'll see a confirmation that the transaction was processed.

    <Frame caption="Multisend processed">
      <img src="https://mintcdn.com/crypto-now/2SWP0VUPdNbWDs6p/images/pay-many-people-at-once/05-success.png?fit=max&auto=format&n=2SWP0VUPdNbWDs6p&q=85&s=d8c7c9cac3788cc1f251ba88d409cd26" alt="Success confirmation for the multisend" width="2048" height="1081" data-path="images/pay-many-people-at-once/05-success.png" />
    </Frame>
  </Step>

  <Step title="Track it in Transactions">
    The payout appears in **Transaction's → History** as a single **Multisend** entry, first **Pending** then **Done**. Expand it for the Payment ID, Miner Fee, System Fee, and hash; **Show multisend addresses** lists every recipient.

    <Frame caption="Multisend in history with fee detail and recipient list">
      <img src="https://mintcdn.com/crypto-now/2SWP0VUPdNbWDs6p/images/pay-many-people-at-once/06-tx-history.png?fit=max&auto=format&n=2SWP0VUPdNbWDs6p&q=85&s=462110e13637a1a3e3bcb4ad0d46f4b4" alt="Transactions list showing the multisend with miner fee, system fee and hash" width="2048" height="1082" data-path="images/pay-many-people-at-once/06-tx-history.png" />
    </Frame>
  </Step>
</Steps>

<Warning>
  Both fees are paid from the sending wallet's **native coin** (ETH, BNB, etc.): a \$0.10 System Fee per address plus the network Miner Fee. Make sure the wallet holds enough native coin to cover gas and fees before you send.
</Warning>

<Note>
  Sending an **ERC-20 token** (USDT, USDC) adds a one-time on-chain **approval** before the payout, so the contract can move that token on your behalf. Sending a **native coin** like ETH skips this step.
</Note>

<Tip>
  **Worked example.** 3 Ethereum recipients settled in 1 transaction. Approximate Miner Fee ≈0.0000299 ETH; System Fee ≈0.000192 ETH ($0.30 = 3 × $0.10), both drawn from the sending wallet's ETH.
</Tip>
