# EVM-Gas-Optimizations

The repo below documents all of the gas optimization techniques that the creator have come across / experimented with. Each optimization has a brief explanation with a code snippet.

Experiment with each optimization technique and see the gas changes occur in your smart contract; as they become gas efficient.

{% embed url="<https://github.com/0xKitsune/EVM-Gas-Optimizations>" %}

{% embed url="<https://www.evm.codes/>" %}

If you have questions, join our [Telegram](https://t.me/XendFinanceDevs)[ ](https://discord.gg/QGHb7jp2GV)and say hello 👋. We're Active!


---

# 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://academy.assetchain.org/module-5-advanced-tutorials/evm-gas-optimizations.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.
