# Fee Relayer

The Squads Fee Relayer lets teams use their Squad as a paymaster to cover the transaction fees of all member transactions linked to their Squad.

This feature is made possible by [Turnkey](https://www.turnkey.com/), a private key infrastructure that allows the generation and management of private keys across blockchains through APIs without compromising on security.

{% hint style="info" %}
The Fee Relayer is only accessible to users with a Squads Business or Enterprise plan. Learn more about our pricing and subscription plans [here](/main/getting-started/pricing.md).
{% endhint %}

**To enable the Fee Relayer** for a Squad:

1. Navigate to the Members page from the navigation tab on the left.
2. Toggle the "Fee relayer" button;
3. Your Squad will now pay the network fees for its members.

<figure><img src="/files/1eYHLpLgwIzN9WnuL0fR" alt=""><figcaption><p>Fee Relayer</p></figcaption></figure>

{% hint style="info" %}
You can deactivate the Fee Relayer at any point by switching off the toggle button either under the Settings or the Members page.&#x20;

Note that if your Business subscription expires or if the Fee Relayer is removed from the members, it will automatically be deactivated.
{% endhint %}

{% hint style="warning" %}
If there is no SOL left in the Squad or that the Fee Relayer balance falls below 0.03 SOL, a message will appear under the Fee Relayer tab asking you to manually top up the Fee Relayer.
{% endhint %}


---

# 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.squads.so/main/navigating-your-squad/members/fee-relayer.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.
