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

# Network Details

> Chain IDs, RPC endpoints, and key parameters for StableNet Testnet and Mainnet.

> Connection parameters for all StableNet networks.

## Testnet

| Parameter     | Value                                                            |
| ------------- | ---------------------------------------------------------------- |
| Network name  | StableNet Testnet                                                |
| Chain ID      | `8283`                                                           |
| RPC URL       | `https://api.test.stablenet.network`                             |
| WebSocket URL | `wss://api.test.stablenet.network/ws`                            |
| Explorer      | [explorer.stablenet.network](https://explorer.stablenet.network) |
| Faucet        | [faucet.stablenet.network](https://faucet.stablenet.network)     |
| Native token  | WKRC (KRW-pegged)                                                |
| EVM version   | `shanghai`                                                       |

## Mainnet

| Parameter    | Value                                                            |
| ------------ | ---------------------------------------------------------------- |
| Network name | StableNet Mainnet                                                |
| Chain ID     | `8282`                                                           |
| Native token | WKRC (KRW-pegged)                                                |
| Explorer     | [explorer.stablenet.network](https://explorer.stablenet.network) |

## Add to MetaMask

To add StableNet Testnet manually to MetaMask:

1. Open MetaMask → **Settings** → **Networks** → **Add a network**
2. Fill in:
   * **Network Name**: `StableNet Testnet`
   * **RPC URL**: `https://api.test.stablenet.network`
   * **Chain ID**: `8283`
   * **Currency Symbol**: `WKRC`
   * **Block Explorer URL**: `https://explorer.stablenet.network`

Or follow the step-by-step guide: [Connect to StableNet](/en/v0.3/connect-to-stablenet).

## Key protocol parameters

| Parameter                 | Value                                        |
| ------------------------- | -------------------------------------------- |
| Block time                | \~1 second                                   |
| Consensus                 | Anzeon WBFT (BFT, PoA)                       |
| EVM version               | `shanghai` (Cancun blob opcodes excluded)    |
| NativeCoinAdapter address | `0x0000000000000000000000000000000000001000` |

## Related

* [Connect to StableNet](/en/v0.3/connect-to-stablenet) — wallet setup guide
* [Contract Addresses](/en/v0.3/reference/contract-addresses) — system contract addresses
* [RPC API Reference](/en/v0.3/reference/rpc-api) — available JSON-RPC methods
