Token lifecycle

SLEEP

Pause a token or address until a set block.

SLEEP suspends actions on your own address, or on a token you issued, until a chosen block height; nothing is cancelled and actions resume on their own. It does not stop dispenser dispenses, order matches, or swap matches.

What you can do with it

  • Freeze activity on a token you issued, then let it resume automatically at a set block.
  • Lock your own address so no actions can be broadcast from it until the resume block passes.
  • Pause a token indefinitely, and lift the pause the moment you choose.

Often combined with: ISSUE · BATCH

← All actions