> For the complete documentation index, see [llms.txt](https://docs.hyperunit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperunit.xyz/how-to/revert.md).

# Revert

Reference these guides when a deposit was not processed and may be revertible to a wallet you control.

Revert requests are currently initiated in the [Revert UI](https://app.hyperunit.xyz/revert) for all revertible transactions except for BTC, which you can initiate from our general [Unit UI](https://app.hyperunit.xyz).&#x20;

### Revert Guides

* [Reverting BTC Transactions](/how-to/revert/reverting-btc-transactions.md)
* [Reverting EVM Transactions](/how-to/revert/reverting-evm-transactions.md)
* [Reverting SOL and SPL Transactions](/how-to/revert/reverting-sol-and-spl-transactions.md)

### General Limitations

* Not all failed deposits are revertible.
* Submitting a revert request does not guarantee completion.
* Revert eligibility is limited to assets/networks shown in the UI.
* Cross-chain addressing mistakes (for example, sending to the wrong network) may be unrecoverable.
* Guardians may still conduct independent compliance screening on a revert transaction that may affect whether a revert completes.

### **Fees and Processing Time**

For network security and due to gas requirements, a small fee may be incurred for reversions. Fee amounts vary by asset and network. Refer to the UI for current fees.

In order to submit a revert, the original failed deposit must meet the following number of confirmations on the relevant source chains:

| Network   | Block Confirmations | Time          |
| --------- | ------------------- | ------------- |
| BTC       | 20                  | \~ 3 hours+   |
| Ethereum  | 21,600              | \~ 3 Days     |
| Solana    | 648,000             | \~ 3 Days     |
| Plasma    | 648,000             | \~ 7.5 Days   |
| Arbitrum  | 1                   | \~ 1 Second   |
| Avalanche | 10                  | \~ 20 Seconds |

&#x20;Processing time for a revert depends on block confirmations for the relevant network. There is no time limit to submit a reversion.


---

# 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:

```
GET https://docs.hyperunit.xyz/how-to/revert.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.
