> For the complete documentation index, see [llms.txt](https://docs.native.org/native-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.native.org/native-dev/build-with-native/swap-aggregators/crosschain-swap-api/miscellaneous/minimum-bridge-to-amount.md).

# Minimum Bridge To Amount

To avoid excessive gas costs eating into the bridging order value, there is a minimum amount set for:

* bridge to amount for any bridge order.
* bridge from amount for any bridge order sent from Ethereum mainnet.

Usually it is higher on Ethereum mainnet, and negligible on other networks.

{% hint style="info" %}
Native will periodically review and adjust these values. New values may be applied and not yet updated here. Please reference the error message for the latest amount.
{% endhint %}

#### Ethereum

<table><thead><tr><th width="227.8021240234375">Token</th><th>Minimum Bridge To/From Amount (in WEI)</th></tr></thead><tbody><tr><td>ETH (WETH)</td><td>250000000000000000</td></tr><tr><td>USDT</td><td>500000000</td></tr><tr><td>USDC</td><td>500000000</td></tr><tr><td>WBTC</td><td>1000000</td></tr></tbody></table>

#### BNB Chain

<table><thead><tr><th width="227.8021240234375">Token</th><th>Minimum Bridge To Amount (in WEI)</th></tr></thead><tbody><tr><td>BNB (WBNB)</td><td>15000000000000000</td></tr><tr><td>USDT</td><td>10000000000000000000</td></tr><tr><td>USDC</td><td>10000000000000000000</td></tr><tr><td>USD1</td><td>10000000000000000000</td></tr></tbody></table>

#### Arbitrum

<table><thead><tr><th width="227.8021240234375">Token</th><th>Minimum Bridge To Amount (in WEI)</th></tr></thead><tbody><tr><td>ETH (WETH)</td><td>5000000000000000</td></tr><tr><td>USDT</td><td>10000000</td></tr><tr><td>USDC</td><td>10000000</td></tr></tbody></table>

#### Base

<table><thead><tr><th width="227.8021240234375">Token</th><th>Minimum Bridge To Amount (in WEI)</th></tr></thead><tbody><tr><td>ETH (WETH)</td><td>5000000000000000</td></tr><tr><td>USDT</td><td>10000000</td></tr><tr><td>USDC</td><td>10000000</td></tr></tbody></table>
