Skip to content

What SBC Offers

SBC (Stable Coin Inc) provides a complete account abstraction platform for building gasless blockchain applications. Our managed infrastructure handles the complexity of ERC-4337, so you can focus on building great user experiences.

Platform Overview

Your ApplicationSBC SDKs (AppKit, Core, CLI) → Gas SponsorshipBlockchain Networks (Base, Radius)

Developer SDKs

SBC AppKit

The easiest way to integrate account abstraction into your application.

  • @stablecoin.xyz/react - React components and hooks for frontend apps
  • @stablecoin.xyz/core - Framework-agnostic TypeScript SDK
  • Features: Smart account management, gasless transactions, batch operations, real-time balance tracking
  • Installation: npm install @stablecoin.xyz/react @stablecoin.xyz/core viem

create-sbc-app CLI

Scaffold a production-ready SBC application in seconds.

npx create-sbc-app my-app --chain radiusTestnet
Templates available:
  • react - Standard React template with wallet integration
  • react-dynamic - React + Dynamic SDK (embedded wallets)
  • react-para - React + Para wallet (EIP-2612 permits)
  • react-turnkey - React + Turnkey (passkey authentication)

Gas Sponsorship

SBC provides managed gas sponsorship through our AppKit SDK, enabling truly gasless transactions for your users.

FeatureDescription
Gas SponsorshipCovers all gas costs for UserOperations
ERC-4337 v0.7Compatible with latest AA standard
EIP-712 SigningSecure signature verification with expiration
Multi-ChainDeployed on Base Sepolia, Base Mainnet, Radius Testnet

Supported Networks

NetworkChain IDStatusEntryPointGas
Base Sepolia84532LiveCanonical v0.7Standard
Base Mainnet8453LiveCanonical v0.7Standard
Radius Testnet72344LiveCustomFree (0 gwei)

Radius Testnet Features

  • Free gas: No native token required for testing
  • Custom EntryPoint: 0xfA15FF1e8e3a66737fb161e4f9Fa8935daD7B04F
  • SimpleAccount: Uses simpler smart account implementation from eth-infinitism
  • USD Native: Native currency is USD (18 decimals)

Quick Comparison

FeatureSBC AppKitCustom PaymasterCoinbase AA
Setup Time< 5 minutesDaysN/A (Coinbase ecosystem)
Gas SponsorshipIncludedManualIncluded
Multi-Chain3+ networks1 networkBase only
Batch TransactionsYesYesYes
Framework AgnosticYesYesNo (Coinbase SDK)

Token Information

SBC is a multi-chain stablecoin. The official token list is available here.

What Can You Build?

With SBC's gasless infrastructure, you can build applications that:

  • Execute gasless transactions - Users interact without native tokens
  • Batch multiple operations - Combine actions into single transactions
  • Use smart contract wallets - Social recovery, spending limits, multi-sig

For implementation examples, see the Use Cases section.

Next Steps

  1. New to SBC? Start with Getting Started
  2. Building on Radius? See Radius Testnet
  3. Ready to code? Jump to SBC AppKit
  4. Want CLI? Use create-sbc-app
  5. See examples? Check out Use Cases

Support