# Cross-Chain Stablecoin Transfers

[**Cross-Chain Transfer API** ](/align-api/cross-chain-transfers/create-cross-chain-transfer-from-quote.md)enables seamless, programmatic transfers of stablecoins across different blockchain networks. It allows users to transfer USDC & USDT from one blockchain to another in a secure and efficient manner. This API simplifies cross-chain stablecoin transfers, eliminating the complexities of manual bridging, especially when moving between EVM and non-EVM chains (e.g., USDT on Tron to USDC on Polygon).

**Key features include:**

**Cross-Chain Transfers:** Easily move tokens between various supported blockchains, like Ethereum, Binance Smart Chain, Optimism, Arbitrum, and more.

**Automated Bridging:** The API handles the entire bridging process, from initiating the transfer on the source chain to delivering the tokens on the target chain.

**Automated Swapping:** The API handles swapping between USDC & USDT across different chains (e.g. USDT.tron to USDC.ethereum).

**Customizable Transfer Options:** Users can specify the source and destination chains, the type of token, and the amount to transfer.

**Real-time Status Updates:** Track the status of transfers, ensuring transparency and allowing users to monitor the progress of their cross-chain transactions.<br>

This API is ideal for developers building multi-chain applications, exchanges and wallets looking to provide users with easy access to cross-chain liquidity and interoperability.


---

# 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.alignlabs.dev/products/cross-chain-stablecoin-transfers.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.
