> For the complete documentation index, see [llms.txt](https://docs.rei.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rei.network/rei-network/welcome-to-rei-network.md).

# Welcome to REI Network

REI Network is not a new project, but an upgraded version of GXChain. REI was developed to better adapt to the development trend of the blockchain, and to achieve a lightweight, Ethereum compatible, higher performance, and no fee blockchain framework

## New Features

* Compatible with **EVM**
* Compatible with **Ethereum's RPC** and **Websocket** interfaces, and can support **GRPC** in the future
* Rewrite the network module and use **Libp2p** instead of **Devp2p** (current Ethereum client solution), because we believe that Libp2p has better standards and can achieve better versatility and scalability
* Realize lower resource consumption through the design of tokenomics ([**Gas Free**](/rei-dao/guides/stake-for-free-gas.md))
* Realize [**Systems contracts**](/developer/system-contracts.md) that can be soft-forked and upgraded. These contracts include: Staking/Slashing, ResourceManager and IBC contracts, etc.
* Achieve a more efficient and more random consensus: **DPoS+BFT**, to ensure decentralization and be more green power
* Realize the **abstract consensus module**, so that the code of REI Network can be easily combined and become a chain-making tool

## Entry Points

#### **REI Mainnet Settings:**

* **Network Name**: REI Network
* **RPC URL**: <https://rpc.rei.network>
* **ChainID**: `47805`
* **Symbol**: `REI`
* **Decimals**: `18`
* **Explorer**: <https://scan.rei.network>&#x20;

#### **REI Testnet Settings:**

* **Network Name**: REI Testnet
* **RPC URL**: <https://rpc-testnet.rei.network>
* **ChainID**: `12357`
* **Symbol**: `REI`
* **Decimals**: `18`
* **Explorer**: <https://scan-test.rei.network>&#x20;

## Quick Start

> A guide to start REI Network Node

{% content-ref url="/pages/6CdUh9Iy8YsITMWrDaej" %}
[Quick Start](/developer/quick-start.md)
{% endcontent-ref %}

## API Reference

> Introduction to REI Network JSON-RPC specifications

{% content-ref url="/pages/iiWIfGsxy8GcYd8mg6YM" %}
[API Reference](/developer/api-reference.md)
{% endcontent-ref %}

## System Contracts

> Introduction to REI Network System contracts

{% content-ref url="/pages/4mh8P0kyrTBD9STlHIpm" %}
[System Contracts](/developer/system-contracts.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:**  The document is constantly being updated and improved, and you are welcome to ask us questions and suggestions&#x20;
{% endhint %}

## Guides

{% content-ref url="/pages/oUHjPHgud4rFU3XuUes7" %}
[Exchange Integration](/developer/guides/exchange-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/IEfbrt5PPpyOhFRsDNpi" %}
[Using The Graph](/developer/guides/using-the-graph.md)
{% endcontent-ref %}

{% content-ref url="/pages/5brgM4P9XBdpSfGMUoav" %}
[Using Gnosis Safe](/developer/guides/using-gnosis-safe.md)
{% endcontent-ref %}

{% content-ref url="/pages/NfKfjBp3LfQ4gbg5Zs0y" %}
[Token Addresses](/developer/token-addresses.md)
{% endcontent-ref %}
