From ec78165cdc4a576f308c4cd85ecb7911f17b5c5f Mon Sep 17 00:00:00 2001 From: yasnazariel <82168644+yasnazariel@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:16:31 +0330 Subject: [PATCH] docs(ai-agents): add wallet compatibility notice for Base MCP --- docs/ai-agents/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ai-agents/index.mdx b/docs/ai-agents/index.mdx index 3d284102b..832ad50f3 100644 --- a/docs/ai-agents/index.mdx +++ b/docs/ai-agents/index.mdx @@ -8,6 +8,16 @@ import { WalletSetupDemo } from "/snippets/WalletSetupDemo.jsx" Base MCP gives your AI assistant direct access to your [Base Account](/base-account) (the smart wallet powering the Base App). Connect once and your assistant can check balances, send funds, swap tokens, sign messages, execute contract calls, and pay x402-enabled APIs across multiple networks. Every write action requires your approval. +> [!IMPORTANT] +> +> ### Wallet Compatibility +> +> Base MCP is designed to work with native Base Smart Wallet accounts created through the Base App onboarding flow using passkeys or email authentication. +> +> Some users may encounter onboarding or recovery issues when attempting to use wallets that were originally created outside of the Base App onboarding flow. +> +> If you experience compatibility issues, create a new Base Smart Wallet through the Base App onboarding flow and connect that wallet to Base MCP. + ## Demo