> ## 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.

# Overview

Gelato Relay enables gasless transactions by handling blockchain complexities for you. Submit a transaction and Gelato's network of executors will get it validated on-chain reliably within the next few blocks.

## Supported Ecosystems

<Columns cols={3}>
  <Card title="EVM Networks" icon="ethereum" href="/gasless-with-relay/gasless-transactions-evm/implementation-paths">
    45+ EVM chains including Ethereum, Polygon, Arbitrum, Base, and more
  </Card>

  <Card title="TRON" icon="circle-nodes">
    TRON mainnet support coming soon
  </Card>

  <Card title="Solana" icon="sun">
    Solana mainnet support coming soon
  </Card>
</Columns>

## Payment Methods

<Card title="Gas Tank (Sponsored)" icon="gas-pump" href="/gasless-with-relay/how-to-guides/sponsoredcalls/overview">
  Pre-fund a cross-chain balance to sponsor user transactions. One balance works across all supported networks.
</Card>

## Implementation Paths

<Columns cols={2}>
  <Card title="Gelato SDK" icon="code" href="/gasless-with-relay/how-to-guides/sponsoredcalls/overview">
    High-level SDK with automatic gas price setting and transaction tracking
  </Card>

  <Card title="Relay API" icon="server" href="/gasless-with-relay/relayer-api/overview">
    Direct JSON-RPC API access for custom integrations and advanced use cases
  </Card>
</Columns>

## Features

<Card title="Sync Methods" icon="bolt" href="/gasless-with-relay/gasless-transactions-evm/sync-methods">
  Send transactions and wait for the final result in a single call. Ideal for fast chains.
</Card>

## 7702 Turbo Relayer with Smart Account

The **7702 Turbo Relayer with Smart Account** is Gelato's native EIP-7702 implementation, providing the fastest and most gas-efficient way to send gasless transactions. It allows EOAs to behave like smart accounts without changing their address. In this section you will see implementations for our relayer as well as relayer with smart account.

For more details, see [7702 Turbo Relayer with Smart Account](/gasless-with-relay/gasless-transactions-evm/7702-turbobundler).

## Additional Resources

<Columns cols={2}>
  <Card title="Supported Networks" icon="globe" href="/gasless-with-relay/additional-resources/supported-networks">
    Full list of supported chains
  </Card>

  <Card title="API Reference" icon="code" href="/gasless-with-relay/relayer-api/overview">
    Direct API integration
  </Card>
</Columns>
