# What if my deposit fails?

In certain cases, deposits that cannot be processed can be reverted, returning funds to a wallet you control on the source chain. Reversions are available when Guardians fail to reach consensus due to certain compliance checks, or when certain unsupported assets are sent to a Unit deposit address.

To initiate a reversion, visit the [Revert](/how-to/revert.md) page. Not all stuck assets are eligible for reversion. Unsupported tokens beyond those available in the revert UI are not currently recoverable.


---

# 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.hyperunit.xyz/faq/what-if-my-deposit-fails.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.
