# 일시정지된 거래 진행하기

거래가 2단계 이상으로 이루어진 경우, 한 단계를 완료 후 이용자가 직접 다음 단계를 진행할 때 까지 거래는 일시정지돼요. 거래가 진행 중일 때 화면을 지켜보며 진행해도 괜찮지만, 진행 시간이 길 경우 다른 일을 하다가 이전 단계가 완료되면 진행해야하는 경우도 있어요.

기본적으로 포키에서는 한 거래 단계가 완료되면 다음 단계 진행 알림을 드려요. 그러나 실수로 알림을 놓쳤더라도 걱정마세요🙂

### 0. 포키 접속 후 홈 > 거래내역 버튼을 클릭해주세요

### 1. 상단에 미완료 거래 버튼을 클릭해주세요

버튼이 표시되지 않는다면, 아래 내역에서 거래가 아직 진행중인 것은 아닌지 확인해보세요. 한 거래 단계가 완전히 완료되어야만 다음으로 넘어갈 수 있어요.

> 💡**TIP**
>
> 최초에는 다음 단계 진행이 필요한 거래에 알림 표시를 띄워줘요. 알림에 보이는 거래 계속하기 버튼 클릭하면, 2번 과정을 건너뛰고 다음 단계를 진행할 수 있어요.

### 2. 다음 단계 진행을 원하는 거래의 계속하기 버튼을 클릭해주세요

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

### 3. 다음 네트워크 이동/토큰 교환 단계를 진행해주세요

버튼 클릭 후 표시되는 화면에서 ‘[거래하기](/pockie/get-started-with-pockie/trade-on-pockie/trade.md)’ 메뉴얼 내 7번 과정을 반복해주세요.

> 💡**TIP**
>
> 화면 하단에서 거래 처리 과정을 실시간으로 확인할 수 있어요. 거래 상태 상세 보기 버튼을 통해 더 자세히 확인해보세요.

### 4. 거래 완료!👏

상세 내역 버튼을 통해 완료된 거래 정보를 재확인 할 수 있어요.

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


---

# 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.bifrostnetwork.com/pockie/get-started-with-pockie/trade-on-pockie/resume-a-paused-trade.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.
