Skip to main content

What does status do?

The status command returns the current state of an intent. Use it to check whether a transaction has been confirmed on-chain, is waiting for approval, or has failed.

Usage

Arguments

Output fields

Example outputs

Confirmed transaction:
Pending approval:
Failed transaction:
The next field appears when there is a logical follow-up action. For reserved intents, it suggests event. For approval_pending, it suggests approve. For broadcasted, it suggests polling status again. See Intent States for the full state machine diagram and transition rules.

Next Steps

Wait for Approval

Poll until the wallet owner makes a decision on a pending intent.

Intent States Reference

Full state machine with transitions, expiry windows, and triggers.