> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stable.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Mainnet information

> Chain ID, RPC endpoints, block explorer, and network parameters for the Stable Mainnet.

Everything you need to know to access Stable Mainnet.

## Network overview

| Configuration    | Value          |
| ---------------- | -------------- |
| **Network Name** | Stable Mainnet |
| **Chain ID**     | `988`          |
| **Gas Token**    | USDT0          |
| **Gov Token**    | STABLE         |
| **Block Time**   | \~0.7 seconds  |

## Block explorers

| Explorer       | URL                                              |
| -------------- | ------------------------------------------------ |
| **Stablescan** | [https://stablescan.xyz](https://stablescan.xyz) |

## RPC endpoints

### Primary endpoints

| Type             | Endpoint                                         | Purpose           |
| ---------------- | ------------------------------------------------ | ----------------- |
| **EVM JSON-RPC** | [https://rpc.stable.xyz](https://rpc.stable.xyz) | EVM transactions  |
| **WebSocket**    | wss\://rpc.stable.xyz                            | Real-time updates |

<Note>
  The public RPC endpoint is rate-limited to **1,000 requests per 10 seconds per IP**. Requests over the limit return `HTTP 429`. For higher throughput, use a [third-party RPC provider](/en/reference/rpc-providers).
</Note>

## Chain information

| Parameter     | EVM     |
| ------------- | ------- |
| **Chain ID**  | `988`   |
| **Gas Token** | `USDT0` |
| **Decimals**  | 18      |

## Tools

| Tool          | URL                                                       | Description     |
| ------------- | --------------------------------------------------------- | --------------- |
| **Snapshots** | See [Node Operators Guide](/en/how-to/use-node-snapshots) | Chain snapshots |
