User Interaction Scenarios
Instant Withdrawal Flow
Scenario 1: Normal Flow and Successful Instant Withdrawal
{ "bridge_state": "pending", "bridge_type": "no_policy" }GET /v1/get-select-receiver-message?receiver=<newReceiver>&bridgeId=<bridgeId>"receiver": { "address": "<newReceiver>", "signature": "<sig>" }
{ "symmioBridgeId": <bridgeId>, "cooldown": <chosenCooldown>, "feeAmount": <chosenFee>, "receiver": { … } // optional }{ "bridge_id": <bridgeId>, "fee": <feeAmount>, "execution_time": <timestamp> }
Scenario 2: Fee Options Expire and Retry
Scenario 3: No Policy Selected (Withdrawal Pending)
1. Login & Bridge Funds
2. User Does Not Select a Policy
3. User Returns Later to Complete the Withdrawal
4. Selecting a Policy and Processing the Withdrawal
Scenario 4a: Bot Inactive, Then Reactivated
Scenario 4b: Bot Inactive after Policy Selected, Manual Withdrawal
Scenario 5: Reset Locked Fee Options
4. Additional UI Actions and Buttons
5. Error Codes
Code
Identifier
Message
Last updated
