From 99a0d495aaaaa5426ae11bd2f1b027f425830bfb Mon Sep 17 00:00:00 2001 From: avarobinson <45052879+avarobinson@users.noreply.github.com> Date: Fri, 20 Mar 2026 10:35:42 -0600 Subject: [PATCH] docs: clarify solana sponsorship prerequisites and access requirements (#1144) --- .../pages/transactions/solana/sponsor-gas-solana.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/wallets/pages/transactions/solana/sponsor-gas-solana.mdx b/content/wallets/pages/transactions/solana/sponsor-gas-solana.mdx index 3302d9979..6ee0dd998 100644 --- a/content/wallets/pages/transactions/solana/sponsor-gas-solana.mdx +++ b/content/wallets/pages/transactions/solana/sponsor-gas-solana.mdx @@ -19,6 +19,17 @@ When you request gas sponsorship for a transaction using a configured policy, th ## Prerequisites + + Solana sponsorship is behind a feature flag. Before implementing, make sure your + app is enabled for Solana sponsorship and has Solana chains enabled. + + +1. **Request access to the Solana sponsorship feature flag** + * Solana sponsorship is currently available for enterprise customers. + * If your app is not enabled yet, contact [wallets@alchemy.com](mailto:wallets@alchemy.com) to request access. +2. **Enable Solana chains on your app** + * In your [Alchemy dashboard](https://dashboard.alchemy.com/apps), verify that Solana chains are enabled for the app you are using. + * API key from your [dashboard](https://dashboard.alchemy.com/apps) * Smart Wallets for Solana [set up](/docs/wallets/react/solana-wallets/get-started) in your project if you want to enable sign up/login for creation of wallets * A sponsorship policy to cover fees and/or rent: [create a policy](https://dashboard.alchemy.com/gas-manager/policy/create/)