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

# Quickscope

> The terminal that rewards traders – Customize Views, Trade Anywhere, Get Rewarded

<div className="hero-section">
  <div className="hero-text">
    <h1 className="hero-headline">Trade <span className="hero-sep">|</span> Scan <span className="hero-sep">|</span> <span className="hero-earn">Earn</span></h1>
    <p className="hero-tagline">Stay connected and earn more from anywhere with in-app chat feeds, full Telegram bot functionality, Customizable Dashboards and Rewards for Your Alpha.</p>
  </div>
</div>

<div className="landing-content">
  <div className="persona-grid">
    <div className="persona-tile">
      <div className="tile-icon">
        <Icon icon="chart-line" size={28} />
      </div>

      <h3>For Traders</h3>
      <p>Trade anywhere with one account. Track chats, trade on TG, or customize your views.</p>
    </div>

    <div className="persona-tile">
      <div className="tile-icon">
        <Icon icon="bullhorn" size={28} />
      </div>

      <h3>For Callers</h3>
      <p>Share alpha, earn 20% when others trade your scans. Build reputation on leaderboards.</p>
    </div>

    <div className="persona-tile">
      <div className="tile-icon">
        <Icon icon="users" size={28} />
      </div>

      <h3>For Groups</h3>
      <p>Add the bot to your group. Members trade together. Owners earn 5% of all trades.</p>
    </div>
  </div>

  <div className="landing-divider" />

  <div className="section-heading">
    <h2>Trade Anywhere</h2>
    <p>One account synced across desktop, mobile, and Telegram</p>
  </div>

  <CardGroup cols={1}>
    <Card title="Trade Anywhere" icon="globe">
      One account synced across desktop, mobile, and Telegram

      <Columns cols={2}>
        <Card title="Desktop Terminal" href="/platforms/web-terminal" icon="desktop" horizontal>
          Drag-and-drop workspace with charts, widgets, and real-time analytics.
        </Card>

        <Card title="Mobile" href="/platforms/mobile-app" icon="mobile" horizontal>
          Full trading from your phone via Phantom's in-app browser.
        </Card>

        <Card title="Telegram Bot" href="/telegram/overview" icon="paper-plane" horizontal>
          Scan tokens and trade directly inside groups and DMs.
        </Card>

        <div className="coming-soon-card">
          <Card title="Discord" icon="discord" horizontal>
            Coming soon
          </Card>
        </div>
      </Columns>
    </Card>
  </CardGroup>

  <div className="landing-divider" />

  <div className="section-heading">
    <h2>Features</h2>
    <p>Desktop-grade trading terminal meets Telegram-native social layer</p>
  </div>

  <CardGroup cols={1}>
    <Card title="Cross-Platform" icon="arrows-rotate">
      Features that work across desktop, mobile, and Telegram

      <Columns cols={2}>
        <Card title="Instant Execution" href="/trading/how-to-trade" icon="bolt" horizontal />

        <Card title="Wallet Tracking" href="/terminal/widgets/portfolio" icon="eyes" horizontal />

        <Card title="Multi Wallet" href="/terminal/desktop/connect-wallet" icon="wallet" horizontal />

        <Card title="Price Alerts" href="/telegram/alerts" icon="bell" horizontal />
      </Columns>
    </Card>
  </CardGroup>

  <CardGroup cols={2}>
    <Card title="Terminal" icon="desktop">
      A desktop-grade workspace built for speed

      <Columns cols={1}>
        <Card title="Mini App" href="/terminal/advanced/mini-app" icon="window-restore" horizontal />

        <Card title="Floating Widgets" href="/terminal/advanced/floating-widgets" icon="arrows-up-down-left-right" horizontal />

        <Card title="Custom Pages" href="/terminal/workspace/layouts" icon="table-columns" horizontal />

        <Card title="Quickdraw" href="/terminal/advanced/quickdraw" icon="bolt" horizontal />
      </Columns>
    </Card>

    <Card title="Telegram Bot" icon="paper-plane">
      Scan, trade, and earn – all inside Telegram

      <Columns cols={1}>
        <Card title="Leaderboards" href="/telegram/leaderboards" icon="trophy" horizontal />

        <Card title="Group Earnings" href="/telegram/group-leaders" icon="users" horizontal />

        <Card title="Scan & Share" href="/telegram/scanning" icon="share" horizontal />

        <Card title="Price Alerts" href="/telegram/alerts" icon="bell" horizontal />
      </Columns>
    </Card>
  </CardGroup>

  <div className="landing-divider" />

  <div className="section-heading">
    <h2>Earn Rewards</h2>
    <p>Share good calls, get paid – active traders often earn more than they pay in fees</p>
  </div>

  <CardGroup cols={2}>
    <Card title="Scan Rewards" icon="satellite" href="/rewards/scan-rewards">
      Earn up to 20% of fees when others trade tokens you've shared.
    </Card>

    <Card title="Cashback" icon="percent" href="/rewards/cashback">
      Get up to 30% back on every trade.
    </Card>

    <Card title="Referrals" icon="user-plus" href="/rewards/refer-earn">
      Earn 15% of your referrals' trading fees, forever.
    </Card>

    <Card title="Group Owners" icon="users" href="/rewards/group-owners">
      Add the bot to your group and earn 5% of all scan rewards from members.
    </Card>
  </CardGroup>

  <div className="landing-divider" />

  <div className="section-heading">
    <h2>Learn More</h2>
    <p>Understand the platform and how everything fits together</p>
  </div>

  <CardGroup cols={3}>
    <Card icon="lightbulb" href="/getting-started/why-quickscope" title="Why Quickscope">
      What makes Quickscope different from other trading terminals.
    </Card>

    <Card icon="rocket" href="/overview/quickstart" title="Quick Start">
      Connect, deposit, and place your first trade in under 5 minutes.
    </Card>

    <Card icon="circle-question" href="/getting-started/faqs" title="FAQs">
      Common questions about accounts, wallets, fees, and rewards.
    </Card>
  </CardGroup>

  <div className="cta-section">
    <div className="section-heading" style={{ marginTop: 0 }}>
      <h2>Community</h2>
      <p>Connect with traders and stay in the loop</p>
    </div>

    <CardGroup cols={3}>
      <Card icon="x-twitter" href="https://x.com/quickscope_gg" title="Twitter">
        Follow for updates
      </Card>

      <Card icon="paper-plane" href="https://t.me/quickscopelobby" title="Telegram">
        Join the group
      </Card>

      <Card icon="discord" href="https://discord.gg/quickscope" title="Discord">
        Join the community
      </Card>
    </CardGroup>
  </div>
</div>
