diff --git a/docs/wallet-app/introduction/mini-apps.mdx b/docs/wallet-app/introduction/mini-apps.mdx
index 81ba35e..1dc6cb5 100644
--- a/docs/wallet-app/introduction/mini-apps.mdx
+++ b/docs/wallet-app/introduction/mini-apps.mdx
@@ -201,3 +201,54 @@ You can self-host your own backend as long as it follows the [Farcaster Mini App
- Posting events to the expected format
+
+## Mini Apps Compatibility in Coinbase Wallet
+
+Coinbase Wallet is working towards full compatibility with the Farcaster Mini App SDK. While we continue to enhance support during the beta phase, there are currently some features that are not yet supported.
+
+### AI-Powered Compatibility Checking
+We provide a [validate.txt](https://raw.githubusercontent.com/base/demos/refs/heads/master/minikit/mini-app-help/validate.txt) file that can be used with AI tools to automatically check your codebase for Coinbase Wallet compatibility issues. Similar to llms.txt files, you can provide this validation file to language models to scan your Mini App code and receive a detailed compatibility report highlighting any unsupported features or patterns.
+
+
+This AI validation is experimental and should only be used in a read-only capacity for analysis and reporting purposes.
+
+
+### Currently Unsupported Features
+
+The following Mini App SDK features are **not currently supported** in Coinbase Wallet:
+
+#### Environment Detection
+
+* `sdk.isInMiniApp()`
+
+#### Haptic Feedback
+
+* All haptic-related SDK methods
+
+#### Token Actions
+
+* `sdk.actions.swapToken` \- Token swapping functionality
+* `sdk.actions.sendToken` \- Token sending functionality
+* `sdk.actions.viewToken` \- Token viewing functionality
+
+#### Navigation & Links
+
+* Direct HTML links (`