> For the complete documentation index, see [llms.txt](https://docs.ethgas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethgas.com/overview/our-vision-realtime-ethereum/our-three-initiatives.md).

# Our Three Initiatives

Everything ETHGas does rests on one foundation: the [**Blockspace & Preconf Marketplace**](/overview/blockspace-and-preconf-marketplace.md), where Ethereum blockspace becomes a standardized, tradable asset. On top of that foundation we deliver three outcomes: **superior yields** for validators, **agentic execution** for the autonomous economy, and **institutional blockspace** for regulated players. Together they form a self-reinforcing flywheel.

### The foundation: Blockspace & Preconf Marketplace

Since November 2024, ETHGas has made Ethereum blockspace tradable. We turn raw, chaotic blockspace into standardized products: inclusion preconfirmations, whole-block commitments, execution preconfirmations, and base-fee instruments and match buyers who need guaranteed execution with validators who supply it.

### Initiative 1: Superior Yields 💰

**For validators and staking operators.** Sell your blockspace forward and convert uncertain MEV into contracted, recurring revenue. Because demand for guaranteed and [**Realtime Execution** ](/overview/realtime.md)is priced ahead of time, validators earn a superior, more predictable yield that complements and exceeds standard staking rewards with none of the block-building complexity.

* **Who it's for:** validators, node operators, staking providers, and everyone with staked ETH.
* **Core message:** turn volatile MEV into contracted, recurring yield.

### Initiative 2: Agentic Execution 🤖

**For the autonomous economy.** Software agents transacting onchain need certainty and speed, not best-effort inclusion. ETHGas gives agents realtime settlement in **50–100ms** and, through [**x402 agentic preconfirmations**](/overview/x402-agentic-preconfirmations.md), a payment-and-execution rail built for machine-speed, high-frequency activity.

* **Who it's for:** AI agents, automated strategies, and the protocols building agentic products.
* **Core message:** settle agent-driven transactions in realtime, at machine speed.

### Initiative 3: Institutional Blockspace 🏛️

**For regulated institutions.** Banks, asset managers, and treasuries can't use Ethereum's opaque default pipeline. ETHGas delivers blockspace with settlement certainty, fair ordering, compliance controls (Policy Engine), and known, onshore validators - so institutions can transact onchain on terms their mandates accept.

* **Who it's for:** banks, asset managers, custodians, and protocol treasuries.
* **Core message:** compliant, credibly-neutral blockspace institutions can actually underwrite.

### The flywheel: how it reinforces itself 🔄

The marketplace makes blockspace tradable. **Superior yields** attract validators, which deepens blockspace supply. Deep supply makes **agentic execution** and **institutional blockspace** possible at scale and with reliability. Agents and institutions drive demand and volume back into the marketplace, which raises validator yields again, strengthening supply further.

Each initiative amplifies the others; the marketplace is the axle they all turn on.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ethgas.com/overview/our-vision-realtime-ethereum/our-three-initiatives.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
