Circle’s User-Controlled Wallets client SDKs let you embed user-controlled wallets directly in your web and mobile applications. The SDKs handle key management, authentication, confirmation UIs, and signing flows so that the user’s keyshares never leave the user’s device. They pair with a server-side SDK or direct API integration that orchestrates wallet operations from your backend.Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Choose your platform
Web SDK
GET STARTED
iOS SDK
GET STARTED
Android SDK
GET STARTED
React Native SDK
GET STARTED
How it works

- A user performs a wallet action in your application—for example, initiating a USDC transfer.
- Your server requests the action through Circle’s User-Controlled Wallets REST APIs.
- The API returns a response containing a
challengeId. The challenge must be completed before the action executes. - Your server passes the
challengeIdto the client SDK. The SDK prompts the user to authorize the action. - The user authorizes by entering their PIN, completing biometric verification, or confirming on a Confirmation UI. The SDK encrypts the input and delivers it to Circle.
- Circle sends a webhook callback (or your server polls the corresponding
GETendpoint) with the action’s status. - Your application notifies the end user that the action is complete.
Security
Keyshares remain exclusively on the user’s device and are never exposed to your server or to Circle. The SDKs encrypt all request bodies in transit. The user retains full control of their assets—neither your application nor Circle can access funds without the user’s authorization.UI customization
Each platform SDK ships with prebuilt UIs for PIN entry, security questions, transaction confirmation, and message signing. Override colors, copy, layout, and component styling to match your brand:- Confirmation UIs
- Web SDK UI customizations
- iOS SDK UI customization API
- Android SDK UI customization API
- React Native SDK UI customization API