# Troubleshooting Hardware Wallet Issues

If you are having issues executing hardware wallet transactions, here are a couple things you can check:

***

## Enable Debug Data

If you have blind signing enabled but transactions are still failing, try enabling **Debug Data** in your Ethereum app settings. This allows your device to interact with smart contracts like Megapot.

**For Ledger devices:**

1. Connect your Ledger and unlock it
2. Open the **Ethereum** app on your device
3. Navigate to **Settings** within the app
4. Find **Debug Data** (subheader: "Display contract data details") and set it to **Displayed**

***

## Update Your Firmware

Outdated firmware can cause compatibility issues with newer dApps and smart contracts. Make sure your hardware wallet is running the latest firmware version.

* **Ledger:** [How to update your Ledger firmware](https://support.ledger.com/article/8458939792669-zd)
* **Trezor:** [How to update your Trezor firmware](https://trezor.io/guides/trezor-suite/update-trezor-firmware)

***

## Still Having Trouble?

Visit [megapot.io/support](https://megapot.io/support) or join our Support channel on [Telegram](https://t.me/megapot_chat)


---

# 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.megapot.io/appendix/troubleshooting-for-hardware-wallets.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.
