> ## 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.

# 네트워크 상세 정보

> StableNet Testnet과 Mainnet의 체인 ID, RPC 엔드포인트, 주요 파라미터.

> 모든 StableNet 네트워크의 연결 파라미터입니다.

## Testnet

| 파라미터          | 값                                                                |
| ------------- | ---------------------------------------------------------------- |
| 네트워크 이름       | StableNet Testnet                                                |
| 체인 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)     |
| 네이티브 토큰       | WKRC (KRW-pegged)                                                |
| EVM 버전        | `shanghai`                                                       |

## Mainnet

| 파라미터     | 값                                                                |
| -------- | ---------------------------------------------------------------- |
| 네트워크 이름  | StableNet Mainnet                                                |
| 체인 ID    | `8282`                                                           |
| 네이티브 토큰  | WKRC (KRW-pegged)                                                |
| Explorer | [explorer.stablenet.network](https://explorer.stablenet.network) |

## MetaMask에 추가하기

StableNet Testnet을 MetaMask에 수동으로 추가하려면:

1. MetaMask 열기 → **설정** → **네트워크** → **네트워크 추가**
2. 다음 정보를 입력:
   * **네트워크 이름**: `StableNet Testnet`
   * **RPC URL**: `https://api.test.stablenet.network`
   * **체인 ID**: `8283`
   * **통화 기호**: `WKRC`
   * **블록 탐색기 URL**: `https://explorer.stablenet.network`

단계별 가이드: [StableNet 연결하기](/ko/v0.3/connect-to-stablenet).

## 주요 프로토콜 파라미터

| 파라미터                 | 값                                            |
| -------------------- | -------------------------------------------- |
| 블록 시간                | \~1초                                         |
| 합의                   | Anzeon WBFT (BFT, PoA)                       |
| EVM 버전               | `shanghai` (Cancun blob 옵코드 제외)              |
| NativeCoinAdapter 주소 | `0x0000000000000000000000000000000000001000` |

## 관련 문서

* [StableNet 연결하기](/ko/v0.3/connect-to-stablenet) — 지갑 설정 가이드
* [컨트랙트 주소](/ko/v0.3/reference/contract-addresses) — 시스템 컨트랙트 주소
* [RPC API 레퍼런스](/ko/v0.3/reference/rpc-api) — 사용 가능한 JSON-RPC 메서드
