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).
-
-
diff --git a/es/solutions/wallets/developers/overview.mdx b/es/solutions/wallets/developers/overview.mdx
index 05e84d9c..5b03b12e 100644
--- a/es/solutions/wallets/developers/overview.mdx
+++ b/es/solutions/wallets/developers/overview.mdx
@@ -10,7 +10,7 @@ sidebarTitle: Descripción general
- Mantenga su integración actual de Embedded Wallet para apps existentes. Use su propio inicio de sesión con redes sociales o correo electrónico. La guía de migración a Ecosystem Wallet está en desarrollo.
+ Mantenga su integración actual de Embedded Wallet para aplicaciones existentes. Utilice su propio inicio de sesión con redes sociales o autenticación por correo electrónico.
diff --git a/ja/solutions/wallets/developers/embedded-wallet/overview.mdx b/ja/solutions/wallets/developers/embedded-wallet/overview.mdx
index 733416c9..466c5064 100644
--- a/ja/solutions/wallets/developers/embedded-wallet/overview.mdx
+++ b/ja/solutions/wallets/developers/embedded-wallet/overview.mdx
@@ -4,10 +4,6 @@ description: Sequence Embedded Wallet は、EVM 互換のウォレットをゲ
sidebarTitle: 概要
---
-
- こちらは従来のウォレットバージョンです。現在、[Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart) への移行ガイドを作成中です。
-
-
diff --git a/ja/solutions/wallets/developers/overview.mdx b/ja/solutions/wallets/developers/overview.mdx
index 2e6c257d..81ff378d 100644
--- a/ja/solutions/wallets/developers/overview.mdx
+++ b/ja/solutions/wallets/developers/overview.mdx
@@ -10,7 +10,7 @@ sidebarTitle: 概要
- 既存アプリでは、現在のEmbedded Wallet統合をそのままご利用いただけます。独自のソーシャル認証やメール認証も利用可能です。エコシステムウォレットへの移行ガイドは現在準備中です。
+ 既存アプリには現在のEmbedded Walletの統合をそのままご利用いただけます。ご自身のソーシャル認証やメール認証もご利用可能です。
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
+```
+
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.