# Bridging

Bridging allows users to transfer tokens from one blockchain to another. Instead of withdrawing assets to a centralized exchange and redepositing on a different chain, bridging handles the transfer directly on-chain faster, cheaper, and without giving up custody of funds.

Tower integrates bridging directly into the trading interface, so users can move assets across supported chains seamlessly from the same platform they use to swap.

<figure><img src="/files/5PdQ2WY2o3eBxhwfueUQ" alt="" width="563"><figcaption></figcaption></figure>

#### How It Works

To bridge tokens, users select:

* **Source chain:** The blockchain where the tokens currently reside
* **Token: The** asset being bridged.
* **Amount** of the token that is to be bridge.
* **Destination chain:** The blockchain where the tokens should be sent to.

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

Once the parameters are set, Tower handles the cross-chain transfer. The process involves locking or burning the tokens on the source chain and minting or releasing equivalent tokens on the destination chain. Users simply confirm the transaction through their wallet.

{% hint style="info" %}
Bridging times and fees vary depending on the source and destination chains.
{% endhint %}


---

# 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://tower-exchange.gitbook.io/tower-exchange/getting-started/bridging.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.
