USDC on NEAR comes in two flavors in 2026: native USDC issued directly by Circle on NEAR Protocol (live since September 2024), and bridged USDC.e that arrived earlier via Rainbow Bridge from Ethereum. The two are not interchangeable at the contract level, and choosing the wrong one is the most common reason transfers stall or get stuck on the wrong chain.
This guide explains what each version is, when to use it, and how settlement actually works across NEAR's native runtime, Aurora's EVM, and NEAR Intents.
The short answer
If you're sending USDC to a NEAR account in 2026, use native USDC. the Circle-issued asset on NEAR Protocol. It settles in roughly 1.2 seconds, costs a fraction of a cent in gas, and is redeemable 1:1 through Circle. USDC.e (bridged via Rainbow Bridge) still circulates and works for Aurora EVM contracts that haven't migrated, but it's a wrapped representation, not Circle-issued, and most wallets now default to native.
Native USDC vs USDC.e on NEAR
Property | Native USDC | USDC.e (bridged) |
Issuer | Circle (direct) | Rainbow Bridge wrapper of Ethereum USDC |
Contract | 17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1 (NEP-141) | a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.factory.bridge.near |
Launched | September 2024 | 2021 (Rainbow Bridge) |
Finality | ~1.2 seconds | ~1.2s on NEAR; bridging in/out ~4-8 hours to Ethereum |
Typical fee | Less than $0.01 | Less than $0.01 on NEAR; Ethereum gas to bridge |
Redeemable at Circle | Yes | No (must unbridge to Ethereum USDC first) |
CCTP support | Not yet (NEAR not on CCTP V2 as of May 2026) | No |
How fast is USDC on NEAR?
NEAR finalizes blocks in roughly 1.2 seconds under normal conditions, and a USDC transfer is final the moment its receipt is included. there's no probabilistic confirmation window like on Bitcoin or pre-Dencun Ethereum. In practice, an exchange withdrawal of native USDC to a NEAR wallet lands in under three seconds end-to-end, and gas costs a small fraction of a cent. This is the throughput profile that makes NEAR attractive for high-frequency stablecoin payments and agent-driven settlement.
What about Aurora and EVM compatibility?
Aurora is NEAR's EVM layer. it runs as a smart contract on NEAR and exposes a Solidity-compatible execution environment. USDC.e (the bridged version) has historically been the dominant USDC inside Aurora because Aurora dApps consume EVM-shaped tokens. Native USDC can be moved into Aurora via the Aurora bridge, where it appears as an ERC-20-style balance, but the canonical Aurora address differs from the NEP-141 contract on NEAR proper. If you're integrating with an Aurora protocol like Trisolaris or Bastion's successors, check which USDC variant they index. many still default to USDC.e.
NEAR Intents and stablecoin settlement
NEAR Intents, which moved to mainnet in late 2024, lets users declare an outcome ("I want X USDC on chain Y") and have solvers compete to fulfill it. For USDC, this means a user holding native USDC on NEAR can express an intent to receive USDC on Base, Solana, or Arbitrum, and a solver network handles the cross-chain routing without the user touching a bridge UI. Eco uses a similar intent-and-solver model across 15+ chains; for NEAR-origin USDC flows, NEAR Intents is the native option, while Eco covers the EVM and Solana surface from the other side.
Which wallets support USDC on NEAR?
As of May 2026, native USDC is supported by every major NEAR wallet: MyNearWallet, Meteor Wallet, HERE Wallet, Sender, and Nightly. Most automatically detect both native USDC and USDC.e as separate line items, so you'll see two USDC balances if you hold both. Centralized exchanges that support NEAR-network withdrawals for USDC include Binance, OKX, Bybit, KuCoin, and Bitget. though several still only offer USDC.e routing, so confirm the network selector before withdrawing.
How do I move USDC.e to native USDC?
There's no Circle-operated swap between USDC.e and native USDC; they're separate assets. The practical paths are (1) swap on a NEAR DEX like Ref Finance, which has deep liquidity between the two and trades near 1:1, or (2) bridge USDC.e back to Ethereum via Rainbow Bridge, then bridge native USDC into NEAR through the Circle Mint flow or a CEX. For amounts under a few thousand dollars, the DEX swap is faster and cheaper; for large balances, the round-trip through Ethereum avoids slippage but takes 4-8 hours.
Is USDC on NEAR safe?
Native USDC on NEAR is issued under the same Circle reserve and attestation regime as USDC on every other chain. monthly reserve reports, regulated custodian, redeemable 1:1 for USD by qualified accounts. USDC.e carries an additional layer of trust: the Rainbow Bridge smart contracts and validator set. Rainbow Bridge has operated since 2020 with a strong security track record, but bridged assets always inherit some bridge risk. For long-term holdings or treasury, native USDC is the conservative default.
Related reading
Methodology and sources
Native USDC contract address and launch date confirmed via circle.com/blog (Sep 2024 launch announcement). Finality and fee figures pulled from explorer.near.org sampling May 2026 transfers. USDC.e contract and bridge mechanics per rainbowbridge.app documentation. NEAR Intents architecture per near.org/intents. Wallet and exchange support verified May 2026.

