> ## 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 Developer Docs

> Build on StableNet — an EVM-compatible blockchain with a KRW-pegged native gas token and 1-second finality.

> StableNet is EVM-compatible. Your Solidity contracts, ethers.js code, and Hardhat/Foundry config work without modification.

## Get started in 5 minutes

<CardGroup cols={2}>
  <Card title="Connect to StableNet" href="/en/v0.3/connect-to-stablenet" icon="plug">
    Add StableNet Testnet to your wallet and get testnet WKRC from the faucet.
  </Card>

  <Card title="Send Your First Transaction" href="/en/v0.3/send-your-first-tx" icon="paper-plane">
    Send WKRC on Testnet using ethers.js, viem, or Foundry cast.
  </Card>
</CardGroup>

## What you can build

<CardGroup cols={2}>
  <Card title="Stablecoin Transfers" href="/en/v0.3/stablecoin-transfers" icon="coins">
    Transfer WKRC (KRW-pegged) on-chain using the standard ERC-20 interface.
  </Card>

  <Card title="Smart Contract Deploy" href="/en/v0.3/smart-contract-deploy" icon="file-code">
    Deploy Solidity contracts to StableNet with Hardhat or Foundry.
  </Card>

  <Card title="Fee Delegation" href="/en/v0.3/fee-delegation" icon="hand-holding-dollar">
    Let a backend account pay gas so your users never need to hold WKRC.
  </Card>

  <Card title="Read On-Chain Data" href="/en/v0.3/read-onchain-data" icon="magnifying-glass">
    Query balances, events, and contract state via RPC.
  </Card>
</CardGroup>

## Key facts

| Property           | Value                                        |
| ------------------ | -------------------------------------------- |
| Chain ID (Testnet) | `8283`                                       |
| RPC URL            | `https://api.test.stablenet.network`         |
| Native token       | WKRC (KRW-pegged)                            |
| EVM version        | `shanghai`                                   |
| Finality           | Single block (Anzeon WBFT)                   |
| NativeCoinAdapter  | `0x0000000000000000000000000000000000001000` |

## Explore the docs

<CardGroup cols={3}>
  <Card title="Tutorials" href="/en/v0.3/build/tutorials/deploy-with-foundry" icon="graduation-cap">
    Step-by-step guides for Foundry, Hardhat, events, and fee delegation.
  </Card>

  <Card title="RPC Reference" href="/en/v0.3/reference/rpc-api" icon="terminal">
    All JSON-RPC methods by namespace.
  </Card>

  <Card title="Learn" href="/en/v0.3/learn/what-is-stablenet" icon="book">
    Architecture, gas policy, EVM compatibility.
  </Card>
</CardGroup>

## What's new

* **May 2026** — [v0.3 launch: Learn / Build / Reference restructure, en/ko bilingual](/en/v0.3/changelog#v03--ecosystem-developer-docs)
* **April 2026** — [v0.2: Development Tools, API Reference, Quickstart updates](/en/v0.3/changelog#v02--development-tools-and-api-reference)

[View all changes →](/en/v0.3/changelog)
