> For the complete documentation index, see [llms.txt](https://earn-docs.affinedefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earn-docs.affinedefi.com/what-is-affine/save-up-to-1000x-on-gas-fees.md).

# Save up to 1000x on Gas Fees

<figure><img src="https://lh4.googleusercontent.com/7eaw0-1AzuNe39VmOjcIlis2V8bNSnnQzqtUlo9Ba4Dh9Gj31YPjbyJ3VohZs5vREzH3XTswRt4rExZPfHulrE7Sv3uoTgkS3pwNwCFEx6Yy9Xu84qwiG77Is3mLqjdGdoAJXilS3namNVf_hDbql_kqiGudqxGZaVarr055DVZgCpL_OmIQidtaOw" alt=""><figcaption><p>Even Thanos would hate it</p></figcaption></figure>

Transactions on the Ethereum blockchain are expensive. If you have been a part of the ecosystem for the last few years, you have undoubtedly seen the exorbitant fees that Ethereum charges you, even for the simplest transactions.

When faced with the blockchain trilemma, layer 1 solutions (Ethereum in our case) prioritized Decentralization and Security over Scalability, making it expensive for retail users to use layer 1 for day-to-day transactions. This meant an inherent gatekeeping mechanism for the smaller investors. And as users, we look forward to Ethereum 2.0 (Sharding) for increased scalability as the most recent shift to Proof of Stake (merge) failed to reduce the gas fees.

<figure><img src="https://lh4.googleusercontent.com/mBFnw8r2BEtf636TvGe1eEK3QhPbhl6V_w9WQPrtFMG5YZY2plBLMufh9BiKmp7dtvuzbah0WHbPbC87Ba4VoCPmoLBfPnHVsFni9MGip-ylPrG_fIG7wN1AqzBAXeTNNVRggO4NFhoig7Kc0DRFa2Jgqvek1JwwVS2RQaDCBJw1Uz_R6bab5DNqOw" alt=""><figcaption><p><strong>The Merge did not reduce ETH gas fees</strong></p></figcaption></figure>

Affine aims to solve it through the Affine Baskets which allow users to gain exposure to both token prices and more complex yield-generating strategies. The smart contracts utilize wrapped tokens on the sidechain to provide users direct price exposure to a given asset (Ethereum and BTC, for example). For yield strategies, it socializes the fees of protocols (AAVE, Curve, etc.) to provide the users best returns at the lowest costs. Affine utilizes the Polygon chain, a layer2 blockchain, to make the whole process as cost-effective as possible, effectively lowering the gas fees for the end users.

And all this technical jargon can be summed up as one significant advantage for the users: That is near-zero transaction fees. With Affine, you can save up to 100% on gas fees. This opens opportunities for investors who want to invest smaller amounts into multiple assets.


---

# 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://earn-docs.affinedefi.com/what-is-affine/save-up-to-1000x-on-gas-fees.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.
