# Claim Gas costs

You can check your gas expenses and claim reimbursement from the Investment Pool in the Pool dashboard.

<figure><img src="/files/BF79ZX1TisEz5a32QGtV" alt=""><figcaption><p>Claiming gas cost reimbursement</p></figcaption></figure>

### Checking gas expenses and setting gas computation parameters

Gas Expenses are accounted in the 'Pool Admin' panel. The parameters used to compute these expenses can be seen and modified by clicking on 'Gas Cost Values'

<figure><img src="/files/Mj0ASRVFJ1SFIGTNY99Y" alt=""><figcaption><p>Gas Cost Parameters</p></figcaption></figure>

Gas Cost computation depends on three parameters:

* **The Base Gas Cost**: The minimum gas cost of any transaction, by default 21'000
* **The Call Data Gas Cost**: The gas cost for a non-zero byte of calldata, by default 16
* **SStore Gas Cost**: the gas cost of the SSTORE operation, by default 5'000

These Values can be changed if the caller has the *FLAG\_GASCOST\_UPDATE* privilege.

### Claiming Gas Reimbursement

You can claim gas expense reimbursement with the 'Claim Gas Compensation' button. Note that you must have the FLAG\_GAS\_REIMBURSEMENT privilege to do so and that gas expense accounting is done individually for each administrator (you can not claim the expenses of another user).


---

# 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://docs.cadmos.finance/administration-platform/pool-management/claim-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.
