Polygon
EVM chain
Polygon
Polygon is part of Dexter's production EVM settlement footprint. Same facilitator, same API shape — use it when your users or treasury already live on Polygon.
Network ID
| Network | CAIP-2 identifier | Status |
|---|---|---|
| Polygon | eip155:137 | Production |
Token Details
| Property | Value |
|---|---|
| USDC contract | 0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 |
| EIP-712 token name | USD Coin |
| Native gas token | POL |
| Decimals | 6 |
Settlement Model
Same EVM settlement path as all other Dexter EVM chains:
- EIP-3009
transferWithAuthorization(default for USDC) - Recipient, token, amount, and timing validation
- Facilitator submits the transaction and pays gas
Permit2 is also available. The facilitator signals assetTransferMethod: "permit2" in the /supported response, enabling payments with any ERC-20 token. The one-time Permit2 approval costs the payer a small amount of POL (~$0.001). After that, every Permit2 payment is gasless. The facilitator can relay the approval via the erc20ApprovalGasSponsoring extension.
There is no Polygon-specific settlement logic. The API shape is identical to Base, Arbitrum, Optimism, and Avalanche.
Best Fit
- teams already anchored on Polygon
- products whose buyers already hold Polygon-side USDC
- merchants expanding beyond Base while keeping the same EVM payment shape
Quick Support Check
Validate Before Shipping
- Confirm you are using the correct Polygon network identifier (
eip155:137). - Confirm the payment asset is USDC (
0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359). - Test
POST /verifyandPOST /settlewith a real Polygon-targeted payment.