# Transaction Status

In Gluwa, there are three types of transaction status: complete, submitted, and failed.

* Confirmed: the transaction has one or more block-confirmation(s).
* Submitted: the transaction has been submitted but not yet confirmed (mined) on the blockchain. *Note: submitted ETH, USDT, and USDC transactions will not appear in your transaction history.*
* Failed: the transaction has failed, and you cannot expect it to get processed in the future. You will have to submit it again.

After creating a transaction, Gluwa periodically pulls information from the blockchain to confirm the transaction's status. We will update the status if we find any change.


---

# 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.gluwa.com/get-started/gluwa/transaction-status.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.
