> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/stp-kr/technical-kr/stpt-awe.md).

# STPT → AWE 마이그레이션

> **마이그레이션은 2026년 9월 21일에 종료됩니다.** 마감 이후에는 STPT를 AWE로 마이그레이션할 수 없습니다.

공식 마이그레이션을 통해 **이더리움의 STPT를 Base의 AWE로 1:1 비율로 전환**할 수 있습니다.

#### 시작하기 전에

* 반드시 [공식 마이그레이션 포털](https://upgrade.stp.network/)만 사용하세요.
* STPT가 이더리움에 있는지 확인하세요.
* 네트워크 수수료를 지불할 수 있도록 지갑에 충분한 ETH를 보유하세요.
* 토큰을 마이그레이션 컨트랙트나 토큰 컨트랙트로 직접 전송하지 마세요.
* AWE 기여자는 절대로 시드 문구나 개인 키를 요구하지 않습니다.

#### 마이그레이션 방법

1. [공식 마이그레이션 포털](https://upgrade.stp.network/)을 엽니다.
2. 이더리움에서 STPT를 보유하고 있는 지갑을 연결합니다.
3. 마이그레이션할 수량을 입력합니다.
4. 마이그레이션 트랜잭션을 승인하고 확인합니다.
5. 입금이 확인될 때까지 기다립니다.
6. 안내가 표시되면 지갑 네트워크를 Base로 전환합니다.
7. 해당 수량의 AWE를 청구합니다.

**이더리움의 STPT 1개 = Base의 AWE 1개**

#### STPT가 Base에 있는 경우

Base의 STPT를 AWE로 직접 전환할 수 있는 방법은 없습니다.

먼저 STPT를 Base에서 이더리움으로 브리지한 다음, 위의 마이그레이션 절차를 완료해야 합니다. 브리징에는 최대 7일이 걸릴 수 있으므로 마감일 전에 충분한 여유를 두고 시작하세요.

#### STPT가 거래소에 있는 경우

기존 거래소 마이그레이션 기간은 종료되었습니다. 해당 거래소의 현재 지원 정책을 직접 확인하세요. 새로 입금한 STPT가 자동으로 전환될 것이라고 가정하지 마세요.

#### 안전 수칙

AWE 공식 웹사이트와 공식 소셜 채널에 게시된 링크만 사용하세요. 비공개 마이그레이션이나 고객지원 담당자가 대신 진행하는 마이그레이션 절차는 존재하지 않습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.awenetwork.ai/stp-kr/technical-kr/stpt-awe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
