# Relayers

A relayer allows users to initiate blockchain transactions without holding the native token required for gas fees. It verifies the user's signature for security, then submits the transaction on their behalf, abstracting away gas payments to enable a smoother user experience.

## Zircuit Relayer Service

{% content-ref url="/pages/JJSqglFsocKbvhm6axce" %}
[Zircuit Relayer Service](/infra/relayers/zircuit-relayer-service.md)
{% endcontent-ref %}

The Zircuit Relayer service is available on Garfield Testnet and allows to batch multiple calls in a single user operation on the Zircuit Block Explorer. Users have to manually delegate to a EIP7702 Contract Template and are then automatically tapped into the feature on the explorer frontend.

## Gelato

{% embed url="<https://docs.gelato.cloud/Relay/Introduction/Overview>" %}

Gelato Relay is available on Zircuit Mainnet and facilitates secure, gasless transactions by relaying signed messages from users and handling gas payments through multiple supported methods.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zircuit.com/infra/relayers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
