Skip to content
Open
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
11 changes: 11 additions & 0 deletions content/wallets/pages/transactions/solana/sponsor-gas-solana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ When you request gas sponsorship for a transaction using a configured policy, th

## Prerequisites

<Info>
Solana sponsorship is behind a feature flag. Before implementing, make sure your
app is enabled for Solana sponsorship and has Solana chains enabled.
</Info>

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/)
Expand Down
Loading