# How to trade on Raydium

### Step 1: Create a Solana wallet

{% hint style="info" %}
You can ignore this step if you already have a Solana wallet
{% endhint %}

1. Install Phantom (or other Solana Wallet)
   1. Go to <https://phantom.com/>
   2. Install the **browser extension** (Chrome, Brave, Firefox) or **mobile app** (iOS / Android)
2. Create a New Wallet
   1. Open Phantom → click **“Create New Wallet”**
   2. Choose **“Create a new wallet”** (not import)
3. Secure Your Recovery Phrase (Very Important)
   1. Phantom will show a **12-word recovery phrase**
   2. **Write it down offline** (paper, notebook)
   3. **Never share it** with anyone
   4. Do **not** store it in screenshots, email, or cloud
4. Set Your Password
   1. Create a strong password for daily access
   2. This password protects your device, **not** your recovery phrase
5. Fund your wallet with some $SOL: $SOL is used to pay network (gas) fees on the Solana blockchain. Make sure to keep around **$1–$2 worth of SOL** in your wallet so your trades can go through smoothly.

### Step 2: Connect your Solana Wallet

1. Connect your EVM wallet as usual

<figure><img src="/files/zVcQx4GlQa3rVjFGbhAY" alt="" width="375"><figcaption></figcaption></figure>

2. Select the trading campaign on **Raydium** that you want to join
3. On the campaign page, click the button to connect your Solana wallet before trading

<figure><img src="/files/QugYYInV8sQbAxQQImB7" alt="" width="352"><figcaption></figcaption></figure>

4. Choose your Solana wallet, sign the connection, and you’re ready to start trading

<figure><img src="/files/PcKA5GXU8MZEYuERsNSP" alt="" width="305"><figcaption></figcaption></figure>


---

# 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://docs.cedehub.io/faq/how-to-trade-on-raydium.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.
