> For the complete documentation index, see [llms.txt](https://sodex.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sodex.com/documentation/for-developers/developers/valuechain-evm.md).

# ValueChain EVM

ValueChain EVM is the EVM-compatible system chain for the SoDEX ecosystem. It maintains shared system state and provides the account and settlement layer used by application-specific chains.

## Network configuration

| Network | Chain ID | HTTP JSON-RPC                    | WebSocket                         | Explorer                           |
| ------- | -------- | -------------------------------- | --------------------------------- | ---------------------------------- |
| Mainnet | `286623` | `https://mainnet.valuechain.xyz` | `wss://mainnet-ws.valuechain.xyz` | `https://main-scan.valuechain.xyz` |
| Testnet | `138565` | `https://testnet.valuechain.xyz` | `wss://testnet-ws.valuechain.xyz` | `https://test-scan.valuechain.xyz` |

`SOSO` is the native gas token and uses 18 decimals on both networks. Target slot time is 2 seconds.

## Concepts

{% content-ref url="/pages/y1LZOdCr0MYuysHJhUGn" %}
[Differences from Ethereum](/documentation/for-developers/developers/valuechain-evm/differences-from-ethereum.md)
{% endcontent-ref %}

{% content-ref url="/pages/RMUKNYRt5AhvY3JHxRGN" %}
[Gas & Fees](/documentation/for-developers/developers/valuechain-evm/gas-and-fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/F5Hew8CNGweSvqeFjZlH" %}
[Transaction Finality](/documentation/for-developers/developers/valuechain-evm/transaction-finality.md)
{% endcontent-ref %}

## Contracts

{% content-ref url="/pages/OB7izArLZzwIrfkoHqAs" %}
[Contracts](/documentation/for-developers/developers/valuechain-evm/contracts.md)
{% endcontent-ref %}

## Build

{% content-ref url="/pages/bgqkL78C8MGFCPj3wp5L" %}
[Developer Tools](/documentation/for-developers/developers/valuechain-evm/developer-tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/pCD0YzmVdWHAb4bL5YwW" %}
[Transaction Relayer](/documentation/for-developers/developers/valuechain-evm/relayer.md)
{% endcontent-ref %}

{% content-ref url="/pages/Na3tCh6dczZO1bKLzI67" %}
[ValueChain JSON-RPC](/documentation/for-developers/api-reference/json-rpc.md)
{% endcontent-ref %}
