# Sponsored Transactions

{% hint style="info" %}
Sponsored transactions are the ability to pay for another user's transaction fees.
{% endhint %}

For instance, any holder of a certain amount of your token can have an amount of their gas fees paid for on transactions that interact with your smart contracts or dapp.

Etherspot offers a simple way to do this using our SDK:

1. A developer can set up an address that they wish to pay for their users transactions.
2. Set up an account with us internally to act as a paymaster.
3. Pay assets into this account to pay for transactions.
4. Integrate the Etherspot SDK into their dapp to enable sponsored transactions using the address/account created above.

To create an account with us internally please [join our Discord](http://discord.etherspot.io/) and open a ticket.

Etherspot members in the Discord will be able to assist in setting up your account and integrating the SDK in a customised way that suits your dapps needs.


---

# 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://v1.etherspot.io/getting-started/sponsored-transactions.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.
