# Incorrect/Failed Transactions

When bridging from one chain to another we attach data to the transactions on both chains which include:

* Source address;
* Destination address;
* Chain names;
* Amounts.

Failed deposits are bridge transactions initiated by anyone/end-user but either with incomplete information of any one of the above data, or incorrect or malicious information.

Incomplete Information: this means that they don't provide a destination address. Another example of incorrect Information: the user specified that the destination chain is Solana but provided us destination address of Algorand. Malicious information: This means they transfer a small amount and try to bridge a large amount (attack vector).

On the other hand, failed transfers are valid in the sense that all data we need for bridging is available to us and correct. However, during the process of bridging some error occurred which can be things like network congestion on any of the networks or any of the API routes failing.


---

# 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.glitterfinance.org/glitter-crosschain-platform/incorrect-failed-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.
