# How Gasless Works

Using "gas" refers to the user's requirement to have a set amount of BSC in their wallet to fund the transfer of tokens from one wallet to another.

The PepperBird Token can be transferred to another entity in what is referred to as a gasless transaction. This bit of magic is possible via EIP-2612, which in essence provides the ability to have signed approvals.

When accessing our dApp in conjunction with your wallet, you can send transactions to others without the added fee for gas. In addition, all interaction with our applications and supporting applications will be gasless.

What happens behind the scene is when our token transacts with Web3 sites and contracts that support this protocol, it allows your transaction to approve someone else to pay the gas fees—namely us.

We do this because we want to reward our holders and make the user experience interacting with our token painless. So maybe a better way to think of it is "Your Gas On Us!".


---

# 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://whitepaper.pepperbird.finance/features/token-overview/how-gasless-works.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.
