> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gelato.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Methods

Gelato Bundler supports three flexible payment methods for gas fees, allowing you to choose the best option for your use case.

## Sponsored (Gas Tank)

Sponsor gas fees for your users using Gelato's cross-chain Gas Tank. Deposit funds once and sponsor transactions across all supported networks.

<Card title="Sponsor Gas with Gas Tank" icon="gas-pump" href="/paymaster-&-bundler/how-to-guides/sponsor-gas-with-gastank">
  Learn how to sponsor transactions for your users
</Card>

## Pay with ERC-20 Tokens

Allow users to pay gas fees using ERC-20 tokens like USDC, USDT, or other supported tokens directly from their smart account using third-party on-chain paymasters.

<Card title="Pay with ERC-20 Tokens" icon="coins" href="/paymaster-&-bundler/how-to-guides/pay-with-erc20-tokens/pay-with-erc20">
  Learn how to enable ERC-20 token payments with on-chain paymasters
</Card>

## Pay with Native Tokens

Users pay gas fees directly with native tokens (ETH, MATIC, etc.) from their smart account balance.

<Card title="Pay with Native Tokens" icon="ethereum" href="/paymaster-&-bundler/how-to-guides/pay-with-native">
  Learn how to enable native token payments
</Card>

## Comparison

| Method    | Who Pays  | Token Type       | Use Case                |
| --------- | --------- | ---------------- | ----------------------- |
| Sponsored | Developer | N/A              | Gasless UX for users    |
| ERC-20    | User      | USDC, USDT, etc. | Stablecoin holders      |
| Native    | User      | ETH, MATIC, etc. | Traditional gas payment |
