Configuration

BATCH

Bundle many actions into one transaction.

BATCH combines several actions into a single blockchain transaction.

What you can do with it

  • Save fees by doing many things at once.
  • Make related steps atomic: e.g. SEND a token and MESSAGE its key together.
  • Compose multi-step flows that all confirm in the same block.

Often combined with: SEND · MESSAGE · ISSUE

← All actions