# MATIC을 POL로 교환(업그레이드)하는 방법

Polygon 공식 공지에 따르면, Polygon 네트워크는 싱가포르 시간 2024년 9월 5일 새벽에 중요한 업그레이드를 완료하였습니다. 이 업그레이드를 통해 기존의 네이티브 토큰 **MATIC** 이 **1:1 비율로 POL** 로 교체되었습니다. POL은 Polygon 네트워크의 새로운 네이티브 **gas 수수료 및 스테이킹 토큰** 으로 사용되며, 네트워크 확장성과 보안을 강화하는 역할을 합니다.

만약 사용자의 MATIC 토큰이 **Polygon PoS 계정** 에 보관되어 있다면, 시스템에서 자동으로 토큰 업그레이드를 진행하므로 사용자가 별도의 작업을 할 필요가 없습니다. (TokenPocket은 자동 교환 기능을 이미 지원하고 있으므로, 지갑을 최신 버전으로 업데이트해 주세요.)

하지만 MATIC 토큰이 **이더리움 계정** 또는 **Polygon zkEVM 계정** 에 있는 경우, 아래 가이드를 따라 수동으로 POL 토큰으로 업그레이드해야 합니다.

#### <mark style="color:blue;">업그레이드 튜토리얼</mark> <a href="#tutorial" id="tutorial"></a>

**1. MATIC 토큰이 이더리움 지갑에 있는 경우**

**DApp을 사용해 수동으로 토큰 변환을 진행해야 합니다.**

Polygon Portal: <https://portal.polygon.technology/pol-upgrade>

<figure><img src="/files/kGHxDW6zCOwpYlEe5iak" alt=""><figcaption></figcaption></figure>

또는 다음과 같은 DEX/스왑 서비스를 이용할 수도 있습니다.

CowSwap: <https://swap.cow.fi/> KyberSwap: <https://kyberswap.com/>

**2. MATIC 토큰이 Polygon zkEVM 지갑에 있는 경우**

Polygon Portal의 브리지 페이지를 엽니다: <https://portal.polygon.technology/bridge>

해당 지갑 주소에 있는 MATIC 토큰을 이더리움 지갑으로 브리지(크로스체인 전송)한 뒤, 위 1번 단계의 업그레이드 작업을 진행하면 됩니다.


---

# 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://help.tokenpocket.pro/kr/wallet-management/wallet-management/how-to-convert-matic-to-pol.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.
