# Cross-Chain Stablecoin Deposits

Enable your customers to deposit funds into their wallets seamlessly across multiple blockchain networks using stablecoins. With this API, you can create [**Permanent Route Addresses**](/align-api/cross-chain-transfers/create-permanent-route-address.md) for your customers, simplifying the process of receiving cross-chain deposits. <br>

For example, if your customer has a wallet on Polygon, you can generate multiple Permanent Route Addresses across different networks (such as EVM chains, Tron, or Solana) that link directly to their Polygon wallet. When USDC or USDT is sent to any of these Permanent Route Addresses, the stablecoins are automatically routed and deposited into the customer’s destination wallet on Polygon.

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

This solution allows for a frictionless and user-friendly experience, ensuring that customers can manage deposits from various chains without the hassle of manual bridging or conversions.


---

# 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-deposits.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.
