diff --git a/docs/base-chain/quickstart/base-solana-bridge.mdx b/docs/base-chain/quickstart/base-solana-bridge.mdx
index bcc6e1cc..400f9e39 100644
--- a/docs/base-chain/quickstart/base-solana-bridge.mdx
+++ b/docs/base-chain/quickstart/base-solana-bridge.mdx
@@ -92,6 +92,13 @@ The Solana to Base bridge uses a pull-based model that requires 3 steps:
When bridging from Solana to Base, native SOL/SPL are locked and ERC20 SOL is minted on Base.
+
+ If your Solana → Base message includes a call to execute, you must ensure
+ the ABI-encoded call is **executable on Base**. A call that cannot be executed
+ on Base **cannot be undone**. If you bridge tokens in the same transaction,
+ those tokens will be **locked**.
+
+
Reference scripts (auto-relay, token wrapping, CLI utilities) live in the `scripts/` directory of the official repository: