# Fuel

## About

Fuel is an operating system designed specifically for Ethereum Rollups. It accelerates and enhances blockchain performance without compromise.

#### How It Works

**FuelVM**

FuelVM is a virtual machine that incorporates the best ideas from the Ethereum ecosystem. It leverages enhancements that couldn’t be implemented in the Ethereum Virtual Machine (EVM) due to backward compatibility constraints.

The main advantage of FuelVM is its ability to execute transactions in parallel. This means the blockchain processes data faster by utilizing multiple CPU cores simultaneously rather than relying on a single core, as most blockchains do. As a result, FuelVM can handle a higher volume of transactions and perform complex computations more efficiently.

**Sway Programming Language**

Fuel has developed its own programming language called Sway. Inspired by Rust, Sway is built specifically for smart contracts. It combines:

* **Safety and robust error checking** (similar to Rust)
* **Ease of writing smart contracts** (similar to Solidity)
* **Optimized blockchain performance**

Below is a brief overview to help you get started with running a node for the Fuel Sequencer blockchain.

For more detailed information, please refer to the installation [repository](https://github.com/FuelLabs/fuel-sequencer-deployments/).

## Links

* [**Web**](https://www.stargaze.zone/)
* [**Twitter**](https://x.com/StargazeZone)
* [**Discord**](https://discord.gg/stargaze)
* [**Github**](https://github.com/public-awesome)

## Details

| Network Type | Chain ID      | Current Node Version |
| ------------ | ------------- | -------------------- |
| Mainnet      | seq-mainnet-1 | seq-mainnet-1.3      |

## [Support us by delegating](https://app.fuel.network/staking/on-ethereum)

```
fuelsequencervaloper1f3zg0yy30ufd8vfv5cga54vv2u93jp0jry4edx
```


---

# 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://service.block-pro.net/mainnet/fuel.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.
