# Token / Gas

**The native token of CarrChain is CARR**

**Decimals:** 18

The chain uses EIP-1559 so gas price will fluctuate based on network usage. There is a minimum gas price floor set to 0.01 gwei to keep the chain in a sustainable state.&#x20;

**Gas settings:**

Challenge period (Block):

* 600 Blocks (\~ 2 hours)

Block gas limit - maximum amount of gas that can be consumed by all of the transactions within a block:

* 32,000,000

Extra challenge period blocks Amount of time to wait before a challenge period expires.

* 200 blocks

Gas price floor - minimum gas price in gwei

* 0.01 gwei

Expected transaction costs for a simple ERC20 transfer or for an empty transaction (native token transfer) will stay under $0.01

<br>


---

# 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.carrchain.io/products/integrations/token-gas.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.
