# Gas Costs

Gas price defines how much one unit of computation costs in an EVM compatible network like Ethereum Mainnet or POA Systems like C-Foot. Gas price is denominated in fractions of the native token, known as Wei. For example, a simple transaction consumes 21,000 units of gas. It equals one GWei (1,000,000,000 Wei) per a unit of gas. One GWei is 1/1,000,000,000 of one C-FootToken. Thus, a simple transaction consumes 21,000 GWei. depending on the complexity of transactions, the fees may vary. If you’re sending ERC20 to your friend, you’ll need around 65,000 gas (and 21000 for ETH) for the transaction at the moment. But if you want to seal the deal on the NFT Marketplace or the DeFi, your estimated gas limit would go up to 200,000.

&#x20;

How many transaction users can put into a block? It depends on types of transactions and the amount of gas they consume. Per any given block all transactions have the same gas limit per block. The gas limit is set in the genesisfile.

&#x20;

The gas price is set on nodes of validators. There is an  agreement taken from VIRFA member / between validators to keep the gas price at 1 GWei or to make it higher. Although, there are no technical limits to stop them from modifying the gas price.

We expect to see a form of voting by validators on VIRFA to increase the gas price on nodes

&#x20;

The gasLimit is configured in your genesis block json file, but it can be set as a dynamic value that depends on the volume of transactions with the minimal value set by node operators.

&#x20;

Note that the initial amount of c-foot is redistributed to node operators that validate transactions. There are no new C-Foot native tokens mined and none burned


---

# 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://caradonna.gitbook.io/payfoot/payfoot-chain-tech/gas-costs.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.
