Token distribution infrastructure for teams that operate at scale

Run payroll, airdrops, rewards, and treasury ops across
40+ EVM chains - through a team dashboard or integrate through API key.

  • $798M+
    Total volume
  • 85K+
    Total transactions
  • 40+
    Networks
  • 100K
    Max recipients per call

Two ways to send. One makes sense.

Manual token sending

VS

With Multisender API

  • 500 recipients = 500 transactions
  • Gas paid on every single one
  • Copy-paste addresses, hope for the best
  • No visibility until you check the explorer
  • One person, no controls, no audit trail
  • Start from scratch every time
  • 500 recipients = 1 API call
  • Gas optimized into a single batch
  • CSV upload or programmatic input — zero manual entry
  • Real-time status per recipient + tx hash
  • Team roles, permissions, full audit log
  • Integrate into your own product. Your UX, your rules.

Manual token sending

  • 500 recipients = 500 transactions
  • Gas paid on every single one
  • Copy-paste addresses, hope for the best
  • No visibility until you check the explorer
  • One person, no controls, no audit trail
  • Start from scratch every time
VS

With Multisender API

  • 500 recipients = 1 API call
  • Gas optimized into a single batch
  • CSV upload or programmatic input — zero manual entry
  • Real-time status per recipient + tx hash
  • Team roles, permissions, full audit log
  • Integrate into your own product. Your UX, your rules.

From Zero to First Distribution

Everything you need from account creation to your first token send. Testnet is always available — try everything for free before going live.

1

Create API Key

Generate a scoped API key from your dashboard.

2

Install SDK

Add the SDK to your project with a single command.

3

Initialize & Send

Create an SDK instance and execute your first distribution.

Prefer a visual interface?

Every plan includes access to the Multisender Dashboard — upload recipients, configure distributions, and execute sends directly from your browser.

Start Now

What changes when you
switch to Multisender

Save operations time

What takes hours manually completes in minutes through a single workflow. Redirect that time to building product.

Full audit trail

Every distribution, batch, and transaction hash is tracked and queryable. Know who did what, when, and the on-chain result.

Enable recurring workflows

Clone lists and distributions for monthly payroll or quarterly vesting. Set it up once, reuse every cycle.

Maintain custody

Non-custodial architecture means your keys and funds stay under your control. Always. No exceptions.

How teams use Multisender

Payroll

Upload your payroll spreadsheet. Pay your entire team in USDC, USDT, or DAI in a single batch. Reuse the same recipient list month after month — just update amounts. Ideal for remote-first Web3 companies paying contributors across time zones.

CSV ImportReusable ListsStablecoinsMulti-Chain
TypeScript
import { Multisender } from '@multisender.app/multisender-sdk'

const sdk = new Multisender({ apiKey: 'ms_live_9f3k...' })

// Reuse last month's list — just update amounts
const list = await sdk.lists.get('lst_march_payroll')

await sdk.lists.importFromCsv(list.id, payrollFile)
// CSV: address, amount
// 0x7c3a...4bE, 4200
// 0xd8fA...c91, 3500
// 0x1bE4...a07, 2800
// ... 139 more rows

const distribution = await sdk.distributions.createDraft({
  name: 'April 2025 Payroll',
  chainId: 1,
  tokenAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
  tokenSymbol: 'USDC',
  listId: list.id,
})

const { calldata } = await sdk.distributions.prepare(distribution.id)
// → 142 recipients, 3 batched transactions
// Sign and submit calldata.transactions via your wallet

Everything you need
to distribute at scale

Distribution

Batch Execution

Auto-splits into optimally-sized on-chain batches based on gas limits

Distribution

Clone Distributions

Reuse previous setups for recurring payroll, vesting, and reward workflows

Recipients

CSV & Bulk Import

Upload spreadsheets directly or add thousands of recipients via API

Multi-Chain

40+ EVM Networks

Ethereum, Arbitrum, Base, Polygon, BSC, Optimism, Avalanche, ZKsync, Linea, Scroll, Berachain, Sonic, and 30+ more

Monitoring

Real-Time Tracking

Pending => Submitted => Confirmed per batch with drill-down to tx hashes

Integration

REST API + SDK

Full programmatic access via REST, TypeScript SDK, or command-line tool

AI SOON

MCP & CLI

Connect AI agents and LLM-powered tools to Multisender via MCP protocol or CLI

Non-custodial by design

Zero trust assumptions. Multisender doesn't hold funds, manage wallets, or request signing permissions. We prepare the transaction — you sign and broadcast it.

  • Batch calldata generation
  • Gas-optimized batching
  • Real-time status tracking
  • Pre-send gas estimation
Trust boundary

Your infrastructure

  • Private key storage
  • Transaction signing & broadcast
  • Full asset custody
  • Safe & multisig compatible

Simple & transparent pricing

Single packs for one-off distributions. Subscriptions for teams that distribute regularly.

Single Packs

One-time purchase for single distributions

SINGLE-S
$50
one-time
100100 recipients
Get SINGLE-S
SINGLE-M
$100
one-time
500500 recipients
Get SINGLE-M
SINGLE-L
$150
one-time
2,0002,000 recipients
Get SINGLE-L
SINGLE-XL
$200
one-time
100,000100k recipients
Get SINGLE-XL

All packs include: 1 distribution · 1 API key · All 40+ chains · Unlimited testnet

Subscriptions

For teams with recurring distribution needs

Starter
$349 /mo
1,000recipients
10distributions
2API keys
10saved lists
  • Base support
  • Dedicated infrastructure
  • Custom SLA
Join Starter

Plan include: All 40+ chains · Unlimited testnet

Scale
$2,499 /mo
Unlimitedrecipients
100distributions
10API keys
100saved lists
  • Priority support
  • Dedicated infrastructure
  • Custom SLA
Join Scale

Plan include: All 40+ chains · Unlimited testnet

Enterprise
Custom
Unlimitedrecipients
Unlimiteddistributions
20API keys
1,000saved lists
  • Priority support
  • Dedicated infrastructure
  • Custom SLA
Contact Us

Plan include: All 40+ chains · Unlimited testnet

All plans include: All 40+ chains · Unlimited testnet

Questions & answers

Start distributing tokens today

Create a free account and explore with unlimited testnet access.
Buy a Single Pack or subscribe when you're ready to go live.

$798M+ distributed85,000+ transactions40+ networksNon-custodial