> ## Documentation Index
> Fetch the complete documentation index at: https://guides.saber.money/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Networks

> Lists the blockchain networks accepted for USDT and USDC deposits and withdrawals, with the network codes passed to deposit-address APIs.

Networks supported for USDT and USDC deposits and withdrawals. Pass the value in the **Network** column to APIs that fetch deposit wallet addresses.

<Note>
  This list is indicative and may change over time. You can also use the API to fetch the current list of available networks for each token, along with their min/max amount limits.
</Note>

<Tabs>
  <Tab title="USDT">
    | Name            | Network   |
    | --------------- | --------- |
    | Aptos           | `APTOS`   |
    | Arbitrum One    | `ARBI`    |
    | BNB Smart Chain | `BSC`     |
    | CAVAX           | `CAVAX`   |
    | CELO            | `CELO`    |
    | Ethereum        | `ETH`     |
    | KAVAEVM         | `KAVAEVM` |
    | Mantle Network  | `MANTLE`  |
    | Polygon PoS     | `MATIC`   |
    | OP Mainnet      | `OP`      |
    | SOL             | `SOL`     |
    | TON             | `TON`     |
    | TRC20           | `TRX`     |
  </Tab>

  <Tab title="USDC">
    | Name              | Network   |
    | ----------------- | --------- |
    | Arbitrum One      | `ARBI`    |
    | Base Mainnet      | `BASE`    |
    | BNB Smart Chain   | `BSC`     |
    | CAVAX             | `CAVAX`   |
    | Ethereum          | `ETH`     |
    | Mantle Network    | `MANTLE`  |
    | Polygon PoS       | `MATIC`   |
    | Polygon (bridged) | `MATIC.E` |
    | OP Mainnet        | `OP`      |
    | SOL               | `SOL`     |
  </Tab>
</Tabs>

## Related pages

<CardGroup cols={2}>
  <Card title="Pool Account Overview" icon="vault" href="/client/pool-account/overview" cta="View guide" arrow="true" />

  <Card title="Available Transaction Flows" icon="arrow-right-arrow-left" href="/client/pool-account/available-flows" cta="View guide" arrow="true" />
</CardGroup>


## Related topics

- [Get Supported Networks and Limits](/api-reference/wallet-operations/crypto-withdraw/get-supported-networks-and-limits.md)
- [Frequently Asked Questions](/faq.md)
- [Get Wallet Address](/api-reference/wallet-operations/get-wallet-address.md)
- [Overview](/client/pool-account/overview.md)
- [USD Onramp](/onramp/currencies/usd.md)
