# Getting Started

#### Ready to Start?

Trading on Supercexy is simple:

1. &#x20;**Access** [**supercexy.com**](https://supercexy.com)\
   If you're accessing from mobile:\
   Supercexy is a Progressive Web App (PWA), simply add it to your home screen to use like a native mobile app.
   * On Android:
     * Open [supercexy.com](https://supercexy.com) in Chrome.
     * Tap the three dots menu (⋮) in the top-right corner.
     * Select “Add to Home screen”.
     * Confirm by tapping “Install”.\
       The app will now appear on your home screen.
   * On iPhone (Safari):
     * Open [supercexy.com](https://supercexy.com) in Safari.
     * Tap the Share icon (the square with an arrow).
     * Scroll down and select “Add to Home Screen”.
     * Tap “Add” to confirm.\
       Supercexy will now be accessible directly from your home screen as an app.
2. **Create or connect your account** *(takes less than 60 seconds)*\
   Supercexy offers two ways to start:
   * **Create an account:**
     * Click **“**&#x53;tart Trading On-Chain” on the homepage.
     * Enter your email and click 'Continue with Email'.
     * You will receive an OTP code in your email.
     * After you submit it, you’ll be instantly logged in; no KYC or verification required.
   * **Connect your wallet:**
     * Click “Start Trading On-Chain” on the homepage.
     * Click “Connect Wallet” and choose your preferred wallet (e.g. Metamask, WalletConnect, or OKX Wallet).
     * Authorize the connection in your wallet app.
     * Your account will automatically sync to your wallet address.
3. **Fund your account**\
   Click on Deposit in the right upper corner and deposit USDC or other supported assets directly from your connected wallet.
4. **Start trading**\
   Instantly open long or short positions on any market.


---

# 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://supercexy.gitbook.io/supercexy-docs/welcome-to-supercexy/getting-started.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.
