Arc House
Tooling + Technical
April 10, 2026

Ship Stablecoin Apps Faster with App Kits

Ship Stablecoin Apps Faster with App Kits
# Announcements
# App Kits
# Bridge Kit

Build payment and liquidity workflows across blockchains with a single SDK for bridging, swapping, and token transfers.

Tim Baker
Tim Baker
Ship Stablecoin Apps Faster with App Kits

App Kits is now available

Shipping multichain payment and liquidity flows usually means stitching together separate integrations for bridging, swapping, and transfers.
App Kits simplifies this with a single SDK that standardizes how these flows are implemented across chains and wallets.
With App Kits, you can:
  • Bridge USDC across chains
  • Swap tokens on supported networks
  • Transfer tokens between wallets
  • Configure fees for eligible flows

Get Started

Install App Kits

npm install @circle-fin/app-kit
Then install the adapter that matches your environment (e.g. viem, ethers, solana, or Circle Wallets).


Three Core Methods

Each core flow can be executed with a single method call:

Bridge

Move USDC across supported blockchains using CCTP.
await kit.bridge({
  from: { adapter, chain: "Ethereum_Sepolia" },
  to: { adapter, chain: "Arc_Testnet" },
  amount: "1.00",
  token: "USDC",
});

Swap

Execute token swaps on the same chain without managing third-party integrations or liquidity integrations. Note: Swap requires a kit key from Circle Console
await kit.swap({
  from: { adapter, chain: "Ethereum" },
  tokenIn: "USDT",
  tokenOut: "USDC",
  amount: "1.00",
});

Send

Transfer tokens between wallets on the same chain.
await kit.send({
  from: { adapter, chain: "Arc_Testnet" },
  to: "RECIPIENT_ADDRESS",
  amount: "1.00",
  token: "USDC",
});

Built-in monetization

App Kits also includes built-in monetization, allowing you to configure fees directly within supported transaction flows without deploying custom contracts.

Start Building

App Kits is designed to integrate with your existing stack and wallet setup, while simplifying how you implement bridging, swapping, and transfers across chains.
Sign in or Join the community
Building the global internet economy
Arc House
Create an account
Building the global internet economy
Comments (264)
Popular
avatar

Dive in

Related

External Content
How to Build Real-Time Stablecoin FX in Your App with StableFX
Dec 16th, 2025 Views 6.4K
Blog
Arc Opens Its Code, Its Nodes, and a Formal Path to Break It Before Mainnet
By Tim Baker • Apr 9th, 2026 Views 17.6K
External Content
App Kits: A Suite of SDKs to Build Onchain
Apr 10th, 2026 Views 8.6K
Video
Arc Day One Spotlight: Simplifying Stablecoin Transactions with Blockradar
By Morgan Williams • Dec 8th, 2025 Views 7.4K
External Content
How to Build Real-Time Stablecoin FX in Your App with StableFX
Dec 16th, 2025 Views 6.4K
External Content
App Kits: A Suite of SDKs to Build Onchain
Apr 10th, 2026 Views 8.6K
Video
Arc Day One Spotlight: Simplifying Stablecoin Transactions with Blockradar
By Morgan Williams • Dec 8th, 2025 Views 7.4K
Blog
Arc Opens Its Code, Its Nodes, and a Formal Path to Break It Before Mainnet
By Tim Baker • Apr 9th, 2026 Views 17.6K
Terms of Service