# Lifecycle of bridging session

#### Process Overview

To transfer Token A from Chain Y to Token B on Chain Y, the user first retrieves a quote and selects the best route. If necessary, approval for Bungee contracts is indicated. After executing the transaction, the platform monitors its progress. For single-step transactions, both the Swap and Bridge are completed simultaneously. For multi-step bridging, additional transactions, such as token swaps on the destination chain, follow. The transaction progresses based on the API’s status. Once all steps are completed, the recipient receives the funds, and the route is marked "COMPLETED."

<figure><img src="/files/I1G8uOtAZuwtFw2jf85z" alt=""><figcaption><p>Lifecycle of bridging session (Bungee)</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.bim.finance/faq/bridge/lifecycle-of-bridging-session.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
