From fc43e4783650dbeb6b63a09a3a3ab3ff4031806c Mon Sep 17 00:00:00 2001 From: James Lawton Date: Tue, 20 Jan 2026 19:20:48 +0000 Subject: [PATCH 1/3] Update solutions/wallets/developers/embedded-wallet/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- .../developers/embedded-wallet/overview.mdx | 92 +++++++++---------- 1 file changed, 44 insertions(+), 48 deletions(-) diff --git a/solutions/wallets/developers/embedded-wallet/overview.mdx b/solutions/wallets/developers/embedded-wallet/overview.mdx index fa33d801..ad510c48 100644 --- a/solutions/wallets/developers/embedded-wallet/overview.mdx +++ b/solutions/wallets/developers/embedded-wallet/overview.mdx @@ -1,48 +1,44 @@ ---- - -title: "Sequence Embedded Wallet (v5)" -description: Sequence Embedded Wallet allows for the easy creation, management, and integration of EVM compatible wallets into games or experiences using SDKs like Web, Unity, and Unreal. -sidebarTitle: Overview ---- - - -This is our old Wallet version, we are working on a migration guide to the [Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart). - - - - - - -Sequence Embedded Wallet is a non-custodial wallet solution that enables users to authenticate with social providers, email, or as a guest. It is available through our various SDKs such as [Web](/sdk/headless-wallet/quickstart), [Unity](/sdk/unity/overview) and [Unreal](/sdk/unreal/overview). - -These headless wallets can be created on-demand for each user and allow you to integrate an application with an Ethereum compatible blockchain, while using familiar constructions like RPC APIs. Additionally, no necessary pop-up modals, user-facing confirmations, and other distractions so you can provide a truly native and seamless gaming experience. - -Sequence Embedded Wallet offers real non-custodial wallets and the system guarantees that each created wallet can only be accessed with the consent of the owner of the wallet. This is made possible by utilizing the power of [AWS Nitro Enclaves](https://aws.amazon.com/ec2/nitro/nitro-enclaves/) to handle sensitive data in a secure environment that nobody can access - not even Sequence. - -These are also shared across experiences, if desired, so your users have a consistent wallet address across your games and platforms, no matter what social login they are using. - -## Try a Demo - - -Try out the seamless onboarding of Sequence Embedded Wallet [here](https://waas-demo.sequence.xyz/) - - -Once you are ready dive into implementation, follow the [quickstart guide](/sdk/headless-wallet/quickstart) or install the SDK from your favorite package manager: - - -```bash pnpm -pnpm install @0xsequence/waas -``` - -```bash npm -npm install @0xsequence/waas -``` - -```bash yarn -yarn add @0xsequence/waas -``` - +--- + +title: "Sequence Embedded Wallet (v5)" +description: Sequence Embedded Wallet allows for the easy creation, management, and integration of EVM compatible wallets into games or experiences using SDKs like Web, Unity, and Unreal. +sidebarTitle: Overview +--- + + + + + +Sequence Embedded Wallet is a non-custodial wallet solution that enables users to authenticate with social providers, email, or as a guest. It is available through our various SDKs such as [Web](/sdk/headless-wallet/quickstart), [Unity](/sdk/unity/overview) and [Unreal](/sdk/unreal/overview). + +These headless wallets can be created on-demand for each user and allow you to integrate an application with an Ethereum compatible blockchain, while using familiar constructions like RPC APIs. Additionally, no necessary pop-up modals, user-facing confirmations, and other distractions so you can provide a truly native and seamless gaming experience. + +Sequence Embedded Wallet offers real non-custodial wallets and the system guarantees that each created wallet can only be accessed with the consent of the owner of the wallet. This is made possible by utilizing the power of [AWS Nitro Enclaves](https://aws.amazon.com/ec2/nitro/nitro-enclaves/) to handle sensitive data in a secure environment that nobody can access - not even Sequence. + +These are also shared across experiences, if desired, so your users have a consistent wallet address across your games and platforms, no matter what social login they are using. + +## Try a Demo + + +Try out the seamless onboarding of Sequence Embedded Wallet [here](https://waas-demo.sequence.xyz/) + + +Once you are ready dive into implementation, follow the [quickstart guide](/sdk/headless-wallet/quickstart) or install the SDK from your favorite package manager: + + +```bash pnpm +pnpm install @0xsequence/waas +``` + +```bash npm +npm install @0xsequence/waas +``` + +```bash yarn +yarn add @0xsequence/waas +``` + From 155d9793e0541f89e806aee9e6f1e228c250904b Mon Sep 17 00:00:00 2001 From: James Lawton Date: Tue, 20 Jan 2026 19:20:56 +0000 Subject: [PATCH 2/3] Update solutions/wallets/developers/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- solutions/wallets/developers/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/wallets/developers/overview.mdx b/solutions/wallets/developers/overview.mdx index 91221360..8cfbd5f0 100644 --- a/solutions/wallets/developers/overview.mdx +++ b/solutions/wallets/developers/overview.mdx @@ -9,7 +9,7 @@ sidebarTitle: Overview Connect your app to an Ecosystem Wallet hosted on your ecosystem's domain. Users authenticate with passkeys, social auth, or email preconfigured on the wallet. - Keep your current Embedded Wallet integration for existing apps. Use your own social auth or email auth. Migration guidance to Ecosystem Wallet is in progress. + Keep your current Embedded Wallet integration for existing apps. Use your own social auth or email auth. From 98b718ac477779ad4b2978d5d5269fef9069e5b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jan 2026 19:22:29 +0000 Subject: [PATCH 3/3] chore(i18n): update translations [en] Sync file structure, format locales. Branch: 210/merge --- es/solutions/wallets/developers/embedded-wallet/overview.mdx | 4 ---- es/solutions/wallets/developers/overview.mdx | 2 +- ja/solutions/wallets/developers/embedded-wallet/overview.mdx | 4 ---- ja/solutions/wallets/developers/overview.mdx | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/es/solutions/wallets/developers/embedded-wallet/overview.mdx b/es/solutions/wallets/developers/embedded-wallet/overview.mdx index 3bb24021..e29c91eb 100644 --- a/es/solutions/wallets/developers/embedded-wallet/overview.mdx +++ b/es/solutions/wallets/developers/embedded-wallet/overview.mdx @@ -4,10 +4,6 @@ description: Sequence Embedded Wallet permite crear, gestionar e integrar fácil sidebarTitle: Descripción general --- - - Esta es nuestra versión antigua de Wallet; estamos trabajando en una guía de migración hacia [Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart). - -