> ## Documentation Index
> Fetch the complete documentation index at: https://reown-5552f0bb-devin-1759771246-appkit-1-8-9-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Gas Sponsorship (Sponsored Transactions)

<Note>
  Currently in limited beta and available by invitation only. Request early access via our [Dashboard](https://dashboard.reown.com).
</Note>

Gas Sponsorship or Sponsored transactions is an umbrella term for multiple methods of utilizing
[ERC 7677](https://eips.ethereum.org/EIPS/eip-7677) paymasters that allow a dapp
to cover the gas fees for the transaction of a wallet.

This approach simplifies blockchain interactions by enabling users to perform
actions without directly handling transaction fees, which are instead paid by
the dApp. This concept is particularly beneficial for attracting new users, as
it removes the need to understand complex wallet mechanics or hold
cryptocurrency for gas fees, making the overall experience more intuitive and
accessible.

## Use Cases

* Cover gas for new users or first-time interactions.
* Increase conversion for payments, social quests, or DeFi approvals.
* Improve UX by removing native token requirements.

## Get Started

<CardGroup cols={2}>
  <Card title="React" icon="react" href="/appkit/react/transactions/sponsored-transactions">
    Get started with AppKit in React.
  </Card>

  <Card title="Next.js" icon="square-n" href="/appkit/next/transactions/sponsored-transactions">
    Get started with AppKit in Next.js.
  </Card>

  <Card title="Vue" icon="vuejs" href="/appkit/vue/transactions/sponsored-transactions">
    Get started with AppKit in Vue.
  </Card>

  <Card title="JavaScript" icon="js" href="/appkit/javascript/transactions/sponsored-transactions">
    Get started with AppKit in JavaScript.
  </Card>
</CardGroup>
