> ## 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.

# Release notes - Wallets - 2026

> 2026 release notes for Wallets

## May 2026

<Update label="2026.05.05">
  ### Documentation updates

  Rewrote the dev-controlled wallet quickstarts for wallet creation, token
  transfers, and transaction signing to improve clarity, consistency, and
  developer usability.

  The following topics were updated:

  * [Quickstart: Create a dev-controlled wallet](/wallets/dev-controlled/create-your-first-wallet)
  * [Send tokens across wallets](/wallets/dev-controlled/transfer-tokens-across-wallets)
  * [Sign and Submit a Transaction](/wallets/sign-transactions)
</Update>

<Update label="2026.05.01">
  ### Documentation updates

  Rewrote entity secret management and signing documentation to clarify
  authorization, key management, and signing API flows for dev-controlled wallets.

  The following topics were updated:

  * [How the entity secret works](/wallets/dev-controlled/entity-secret-management)
  * [How-to: Generate and register your entity secret](/wallets/dev-controlled/register-entity-secret)
  * [Key Management](/wallets/key-management)
  * [Transaction signing and authorization](/wallets/signing-and-authorization-models)
  * [How signing APIs work](/wallets/signing-apis)
</Update>

## April 2026

<Update label="2026.04.30">
  ### Documentation additions

  Added the following new topics for batch creation and pre-creation of
  dev-controlled wallets:

  * [How-to: Batch-create wallets for existing users](/wallets/dev-controlled/batch-create-wallets)
  * [How-to: Pre-create wallets and assign on demand](/wallets/dev-controlled/pre-create-wallets)
</Update>

<Update label="2026.04.23">
  ### Documentation updates

  Updated the Wallets overview and account selection documentation to clarify the
  differences between dev-controlled, modular, and user-controlled wallets and to
  improve guidance for choosing wallet and account types.

  The following topics were updated:

  * [Wallets Overview](/wallets)
  * [Dev-controlled wallets](/wallets/dev-controlled)
  * [Modular wallets](/wallets/modular)
  * [User-controlled wallets](/wallets/user-controlled)
  * [Choose Wallet and Account Types](/wallets/account-types)
</Update>

<Update label="2026.04.14">
  ### Documentation updates

  Updated Wallets documentation across core concepts, wallet types, signing, and
  developer workflows to improve the overall developer journey.

  The following topics were updated:

  * [Wallets Overview](/wallets)
  * [Choose Wallet and Account Types](/wallets/account-types)
  * [Key Management](/wallets/key-management)
  * [Transaction signing and authorization](/wallets/signing-and-authorization-models)
  * [How signing APIs work](/wallets/signing-apis)
</Update>

## March 2026

<Update label="2026.03.12">
  ### Documentation additions

  Created the following new topic for creating and funding a Solana Associated
  Token Account (ATA) when Gas Station does not sponsor ATA creation:

  * [Quickstart: Create and fund a Solana associated token account (ATA)](/wallets/gas-station/create-solana-ata)
</Update>

<Update label="2026.03.04">
  ### Documentation updates

  Documentation for the **React Native SDK** (user-controlled wallets) was updated
  to reflect the latest SDK and to separate legacy V1 content:

  * The main page now covers installation, social login configuration, upgrading
    from V1, and the full SDK API references.
  * `addListener`, `removeAllListeners`, and `EventListener` are marked deprecated
    but still supported in V1.
  * Now the preferred way to subscribe to SDK events (such as forgot PIN, resend
    OTP) is via Expo's `NativeModule.addListener()` using the `CIRCLE_PW_ON_EVENT`
    constant and the `CirclePwEventPayload` interface.
  * A dedicated legacy page was added for V1-only setups.

  The following topics were updated and added, respectively:

  * [React Native SDK](/sdks/user-controlled/react-native-sdk)
  * [React Native SDK V1 (Legacy)](/wallets/user-controlled/react-native-sdk-v1)
</Update>

## January 2026

<Update label="2026.01.28">
  Added Gas Station support for Solana ATA sponsorship.

  ### Documentation additions

  Created the following new topic to support Solana ATA sponsorship in Gas
  Station:

  * [Solana ATA sponsorship](/wallets/gas-station/solana-ata-sponsorship)
</Update>

<Update label="2026.01.20">
  ### Documentation updates

  Complete rewrites of the **user-controlled wallet quickstarts** for **Social
  Login**, **Email OTP**, and **PIN** to improve clarity, consistency, and
  developer usability. The new quickstarts emphasize building a runnable
  end-to-end app that demonstrates authentication, wallet creation, and onchain
  actions. Backend routes were restructured to clearly map frontend actions to the
  corresponding Circle API endpoints. The updates make the wallet lifecycle, SDK
  usage, and backend integration patterns more explicit and easier to follow for
  first-time integrators.

  The following topics were updated and renamed:

  * [Create User Wallets with Social Login](/wallets/user-controlled/build-a-wallet-app#social-login)
  * [Create User Wallets with Email OTP](/wallets/user-controlled/build-a-wallet-app#email-otp)
  * [Create User Wallets with PIN](/wallets/user-controlled/build-a-wallet-app#pin)
</Update>
