# The State of Transactions

### **Pending**

The transaction has taken place on L2 and has entered L2's mempool, but has yet to be verified on-chain.

![](/files/VoZ1U4ItZds3fWCfdMUB)

### **Committed**

The transaction in mempool has been packaged into the block and the data has been submitted to the chain.

![](/files/E3JaCcBwmB2JJth5li75)

### **Verified**

The verification has been submitted to the chain and the legitimacy of the block has been verified.

![](/files/F7K6bz5QHEZAxVCVrXh9)

### **Executed**

The transaction in the block has finally been executed on L1.

![](/files/j4N5aXNAry5sUbwTk1gn)


---

# 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.zecrey.com/education/concepts-explained/the-state-of-transactions.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.
