Status
Status
1. Transaction Creation
CREATED
– The transaction has been created but not yet processed.NOT_INITIATED
– The transaction was not submitted due to a validation error.
2. Quote and Funding Phase
OPEN_QUOTE
– A quote has been generated and is awaiting user acceptance.QUOTE_FAILED
– The transaction failed or expired before the quote was accepted.AWAITING_FUNDS
– Waiting for funds to be sent to the specified liquidation address.
3. Source Chain Processing
SOURCE_INITIATED
– The transaction process has started on the source chain.SOURCE_PENDING
– The transaction is in progress and awaiting on-chain confirmation on the source chain.SOURCE_PROCESSED
– The transaction was successfully processed on the source chain.SOURCE_FAILED
– The transaction failed on the source chain.RETURNED
– The failed transaction has been refunded to the user.
4. Destination Chain Processing
DESTINATION_INITIATED
– The transaction process has started on the destination chain.DESTINATION_PENDING
– The transaction is in progress and awaiting on-chain confirmation on the destination chain.DESTINATION_FAILED
– The transaction failed on the destination chain.COMPLETED
– The transaction was successfully settled.
Flow Chart

Updated 19 days ago