Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/base-chain/quickstart/base-solana-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Info>

<Warning>
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**.
</Warning>

Reference scripts (auto-relay, token wrapping, CLI utilities) live in the `scripts/` directory of the official repository:

<GithubRepoCard title="Solana → Base CLI Scripts" githubUrl="https://github.com/base/bridge/tree/main/scripts/src/commands/sol/bridge" />
Expand Down