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/)