Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Query the lifecycle status of a bridge intent. You can look up by:- Intent ID — the
bytes32identifier generated on-chain (starts with0x, 66 chars) - Deposit TX hash — the transaction hash of the deposit on the origin chain
Status Lifecycle
| Status | Description |
|---|---|
pending | Intent not yet detected — deposit may still be processing |
deposited | Deposit detected by chain listener |
filling | Fill transaction sent to destination chain |
filled | Fill confirmed on destination — user has received funds |
settled | Settlement complete, solver has withdrawn deposited funds |
retrying | Fill failed, retrying with backoff (up to 3 attempts) |
refunded | All retries exhausted, user refunded on origin chain |
failed | Refund also failed — requires manual intervention |