# Common Issues While Using Liberty Swap

- [Gasless Mode Not Available](https://docs.libertyswap.finance/how-to/common-issues-while-using-liberty-swap/gasless-mode-not-available.md): If you connected your wallet to Liberty Swap Finance but the Gasless option does not appear, this is most likely due to your wallet being a Smart Account.
- [Setup & Configure RPCs & Networks](https://docs.libertyswap.finance/how-to/common-issues-while-using-liberty-swap/setup-and-configure-rpcs-and-networks.md)
- [Fix Wallet Connection Issues](https://docs.libertyswap.finance/how-to/common-issues-while-using-liberty-swap/fix-wallet-connection-issues.md): If you are experiencing issues while using Liberty Swap Finance, the problem may come from the wallet you are connecting rather than from Liberty Swap or the blockchain itself.
- [Fix Pending Transactions](https://docs.libertyswap.finance/how-to/common-issues-while-using-liberty-swap/fix-pending-transactions.md): If your transaction on Liberty Swap Finance is stuck on Pending, Confirming, or Waiting for confirmation, this is usually caused by a nonce or gas issue in your wallet.
- [Fix Low Gas Fee Issues](https://docs.libertyswap.finance/how-to/common-issues-while-using-liberty-swap/fix-low-gas-fee-issues.md): If your transaction on Liberty Swap Finance fails, stays pending, or never gets confirmed, the most common reason is that the gas fee is too low.


---

# 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.libertyswap.finance/how-to/common-issues-while-using-liberty-swap.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.
