# Gasless transactions

> Remove gas fees from your app's user experience by sponsoring transactions with a gas manager policy.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

Gas fees are a significant barrier to entry for new users. With gas sponsorship, you can eliminate this friction by covering gas costs for your users.

## Get started

Start sponsoring gas in minutes:

1. **Create a policy** in your [dashboard](https://dashboard.alchemy.com/apps/latest/services/gas-manager/configuration) and configure sponsorship rules
2. **Send sponsored transactions** using your policy ID

No need to manage crypto or pre-fund accounts. Gas is fronted for your transactions and you pay the equivalent USD amount.

Get started with the [gas sponsorship guide](/docs/wallets/transactions/sponsor-gas).

## Sponsorship options

<CardGroup cols={2}>
  <Card
    title="Full sponsorship"
    icon="bolt"
    href="/docs/wallets/transactions/sponsor-gas"
  >
    Cover all gas fees. Best for onboarding and growth
  </Card>
  <Card
    title="Conditional sponsorship"
    icon="shield-halved"
    href="/docs/wallets/transactions/sponsor-gas/conditional-sponsorship-rules"
  >
    Set spending limits and rules to control costs
  </Card>
  <Card
    title="ERC-20 payments"
    icon="coins"
    href="/docs/wallets/transactions/pay-gas-with-any-token"
  >
    Let users pay gas with USDC, USDT, or any token
  </Card>
  <Card
    title="Solana sponsorship"
    icon="layer-group"
    href="/docs/wallets/transactions/solana/sponsor-gas"
  >
    Sponsor transaction fees on Solana
  </Card>
</CardGroup>

### Management

Track and optimize your sponsorship spending in real-time through the dashboard and APIs.

<CardGroup cols={2}>
  <Card title="Zero crypto management" icon="hand-holding-dollar">
    No need to pre-fund wallets or manage tokens. Gas is fronted and billed
    in USD.
  </Card>
  <Card title="Real-time analytics" icon="chart-line">
    Monitor spending as transactions happen with live dashboards
  </Card>
  <Card title="Flexible limits & alerts" icon="bell">
    Get notified when approaching limits and pre-deposit to scale up instantly
  </Card>
  <Card
    title="Admin APIs"
    icon="code"
    href="/docs/wallets/low-level-infra/gas-manager/policy-management/api-endpoints"
  >
    Programmatically manage policies, retrieve stats, and monitor sponsorships
    via APIs
  </Card>
</CardGroup>

[Start Building →](/docs/wallets/transactions/sponsor-gas)