> For the complete documentation index, see [llms.txt](https://docs.en.omnibridge.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.en.omnibridge.pro/master/status-flow.md).

# Status flow

### 1.Exchange timing chart

<figure><img src="/files/a2CaNR3ltIm1t4W1RuQq" alt=""><figcaption></figcaption></figure>

1\. User: View redeemable currencies

2\. API service: View the list of supported currencies for redemption; return query results

3\. User: See the list of supported redeemable currencies

4\. User: Select the currency to redeem and check the corresponding exchange rate

5\. API service: Query the exchange rate of the corresponding currency, e.g., BTC/USDT, and return the exchange rate query results

6\. User: See the exchange rate of the corresponding currency

7\. User: Enter/select relevant information to place an order, e.g., quantity, target currency receiving address

8\. User: Confirm the entered/selected relevant information

9\. User: Enter the password

10\. API service: Call the order creation interface

11\. API service: Return the order creation result (if the cumulative redemption amount of the order's coin receiving address within 24 hours exceeds the threshold, triggering KYC, relevant information will be returned)

12\. API service: Return the order creation result

13\. User: Transfer funds to the temporary address returned by the order creation interface

14\. User: Query the order status

15\. API service: Refresh the order status in real-time and return the order status

16\. API service: Start the redemption upon detecting the user's deposit

17\. API service: Complete the redemption, send the target currency to the user if successful, and return the original currency if failed

18\. API service: Triggering the KYC limit will result in fund withdrawal or continuing redemption after completing KYC

19\. User: Query the order status

20\. API service: Detect the deposit and execute the redemption

21\. API service: Complete the redemption and issue the currency

### 2.Order Status Flow Chart

<figure><img src="/files/yhfUSyXxnH9CTN1VpDOL" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.en.omnibridge.pro/master/status-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
