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

# Stablecoins

> Overview of stablecoins available on Polygon Chain, with integration guides for USDC and cross-chain transfers.

Polygon Chain supports 50+ stablecoins covering USD, EUR, GBP, and local currencies. All are available as native ERC-20 tokens. USDC additionally supports cross-chain transfers via Circle's Cross-Chain Transfer Protocol (CCTP).

## Stablecoins available on Polygon

Search by market, stablecoin ticker, issuer, or contract address. Click a truncated address to view on Polygonscan, or copy the full address with the copy button. This list is not exhaustive.

## USDC integration

USDC is the most commonly used stablecoin for payment applications on Polygon. There are two integration paths depending on whether your use case is single-chain or cross-chain.

**Native USDC** is a standard ERC-20 token on Polygon. Use it for payments, balances, and transfers within Polygon.

**Gateway USDC (CCTP)** uses Circle's Cross-Chain Transfer Protocol to move USDC between chains by burning on the source chain and minting on the destination. Use it for cross-chain settlement.

<CardGroup cols={2}>
  <Card title="USDC native integration" icon="coins" href="/payment-services/stablecoins/usdc-native-integration">
    Read balances and transfer native USDC on Polygon using viem.
  </Card>

  <Card title="USDC gateway integration" icon="arrow-right-arrow-left" href="/payment-services/stablecoins/usdc-gateway-integration">
    Deposit, attest, and mint USDC cross-chain via Circle's CCTP gateway.
  </Card>
</CardGroup>

## On-ramps to stablecoins

To help users acquire stablecoins from fiat, see the [On-ramps](/payments/onramps) page for the full list of supported providers, including Stripe, MoonPay, and Transak.
