# Getting Started

#### What You’ll Need

* A Solana Wallet: We recommend Phantom (best overall), Solflare (best for power users), or Backpack (best for xNFT integration).
* Gas ($SOL): You’ll need a small amount of SOL (usually <$0.01) to cover network fees. Even with high traffic, Solana fees remain incredibly low.
* Collateral (USDC): NexaDex uses USDC as the primary margin for all perpetual positions.

### Step-by-Step: Your First Private Trade

#### Step 1: Setup & Funding

Install your chosen wallet extension or mobile app. To fund it:

* Direct Deposit: Withdraw SOL and USDC from a major exchange (Coinbase, Binance, Kraken) directly to your Solana address.
* Bridge to Solana: If your funds are on Ethereum, Arbitrum, or Base, use the Official Base-Solana Bridge or deBridge for near-instant transfers.
* Native Purchase: Most wallets allow you to buy SOL directly via Apple Pay or integrated fiat ramps.

#### Step 2: Connect to NexaDex

Navigate to the NexaDex dApp. Hit "Connect Wallet" in the top-right.

> Note: NexaDex uses Versioned Transactions for maximum efficiency. Ensure your wallet is updated to the latest firmware.

#### Step 3: Deposit to the Single Liquidity Vault (SLV)

To trade, move your USDC into the protocol's vault. This creates your private "Trading Account" balance.

1. Go to the "Account" or "Portfolio" tab.
2. Select "Deposit" and enter your USDC amount.
3. Confirm the transaction. Thanks to Solana's speed, your balance will update in seconds.

#### Step 4: Execute Your Trade

Head to the Trade interface.

1. Select Market: Choose from Blue-Chips (BTC, ETH, SOL), RWAs (AAPL, TSLA), or TrendSurfer memes.
2. Set Direction: Toggle Long (Price Up) or Short (Price Down).
3. Leverage: Adjust the slider (up to 50x for majors, 5x for TrendSurfers).
4. Confirm: Click "Open Position." \* *NexaDex Secret Sauce:* Because we use Oracle-based pricing, you get Zero Slippage. The price you see on the button is exactly where your position opens.
5. Sign: Approve the transaction in your wallet.

#### Step 5: Monitor & Close

Your open positions appear in the bottom panel. You’ll see real-time PnL, your Liquidation Price, and the current Funding Rate. To exit, simply hit "Close"—your collateral and profits return to your NexaDex account instantly.

### Pro-Tips: Staying Ahead of the Pack

* Priority Fees: During massive "TrendSurfer" volatility, NexaDex automatically calculates a small Priority Fee (a few micro-lamports) to ensure your trade lands in the next block.
* Jito Bundles: For institutional-sized orders, NexaDex utilizes Jito Bundles to prevent front-running by "Sandwich" bots, keeping your execution 100% private and protected.
* Funding Rates: Check the "Funding" column. In bull markets, you can often earn yield just by holding a short position against the crowd.


---

# 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://nexadex.gitbook.io/nexadex-docs/user-onboarding-and-setup/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.
