[Writer] Clarify BSO chain support (DOCS-52)#1245
[Writer] Clarify BSO chain support (DOCS-52)#1245JackReacher0807 wants to merge 3 commits intomainfrom
Conversation
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c2d5b45b86
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ## Supported chains | ||
|
|
||
| BSOs are supported on all chains that support gas sponsorship, with the exception of MegaETH (coming soon). |
There was a problem hiding this comment.
Restrict BSO support claim to bundler-enabled chains
The new sentence says BSOs work on all chains with gas sponsorship except MegaETH, but the supported-chains matrix shows at least one gas-sponsored chain without bundler support (Solana: Bundler ❌, Gas Sponsorship ✅ in content/wallets/pages/overview/supported-chains.mdx). Since BSOs are a bundler feature, this wording is now inaccurate and can send users down a failing setup path on non-bundler chains; please scope the claim to chains that support both bundler and gas sponsorship.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Good catch — scoped the claim to the intersection of bundler + sponsorship, since BSOs are a bundler feature.
Changes in cf57f7b:
- Rewrote the
## Supported chainssentence to: "Because BSOs are a bundler feature, they're supported on every chain that has both bundler and gas sponsorship support, with the exception of MegaETH (coming soon). Chains with gas sponsorship but no bundler support (for example, Solana) cannot use BSOs — use the standard paymaster flow on those chains instead." - Added a link to the Wallet APIs supported chains matrix so readers can confirm which chains qualify.
- Updated the matching bullet in the beta limitations section to say "chains with both bundler and gas sponsorship" and link back to the
#supported-chainsanchor.
Avoided hardcoding a list of chains so the page stays correct as the matrix evolves; the supported-chains table is the single source of truth.
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (78) — click to expandErrors per inputErrors in ./content/wallets/pages/authentication/overview.mdx
Errors in ./content/wallets/pages/react-native/getting-started/getting-started-expo.mdx
Errors in ./content/wallets/pages/react-native/getting-started/getting-started-rn-bare.mdx
Errors in ./content/wallets/pages/concepts/smart-account-client.mdx
Errors in ./content/api-reference/katana/katana-api-overview.mdx
Errors in ./content/wallets/pages/smart-wallets/how-to-stamp-requests.mdx
Errors in ./content/wallets/pages/recipes/smart-wallets-aave.mdx
Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx
Errors in ./content/wallets/pages/recipes/onramp-funds.mdx
Errors in ./content/changelog/2026-04-09.md
Errors in ./content/api-reference/hyperevm/hyperevm-api-overview.mdx
Errors in ./content/api-reference/arbitrum/arbitrum-api-faq/arbitrum-api-faq.mdx
Errors in ./content/wallets/pages/smart-wallets/quickstart/index.mdx
Errors in ./content/changelog/2026-03-26.md
Errors in ./content/api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-api-faq.mdx
Errors in ./content/wallets/pages/index.mdx
Errors in ./content/wallets/pages/recipes/send-usdc.mdx
Errors in ./content/wallets/pages/bundler-api/bundler-faqs.mdx
Errors in ./content/tutorials/getting-started/developer-best-practices/choosing-a-web3-network.mdx
Errors in ./content/wallets/pages/recipes/upgrade-to-smart-accounts.mdx
Errors in ./content/tutorials/alchemy-university/smart-contract-basics/multi-sig-contracts.mdx
|
Summary
Clarifies chain support for Bundler Sponsored Operations (BSOs) on the Bundler Sponsored Operations page.
Changes
Both lines read:
Notes