> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickscope.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQs

> Answers to common questions about trading, wallets, fees, and more

## Trading & Transactions

<AccordionGroup>
  <Accordion title="Why did my transaction fail?">
    A few common reasons:

    * **Not enough SOL** for gas. Check your balance covers the trade plus fees.
    * **Slippage too low.** Bump it to 5-15% for volatile tokens.
    * **Low liquidity.** The token might not have enough liquidity to fill your order.
    * **Network congestion.** Raise your priority fee to get through.

    If it keeps failing, try increasing both slippage and priority fee at the same time.
  </Accordion>

  <Accordion title="What's slippage and how should I set it?">
    Slippage is the maximum price change you'll accept between when you submit a trade and when it executes.

    **Recommended settings:**

    * Stable pairs: 0.5-1%
    * Normal tokens: 1-3%
    * Volatile memecoins: 5-15%

    Higher slippage = more likely to execute, but potentially worse price.
  </Accordion>

  <Accordion title="How do priority fees work?">
    Priority fees pay Solana validators to process your transaction faster. Higher fee means faster processing.

    When the network is busy, bump your priority fee to avoid stuck transactions. You can adjust this in trade settings or directly on the trade widget.
  </Accordion>

  <Accordion title="Why is my trade taking so long?">
    Usually network congestion. Try:

    1. Increasing your priority fee
    2. Waiting for network to clear

    If a transaction is stuck, it will eventually timeout and you can retry with higher fees.
  </Accordion>
</AccordionGroup>

## Wallet & Funds

<AccordionGroup>
  <Accordion title="Why can't I log in from my mobile browser?">
    Quickscope's mobile web app requires Phantom's in-app browser to connect. Open Quickscope through the Phantom app and you'll be able to use it from there.
  </Accordion>

  <Accordion title="How do I deposit funds?">
    The simplest way is to copy your wallet address and send SOL to it directly from any external wallet or exchange.

    If your account has no funds, a **Deposit** button appears in the nav bar. You can also open **Manage Wallets** to trigger the deposit flow from there.
  </Accordion>

  <Accordion title="Can I use my existing wallet directly?">
    Yes. You can import Solana wallets to your Quickscope account using the wallet private key. Open the Wallet Management menu and select Import.

    Once imported, the wallet can be used to trade throughout the Quickscope app.
  </Accordion>

  <Accordion title="How do I export my private key?">
    Open the wallet menu, select your wallet, open the actions dropdown, and click **Export Private Key**.

    Save it securely in a password manager. Never share it with anyone.
  </Accordion>

  <Accordion title="What is 'reclaim rent' / 'Reclaim SOL'?">
    Solana charges rent (\~0.002 SOL) to store each token account. When you close positions or no longer hold a token, you can reclaim this rent.

    Click **Reclaim** in your wallet menu. It adds up if you trade frequently.
  </Accordion>
</AccordionGroup>

## Telegram Bot

<AccordionGroup>
  <Accordion title="How do I connect my wallet to the Telegram bot?">
    Use `/connect` or `/qgc` in the bot. You'll get a link to authorize via the web app.

    Once connected, your wallet works across both web and Telegram. Same positions, same funds.
  </Accordion>

  <Accordion title="Why isn't the bot responding?">
    A few things to check:

    1. Make sure Telegram itself isn't down
    2. Send `/start` to reset the bot session
    3. In groups, check that the bot has the right permissions

    During high traffic, responses can take a few extra seconds.
  </Accordion>

  <Accordion title="What do all the /q commands mean?">
    They're shortcuts. `/qm` opens market info, `/qt` opens a trade, and so on.

    You don't need to memorize them. Type `/help` for the full list, or just use the button menus that appear after scanning a token.
  </Accordion>
</AccordionGroup>

## Fees & Costs

<AccordionGroup>
  <Accordion title="What fees does Quickscope charge?">
    **1% fee** on each trade, deducted from your trade amount. If you buy 1 SOL worth of tokens, 0.01 SOL goes to Quickscope fees.

    You earn back a portion through [cashback](/rewards/cashback): 15% by default, or 30% if you signed up with a referral code. That brings your effective fee down to 0.85% or 0.7%.
  </Accordion>

  <Accordion title="What are the Solana network fees?">
    Beyond Quickscope's fee, every Solana transaction includes:

    * **Base fee**: \~0.000005 SOL (negligible)
    * **Priority fee**: You set this. Higher = faster
    * **MEV/Bribe**: Optional speed boost

    Network fees vary with congestion.
  </Accordion>

  <Accordion title="How can I reduce my trading costs?">
    * Lower priority fees when the network isn't busy
    * Use appropriate slippage (not too high)
    * Reclaim rent from closed positions
    * Batch trades when possible instead of many small ones
  </Accordion>
</AccordionGroup>

## Security & Privacy

<AccordionGroup>
  <Accordion title="Who has access to my wallet?">
    Only you. Quickscope executes trades you initiate but can't access your funds on its own.

    Export your private key to keep a backup and maintain full control.
  </Accordion>

  <Accordion title="Does Quickscope read my Telegram messages?">
    Only in groups where you've connected your account **and** the Quickscope bot has been added.

    We don't access private DMs or encrypted chats. See the [Privacy Policy](/help/privacy-policy) for details.
  </Accordion>

  <Accordion title="What data does Quickscope collect?">
    Wallet addresses, Telegram username, usage logs, and public blockchain activity (transactions, positions).

    We don't sell personal data. See the [Privacy Policy](/help/privacy-policy) for the full breakdown.
  </Accordion>
</AccordionGroup>
