We’ve been on a mission to showcase our collaboration with developers, prospective partners, and retail customers.
Circle joined Stripe Sessions last month in San Francisco, where fintechs shared their excitement about integrating stablecoins into their business models. Our Superteam Vietnam workshops — which let developers connect, build with Circle APIs and SDKs, and explore real-world USDC use cases — just wrapped up, and the Solana Summit in Da Nang, Vietnam kicks off today.
And we’re not slowing down. We’ve teamed up with MetaMask and Li.Fi to host a hackathon that’ll push the MetaMask Card ecosystem forward and put USDC to work in digital payments. Sign up now, and take your shot at the $40,000 prize pool along with the chance to record a professionally produced project demo at Circle Dev Summit Cannes.
Sandra Persing
VP of Developer & Ecosystem Marketing, Circle
Start Building
Tip of the Month
Circle Paymaster now supports ERC-4337 v0.8. This update includes support for EIP-7702, enabling Externally Owned Accounts (EOAs) to access smart contract features like gas sponsorship. Now, users can pay gas fees directly from their USDC balance without deploying a custom wallet. Try out the sample app on Replit.
Integration
We’ve expanded support for OP Mainnet and Base across Circle’s Developer Services. These networks are fully integrated with Circle Modular Wallets, contract deployment, gasless transactions, and more.
Create your Circle Modular Wallet and send your first gasless transaction. Get started here.
import { baseSepolia, optimismSepolia } from 'viem/chains'
import { toModularTransport, toCircleSmartAccount } from '@circle-fin/modular-wallets-core'
import { createPublicClient } from 'viem'
const clientUrl = import.meta.env.VITE_CLIENT_URL as string
const modularTransport = toModularTransport(
clientUrl + '/baseSepolia',
clientKey,
)
const client = createPublicClient({
chain: baseSepolia,
transport: modularTransport,
})
Ecosystem Spotlight
We chatted with Nelson Peña, the Co-Founder and Chief Financial Officer of Amero Exchange,1 about leveraging Circle Wallets, Circle Contracts, and Circle Mint to power USDC for seamless and secure digital payments across LATAM. Listen to our conversation, scroll through the library of Builder Series videos, and see how the work is driving cross-border innovation.
Community Highlight
Capa,2 a Circle grantee, powers fast and compliant cross-border payments in LATAM. It uses USDC to enable payment companies and enterprises to settle transactions and save on FX. Read more about how Capa makes payments faster and cheaper with the help of stablecoins.
Product corner / new releases
Circle Paymaster expands
Circle Paymaster is now available for both Smart Contract Accounts (SCAs) and EOAs on seven chains: Arbitrum, Avalanche, Base, Ethereum, OP Mainnet, Polygon PoS, and Unichain. Learn more.
Circle Wallets & Circle Contracts support grows
Circle Wallets and Circle Contracts now support Base and OP Mainnet.
Bermuda Digital Finance Forum
Circle Developer grantee Penrose Partners showcased the power of USDC at the Bermuda Digital Finance Forum, onboarding attendees and enabling local vendor payments in a live, real-world demo of digital dollar utility. Read more.
Upcoming Events
Look out for Circle at these upcoming conferences and events:.
1. Circle Internet Financial, LLC has a commercial relationship with Amero Exchange.
2. Reference to any specific company, product, service, or website of any third party does not constitute an implied or express endorsement, recommendation, favoring or validation by Circle. The content presented is intended for informational purposes only. Reliance upon any content or information presented is at the sole discretion of the audience; Circle shall not be liable for any damage or loss relating to the use of or reliance upon any such content or information presented. The views and opinions of others expressed herein do not necessarily state or reflect those of Circle.
Services are provided by Circle Technology Services, LLC (“CTS”). Services do not include financial, investment, tax, legal, regulatory, accounting, business, or other advice. CTS is only a provider of software and related technology and is not engaged in any regulated money transmission activity in connection with the services it provides. For additional details, please click hereto see the Circle Developer terms of service.