> For the complete documentation index, see [llms.txt](https://docs.minterest.com/minterest-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minterest.com/minterest-faq/taiko-network/troubleshooting-and-support.md).

# Troubleshooting and Support

{% hint style="warning" %}
Minterest’s **Taiko** deployment is winding down to focus on **Ethereum** and **Mantle**. Supply and borrow are disabled. Please repay and withdraw by **Nov 30**, 2025.
{% endhint %}

### 1. I'm having trouble bridging assets to or from Taiko. What should I do?

As long as you follow the instructions above for bridging to Taiko, you should not encounter issues. Make sure you have enough ETH in your wallet for the initial bridging transaction from Ethereum mainnet.

You can also explore [Taiko's guide](https://docs.taiko.xyz/guides/app-developers/bridge-tokens/) on bridging tokens.

### 2. My transaction failed on the Taiko Network. How can I resolve this?

If your transaction fails either bridging or on Minterest, it could be for a variety of reasons.

Steps to follow in case of transaction failures:

* Check the transaction status on the Taiko Network via their [blockchain explorer](https://taikoscan.net/).
* Verify that your wallet has adequate funds for whatever transaction you are making.
* If the issue persists, contact Taiko support with transaction details for further assistance.

Remember, ETH is the gas token of the Taiko network. Make sure you have enough ETH to cover transaction costs.

### 3. Where can I get support if I encounter issues on the Taiko Network?

Taiko has [documentation](https://docs.taiko.xyz/start-here/getting-started) that can help guide users looking to bridge and use the network.[ ](https://docs.taiko.xyz/start-here/getting-started)\
Their official [support page](https://docs.taiko.xyz/start-here/getting-support) has all the available ways to contact the team and resolve your issue.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.minterest.com/minterest-faq/taiko-network/troubleshooting-and-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
