> For the complete documentation index, see [llms.txt](https://vexar.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vexar.gitbook.io/docs/getting-started.md).

# Getting Started

### Overview

This guide will walk you through everything you need to know to start trading on VEXAR, from connecting your wallet to placing your first trade.

### Prerequisites

Before you begin, make sure you have:

* ✅ A Solana wallet (Phantom, Solflare, Backpack, or Ledger)
* ✅ Some SOL for transaction fees
* ✅ USDC or other supported assets to trade
* ✅ Basic understanding of crypto trading

### Step 1: Connect Your Wallet

#### Supported Wallets

VEXAR supports all major Solana wallet providers:

| Wallet       | Features                   | Best For       |
| ------------ | -------------------------- | -------------- |
| **Phantom**  | Easy to use, popular       | Beginners      |
| **Solflare** | Advanced features, staking | Intermediate   |
| **Backpack** | Multi-chain support        | Advanced       |
| **Ledger**   | Hardware security          | Large holdings |

#### Connection Steps

1. Click the **"Connect Wallet"** button in the top right corner
2. Select your wallet provider from the list
3. Approve the connection in your wallet extension
4. Your wallet address will appear in the navbar
5. You're now connected!

> ⚠️ **Security Tip**: Always verify you're on the official VEXAR domain (<https://vexatrade.com>) before connecting your wallet.

### Step 2: Deposit Funds

#### Supported Assets

* **USDC** (Recommended for trading)
* **USDT**
* **SOL**
* **Other SPL tokens**

#### How to Deposit

1. Click on your wallet address in the navbar
2. Select **"Deposit"**
3. Choose the asset you want to deposit
4. Your deposit address will be displayed
5. Send funds from your external wallet or exchange
6. Wait 1-2 minutes for confirmation

#### Deposit Limits

* **Minimum Deposit**: $10
* **Maximum Deposit**: No limit
* **Deposit Fee**: Free (network fees apply)
* **Processing Time**: 1-2 minutes

### Step 3: Choose Your Trading Style

#### Option A: Perpetual Trading

Best for:

* Traders who want leverage (up to 20x)
* Long and short positions
* Professional trading with advanced tools

**Features:**

* 100+ trading pairs
* Up to 20x leverage
* Advanced order types
* Real-time funding rates

Learn more about Perpetual Trading →

#### Option B: Spot Trading

Best for:

* Instant token swaps
* No leverage, no liquidation risk
* Multi-chain trading

**Features:**

* 15+ supported blockchains
* 10,000+ tokens available
* Best price aggregation
* Low slippage

Learn more about Spot Trading →

### Step 4: Place Your First Trade

#### For Perpetual Trading:

1. Navigate to **Trade** → Select a market (e.g., BTCUSDT)
2. Choose **Long** (buy) or **Short** (sell)
3. Select order type (Market, Limit, or Stop)
4. Enter position size and leverage
5. Review and confirm your order

#### For Spot Trading:

1. Navigate to **Spot** → Select chain and token
2. Enter the amount you want to swap
3. Review the exchange rate and expected output
4. Set slippage tolerance (default: 1%)
5. Confirm the swap

### Understanding the Interface

#### Main Components

**1. Trading Chart**

* Powered by TradingView
* Multiple timeframes and indicators
* Drawing tools and analysis features

**2. Order Book**

* Real-time buy and sell orders
* Market depth visualization
* Price levels and volumes

**3. Recent Trades**

* Latest executed trades
* Price, size, and time information
* Market activity indicators

**4. Order Entry Panel**

* Place market, limit, and stop orders
* Set leverage for perpetuals
* Risk management tools

**5. Position Panel**

* View open positions
* Monitor PnL in real-time
* Close or modify positions

**6. AI Analysis Tab**

* Market insights powered by Claude Sonnet 4
* Sentiment analysis
* Support and resistance levels
* Trading recommendations

### Important Settings

#### Order Confirmation

* Enable/disable order confirmation prompts
* Useful for frequent traders
* Access via Settings → Trading

#### Price Alerts

* Set custom price alerts
* Get notified via browser notifications
* Manage alerts in the sidebar

#### Display Preferences

* Light/Dark mode
* Chart layout customization
* Language selection

### Best Practices for Beginners

#### 1. Start Small

* Begin with small positions to learn the platform
* Use lower leverage (2-5x) until you're comfortable
* Don't risk more than 1-2% of your capital per trade

#### 2. Use Stop-Loss Orders

* Always set stop-loss orders to limit potential losses
* Use trailing stops to lock in profits
* Never trade without a risk management plan

#### 3. Learn Before You Earn

* Read all documentation thoroughly
* Understand leverage and liquidation mechanics
* Practice with small amounts first

#### 4. Monitor Funding Rates (Perpetuals)

* Check funding rates before opening positions
* Positive rates mean longs pay shorts
* Funding is paid every 8 hours

#### 5. Understand Slippage (Spot)

* Set appropriate slippage tolerance
* Higher slippage for low liquidity tokens
* Check price impact before confirming swaps

### Common Mistakes to Avoid

❌ **Using High Leverage Without Experience**

* Start with 2-5x leverage
* High leverage = high risk of liquidation

❌ **Trading Without Stop-Loss**

* Always protect your positions
* Set stops at logical levels

❌ **Over-Trading**

* Quality over quantity
* Wait for good setups

❌ **Ignoring Fees**

* Trading fees add up
* Consider volume tiers for discounts

❌ **FOMO and Revenge Trading**

* Stick to your trading plan
* Don't chase pumps or try to recover losses immediately

### Next Steps

* 📖 Read the Trading Guide for advanced strategies
* 🔒 Review Security Best Practices
* 💰 Learn about Fees and Limits
* 🤖 Explore API Documentation for automated trading

### Need Help?

* 💬 Join our [Discord](https://t.me/vexar_trade) for community support
* 📧 Email us at <support@vexatrade.com>
* 📚 Check the FAQ for common questions
* 🐦 Follow us on [Twitter](https://x.com/vexar_trade) for updates

***

**Congratulations!** You're now ready to start trading on VEXAR. Remember to always trade responsibly and never invest more than you can afford to lose.

*Next: Trading Guide →*


---

# 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, and the optional `goal` query parameter:

```
GET https://vexar.gitbook.io/docs/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
