MoniBot Multi-Recipient Payments
MoniBot parses comma-separated and 'and'-separated recipient lists for atomic batch payments across chains.
Multi-recipient MoniBot payments
MoniBot supports two separator styles for batch P2P:
- Commas:
send $1 to @alice, @bob, @charlie - "and":
send $1 to @alice and @bob - Mixed:
send $1 to @alice, @bob and @charlie
On EVM, the batch is executed via sequential transactions from the executor wallet. On Tempo, MoniBot uses a single batch-call atomic transaction (one signature, all-or-nothing).