> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/features/basic/bridge-usdt-between-chains.md).

# Bridge USDT between chains

USDT lives on many networks, and the one you hold it on isn't always the one you need it on — maybe your funds sit on Ethereum, but the person or service you're paying only takes USDT on Arbitrum. Bridging moves USDT between supported chains directly inside Cake Wallet: no exchange account, no separate bridge website, no juggling wrapped tokens.

{% hint style="info" %}
Bridging supports **USDT only**, powered by **USDT0** — Tether's own system for moving USDT across chains — and only between **Ethereum, Polygon and Arbitrum**.

There is no Bridge action on Base, BNB Smart Chain, Tron or Solana wallets, and no other token can be bridged. To move value across any other pair of chains or assets, use a regular [swap](https://docs.cakewallet.com/features/basic/swap).
{% endhint %}

## Bridge your USDT

{% stepper %}
{% step %}

### Tap USDT in your asset list

On an Ethereum, Polygon or Arbitrum wallet, open the `Assets` tab on the home screen and tap `USDT`.

![Asset list with USDT](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/bridge_01_assets_hl.png)
{% endstep %}

{% step %}

### Choose Bridge

The token sheet shows `Send`, `Swap`, `Bridge`, and `Receive` — tap `Bridge`.

![USDT token sheet with the Bridge action](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/bridge_02_token-detail_hl.png)
{% endstep %}

{% step %}

### Enter an amount

Type how much USDT to move, or tap `Max`, then continue.

![Bridge amount entry](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/bridge_07_amount_hl.png)
{% endstep %}

{% step %}

### Pick the destination and receiving address

Choose the network to bridge to — one of the other two supported chains — then where the USDT should arrive. Tap `Input an Address` to paste or type the destination address; if you have a wallet on that network, it appears here too so you can pick it directly.

![The Receiving Wallet screen with the Input an Address option](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.4.1/bridge_09_receiving-wallet.png)
{% endstep %}

{% step %}

### Review and confirm

Check the amount, the source and destination networks, the receiving address, and the fee — then `Swipe to bridge`. The USDT arrives on the destination chain as native USDT.

![Bridge confirmation](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/bridge_10_confirm_hl.png)

![Bridge initiated](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/bridge_11_result.png)

A bridge takes **between 2 and 30 minutes**, depending on how congested the networks are. Track past transfers under `Bridge history` (the history icon on the amount screen).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
You pay the bridge fee in the source chain's native coin — for example, you need a little **ETH** in the wallet to bridge USDT away from Ethereum. Without it, the bridge can't be signed. Fees and timing vary with network congestion.
{% endhint %}

## Good to know

* **Supported chains: Ethereum, Polygon and Arbitrum.** Those are the only three networks USDT0 bridging covers in Cake Wallet, in either direction.
* **Expect 2 to 30 minutes.** Bridges are not instant — where a given transfer lands in that range depends on network congestion.
* **Bridging works for payments, not just yourself.** The receiving address can be anyone's — pay a person on Polygon straight from your Ethereum USDT. Just double-check the address and network: the recipient must actually use USDT on the chain you pick.
* **USDT only.** Other tokens don't offer the Bridge action; converting between different assets across chains is a regular [swap](https://docs.cakewallet.com/features/basic/swap).
* **Check the receiving network** before confirming — the whole point is choosing where the USDT ends up.


---

# 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.cakewallet.com/features/basic/bridge-usdt-between-chains.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.
