Skip to main content

action.launchSolana — Launch Solana

Requests a Solana coin launch. Inputs Outputs Notes:
  • Runtime requires exactly one of image or image_blob (not both), and at least one must be present.
  • The mint and lp outputs are placeholders and are currently always null.

action.launchBnb — Launch BNB

Same as action.launchSolana, plus:

action.delay — Delay

Sleeps for a duration (seconds). Inputs Outputs Config:
  • defaultDelaySeconds (number) — used when delay isn’t wired

action.notify — Notify

Emits a notify effect with { level, message }. Inputs Outputs Config:
  • level (string, default info) — e.g. info, warning, error