> For the complete documentation index, see [llms.txt](https://docs.zenprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenprotocol.com/apps/dex/dex-user-guide/operations.md).

# Operations

This list aggregates your operations in the Zen Protocol Network: all your orders and the wallet's transactions

Click the 'Operations' tab in the main navigation bar.

![](/files/-Mj9AvYws8QoBR6-rSNf)

* **Pair/Asset :** The pair **r**epresents the asset identifier (A) and a quote asset identifier (B) ⇒ A/B if a single asset is shown the corrisponding row represent a wallet transaction.
* **Tx Hash:** A unique identifier of any transaction recorded on the Zen Protocol networ&#x6B;**.** Clicking on the TX Hash will redirect to the transaction page in the Block Explorer.
* **Type:** Quickly *\*\**&#x69;dentify the type of any operation.
* **Status:** Indicates the status of each operation.

  The status ‘Pending’ indicates that a transaction has yet to be added to a block.

## Order informations

To get more information about an order in the table, click the arrow to view the expanded mode.

![](/files/-Mj9LhebeQ8IBjQP3oi-)

## Cancelling an order

![](/files/-Mj9Lph2-icgvJEIpu9x)

Only your open orders can be canceled.

Step By Step Guide

1\. Go the 'Operations' tab in the main navigation.

2\. Click the 'Cancel' button next to the open order you wish to permanently remove from the ZenDex order book.

3\. Verify cancelling your open order and click 'Continue'.

![](/files/-Mj9LzMH9Ab08th7R9tX)

4.Enter your password to execute the transaction and click 'Cancel Order'.

![](/files/-Mj9MI2iR9ipjaN3UHiC)

5\. Once your order is canceled a 'Pending' indication will appear until it gets its first confirmation (added to a block).


---

# 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.zenprotocol.com/apps/dex/dex-user-guide/operations.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.
