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

# Stablecoin Transfers

> Send and receive WKRC on StableNet with 1-second finality and predictable gas costs.

> Build payment flows with instant, low-cost WKRC transfers on StableNet. 1-second confirmation and KRW-denominated fees make it predictable for both developers and users.

For contract-based payment logic, see [Smart Contract Deploy](/en/v0.3/build/use-cases/smart-contract-deploy). To let your app cover gas for users, see [Fee Delegation](/en/v0.3/build/use-cases/fee-delegation).

## Quickstarts

<CardGroup cols={2}>
  <Card title="Send Your First Transaction" icon="send" href="/en/v0.3/build/quickstart/send-your-first-tx">
    **Beginner**. Send WKRC using ethers.js, viem, or cast.
  </Card>

  <Card title="Connect to StableNet" icon="plug" href="/en/v0.3/build/quickstart/connect-to-stablenet">
    **Beginner**. Set up your RPC endpoint and wallet.
  </Card>
</CardGroup>

## Why StableNet for stablecoin transfers

<AccordionGroup>
  <Accordion title="1-second deterministic finality">
    StableNet's Anzeon WBFT consensus finalizes transactions in under one second. Once a transaction is included in a block, it cannot be reversed — no additional confirmations needed. See [1-Second Finality](/en/v0.3/learn/1-second-finality) for details.
  </Accordion>

  <Accordion title="KRW-pegged gas token">
    Transaction fees are paid in WKRC, a KRW-pegged token. Gas costs stay predictable in fiat terms regardless of market conditions. The minimum gas tip is 27,600 Gwei and the base fee targets sub-cent levels per transaction.
  </Accordion>

  <Accordion title="EVM-compatible tooling">
    Use any EVM-compatible library — ethers.js, viem, web3.py — without modifications. Standard wallet integrations (MetaMask, WalletConnect) work out of the box. See [EVM Compatibility](/en/v0.3/learn/evm-compatibility) for differences from standard EVM.
  </Accordion>

  <Accordion title="Fee delegation for better UX">
    Your application can pay gas on behalf of users, removing the need for users to hold WKRC. This is especially useful for onboarding flows. See [Fee Delegation](/en/v0.3/build/use-cases/fee-delegation).
  </Accordion>
</AccordionGroup>
