> For the complete documentation index, see [llms.txt](https://docs.ucollect.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ucollect.me/new-to-web3/start-from-here/transaction-gas-fee-sponsorship-and-account-abstraction.md).

# Transaction Gas Fee Sponsorship & Account Abstraction

{% embed url="<https://youtu.be/Oqw91tTFRL4>" %}

[Transaction Gas Fee ](/new-to-web3/start-from-here/transaction-gas-fee-sponsorship-and-account-abstraction/gas-fees-explained.md)Sponsorship is a feature we implemented on UCollectME to revolutionize the transaction experience by eliminating user fees. This innovation is made possible by integrating Account Abstraction (AA), a cutting-edge standard in the industry that ensures future-proof alignment with evolving technologies. This documentation provides an overview of Gas Fee Sponsorship and highlights the implementation of Account Abstraction, particularly referencing the ERC-4773 standard.

**Account Abstraction (AA) Overview:** As defined by the ERC-4773 standard, Account Abstraction is a pioneering approach that enhances the efficiency and flexibility of transactions. We have successfully implemented AA to provide users with advanced features and benefits. To comply with industry standards and ensure future compatibility, we utilize the AA framework from ZeroDev, accessible at <https://zerodev.app/>.

**Key Features Enabled by Account Abstraction**

* **Gas Fee Elimination:** We leverage AA to eliminate gas fees for users, ensuring a seamless and cost-free transaction experience.
* **Enhanced Flexibility:** AA provides a more flexible transaction environment, enabling the implementation of innovative features and functionalities.

**Benefits of Gas Fee Elimination**

With Gas Fee Elimination through AA, UCollectME offers users a direct and substantial benefit. Users can save between 0.01 USD to 0.5 USD per transaction. This translates into a fee-free transaction experience, allowing users to retain more value from their transactions on the Polygon network.

**Our Commitment:** We are dedicated to providing an enhanced and efficient transaction experience on the Polygon network. By aligning with industry standards and incorporating innovative features, we aim to elevate the overall user experience while ensuring future-proof compatibility.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ucollect.me/new-to-web3/start-from-here/transaction-gas-fee-sponsorship-and-account-abstraction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
