# Troubleshooting

<details>

<summary>I cannot connect to the platform.</summary>

* Make sure to select the correct network (Ethereum Mainnet). Normally on the wallet provider you can switch the network in the settings option.
* On Ledger natively or over Metamask:
  * Make sure to unlock and select the Ethereum app.
  * Make sure contract data is allowed on the Ethereum app settings.
* Coinbase
  * Use the scan QR option to connect.
  * If you want to access directly from Coinbase wallet just go to app.unlockd.finance on the browser within the app.
* Wallet connect
  * Use the scan QR code to connect

</details>

<details>

<summary>Enable contract data on Ledger.</summary>

Make sure to select the Ethereum app and enable contract data.\
\
To enable contract data:

* Connect and unlock your Ledger device.&#x20;
* Open the Ethereum application.&#x20;
* Press the right button to navigate to Settings.&#x20;
* Then press both buttons to validate.&#x20;
* In the Contract data settings, press both buttons to allow contract data in transactions.&#x20;
* The device displays Allowed.

Here's a [visual guide](https://teckers.com/uniswap-ledger/).

</details>

<details>

<summary>I cannot send transactions.</summary>

Make sure you have enough ETH in your wallet to interact with the platform. You must have ETH in your wallet for the transaction costs-- without it you won't be able to interact. Depending on the network status, the cost of the transactions may vary. At least 0.05 ETH may be required to interact properly.

</details>

<details>

<summary>The site does not load.</summary>

The following steps may solve your problems:

* If you are using Brave browser, switch to another browser to see if the issues are coming from the browser. If it is related to Brave browser some helpful actions are:
  * Clearing cache data and cookies for the site
  * Hard refresh with control + F5 (or cmd + r)
  * Disable brave wallet (or the wallet not being used as default, for example, metamask, dapper, etc.)or other extensions that might be interfering with proper connection with the wallet
  * If the site still won't load after taking the steps above, you will have to use the platform in another browser.&#x20;
* Make sure your internet connection is working and stable
* Restart the browser and try to connect again
* Try to hard refresh the site with control + F5
* Check if there are any updates for your browser or wallet provider. If so, update it to the latest version.&#x20;

</details>

<details>

<summary>My transaction is stuck pending confirmation.</summary>

In this situation, make sure not to keep sending transactions, as every new transaction will be stuck pending the oldest transaction to be confirmed. You can get rid of the stuck transaction by speeding it up or canceling it. Depending on the wallet you are using, you may have that option natively.\
\
For example, metamask or trust wallet have both options to cancel or speed up transactions.&#x20;

Alternatively, if your wallet provider doesn't have this option, you can still drop the stuck transaction by sending a 0 ETH transaction to your address (to yourself) using the same nonce (number id). You can inspect the nonce in your transaction in [Etherscan ](https://etherscan.io)and use interfaces such as [MEW ](https://www.myetherwallet.com/)and [MyCrypto ](https://mycrypto.com/)to send this transaction with a higher gas cost and replace the stuck one. \
\
Here are a couple of guides about the topic for [MEW ](https://kb.myetherwallet.com/en/transactions/checking-or-replacing-a-tx-after-sending/)and [MyCrypto](https://support.mycrypto.com/how-to/sending/checking-or-replacing-a-transaction-after-it-has-been-sent).

</details>

{% hint style="info" %}
If you still have questions or issues, feel free to reach the Unlockd team in the official [Discord](https://discord.gg/unlockd) or [Telegram](https://t.me/Unlockd_Finance) channel.&#x20;
{% 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.unlockd.finance/frequently-asked-questions/troubleshooting.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.
