# Resume a Paused Trade

If a transaction consists of more than one step, the transaction will be paused until you proceed to the next step after completing a step. While you can keep monitoring the screen during the transaction, if the process takes a long time, you might need to close the screen and resume it when the previous step is completed.

By default, Pockie notifies you when one transaction step is completed, indicating that you can proceed to the next step. However, if you accidentally miss the notification, you can follow the steps below to continue your transaction 🙂

### 0. Please click on the "History" button on Pockie

### 1. Click on the "Incomplete transactions" button at the top

If the button is not visible, check the history below to ensure that the transaction is not still in progress. You can only move on to the next step once a step is completely finished.

> 💡**TIP**
>
> Initially, Pockie displays a notification for transactions that require the next step. Clicking the "Continue" button in the notification skips step 2, allowing you to proceed to the next step.

### 2. Click on the "Continue" button for the transaction you want to proceed to the next step

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

### 3. Proceed with the next network bridge/token swap step

Repeat step 7 from the "[Trade](/pockie-eng/get-started-with-pockie/trade-on-pockie/trade.md)" manual on the screen displayed after clicking the button.

> 💡**TIP**
>
> You can monitor the transaction processing in real-time at the bottom of the screen. Click on the "View trading status details" button for more information.

### 4. Traded!👏

Once the trade is completed, you can reconfirm the information through the "View details" button.

<figure><img src="/files/fTr6KL9lxYgIBRLlTM4C" 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-eng/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.
