# Blocknative

## What is Blocknative?

[Blocknative](https://www.blocknative.com/) provides real-time tools and infrastructure that monitor and manage blockchain transaction data in the mempool (where pending transactions wait before being included in a new block on the blockchain).

## What this means for you

Blocknative delivers over 600 gas estimates per second, through the [Gas Network](https://gas.network/).

Blocknative offers:

* Gas Fee Estimation
* Gas Prediction
* Gas Estimator
* Mempool Monitoring

Among other tools, you can use their Gas Price API to obtain the gas price needed to have a certain probability to qualify for inclusion in the next block (for Ethereum or Bitcoin) or the next ∼10 seconds, depending on the chain.

### Use Blocknative with Chiliz Chain

Check out this short how-to to estimate gas fees for your project:

{% content-ref url="/pages/mo6ugHFstOifHecV3GHi" %}
[Estimate gas fees](/develop/advanced/estimate-gas-fees.md)
{% endcontent-ref %}

And see all the chains that Blocknative supports:

{% embed url="<https://docs.blocknative.com/gas-prediction/gas-platform>" %}

Explore Blocknative further with their documentation:

{% embed url="<https://docs.blocknative.com/>" %}


---

# 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.chiliz.com/community/chiliz-chain-ecosystem/developer-tools/blocknative.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.
