# Stuck Transactions

Our aggregation processes and contracts are designed such that in case of a failure, the tokens are refunded to the user automatically in almost all cases. In some edge cases such as invalid opcodes, token transfer taxes and rebasing tokens, the transaction might get stuck. In this guide we provide info to how to unstuck transactions for different bridges.&#x20;

### Wormhole:

Use the official guide of wormhole for redeeming tokens: \[[Link](https://docs.wormhole.com/wormhole/archive/tutorial-recovery-workflow)]

### CBridge:

Go to Celer cBridge [website](https://cbridge.celer.network/) and connect your wallet, then check your transfer history. Find your transfer and click *'Request Refund'.*

{% hint style="info" %}
In case you couldn't solve your issue by this manual, feel free to create a ticket on discord or contact our mods and admins in telegram.
{% endhint %}


---

# 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.rango.exchange/technical/stuck-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.
