# FAQs

<details>

<summary>Do I need native tokens (like SOL or ETH) to swap?</summary>

No. Quack Swap includes fees directly in the route. You don’t need to hold native gas tokens—just the token you want to swap.

</details>

<details>

<summary>What are the fees?</summary>

Fees vary depending on the route and include:

1. Liquidity provider (DEX/AMM) fee
2. Bridge/network fee (for cross-chain swaps)
3. A small protocol fee (if applicable)

All fees are shown upfront before you confirm.

</details>

<details>

<summary>Are there a limits on swap amounts?</summary>

Yes. Minimums and maximums depend on route liquidity and bridge rules. If your amount is too low, you'll see “Amount too low to cover fees.

</details>

<details>

<summary>Why did my swap fail?</summary>

* Slippage was too low and the price moved.
* Route liquidity changed before confirmation.
* Network congestion.
* In these cases, funds remain safe in your wallet.

</details>

<details>

<summary>Do I need to connect my wallet?</summary>

Yes. Wallet connection is required for all swaps since most routes need approvals or on-chain confirmations.

</details>

<details>

<summary>My wallet won't connect. What should I do?</summary>

* Refresh the app
* Update your wallet extension/app
* Allow pop-ups in your browser
* Clear cache and reconnect

</details>

<details>

<summary>Why do I see the same token on multiple networks?</summary>

Tokens are displayed as Network.Token.

* SOL.SOL = native SOL on Solana
* ETH.USDT = USDT on Ethereum
* BSC.USDT = USDT on Binance Smart Chain

Always confirm the network before swapping.

</details>

<details>

<summary>Can I request a token to be added?</summary>

Yes. Join our [Community](https://t.me/QuackSwapOfficial) and suggest tokens. New support depends on liquidity and demand.

</details>

<details>

<summary>Is Quack Swap secure?</summary>

Yes. Your funds always stay in your wallet until you approve a swap. We only integrate audited protocols and trusted bridges.

</details>

<details>

<summary>What if my tokens don't show up?</summary>

* Try to wait a few minutes and refresh your wallet.
* Add the token manually in your wallet (sometimes it's not displayed by default)
* If still missing, contact Support with your transaction ID

</details>

<details>

<summary>What should I do to stay safe?</summary>

* Use the official Quack Swap URL only.
* Never share your private keys or seed phrase
* Be aware: admins never DM you first on Telegram or Discord

</details>


---

# 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:

```
GET https://quack-swap.gitbook.io/quack-swap-docs/help-center/editor.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.
