# 스테이킹이란?

암호화폐 세계에서 스테이킹(Staking)은 특정 암호화폐를 일정 기간 보유함으로써 네트워크 운영을 지원하고 보상을 받는 방법입니다.

스테이킹은 은행의 저축 계좌에 돈을 예금하는 방식과 유사하게 작동합니다.\
은행은 사용자의 예금을 대출하여 이자를 지급하듯, 스테이킹을 통해 암호화폐 보유자는 보상을 받게 됩니다.

그러나 저축 계좌와 달리, 비(非)스테이블 코인은 가격 변동성이 존재합니다. 따라서, 코인 가치가 하락하여 스테이킹 보상보다 더 큰 손실이 발생할 수 있습니다.

예시:

* 비(非)스테이블 코인: BTC, GUT, ETH 등
* 스테이블 코인: USDT, USDC, FDUSD 등

스테이킹은 상당한 수익을 제공할 수 있지만, 비(非)스테이블 코인의 가격 변동성으로 인해 손실 위험이 존재합니다.

### 스테이킹이 은행보다 높은 수익률을 제공할 수 있는 이유는?

중개자가 없고 스마트 컨트랙트를 통해 자동화되므로 운영 비용이 낮아 더 높은 보상을 지급할 수 있습니다.

### 스테이블 코인 스테이킹은 어떻게 은행 금리보다 높은 이자를 제공할 수 있을까요?

대출이자 수익, 유동성 공급, 다양한 DeFi 상품 활용(예: [자이로윈 에버그린 유틸리티](/korean/utility/evergreen-plant.md)) 등을 통해 은행보다 높은 이자를 제공합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gyro.win/korean/beginners-guide/what-is-staking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
