# Getting Started

Welcome to BasedRaid! This guide will get you set up in minutes.

{% hint style="success" %}
**🎉 LIVE ON MAINNET**

BasedRaid is now live on **Solana Mainnet**! Real SOL, real raids, real community takeovers.

🔗 **Launch App:** [raid.based-bot.fun](https://raid.based-bot.fun/)
{% endhint %}

## 📋 Prerequisites

### 💳 Step 1: Install a Solana Wallet

Choose one of these popular wallets:

| Wallet          | Link                                  | Notes                     |
| --------------- | ------------------------------------- | ------------------------- |
| 👻 **Phantom**  | [phantom.app](https://phantom.app/)   | Most popular, recommended |
| ☀️ **Solflare** | [solflare.com](https://solflare.com/) | Great mobile support      |
| 🎒 **Backpack** | [backpack.app](https://backpack.app/) | Multi-chain support       |

### 💰 Step 2: Get SOL

You'll need SOL to create raids or donate:

| Method          | Description                                       |
| --------------- | ------------------------------------------------- |
| 💱 **Exchange** | Buy SOL on Coinbase, Binance, Kraken, etc.        |
| 🔄 **Bridge**   | Bridge from other chains via Wormhole or deBridge |
| 👥 **P2P**      | Receive from a friend or community member         |

## 🔗 Connect to BasedRaid

{% stepper %}
{% step %}
**Visit the App**

Go to [raid.based-bot.fun](https://raid.based-bot.fun/)
{% endstep %}

{% step %}
**Connect Wallet**

Click the **"Connect Wallet"** button in the top right
{% endstep %}

{% step %}
**Select Provider**

Choose Phantom, Solflare, or your preferred wallet
{% endstep %}

{% step %}
**Approve Connection**

Confirm the connection in your wallet popup
{% endstep %}
{% endstepper %}

## 🎯 What's Next?

| Goal                  | Guide                                | Description                             |
| --------------------- | ------------------------------------ | --------------------------------------- |
| 💸 **Support a raid** | [Donating](/donating.md)             | Help fund community takeovers           |
| 🎨 **Create a raid**  | [Creating Raids](/creating-raids.md) | Launch your own fundraising campaign    |
| 💵 **Withdraw funds** | [Withdrawals](/withdrawals.md)       | Claim your raised funds                 |
| 🔄 **Claim refund**   | [Refunds](/refunds.md)               | Get your money back from failed raids   |
| 🔒 **Learn security** | [Security](/security.md)             | Understand how your funds are protected |

## 🧪 Want to Test First?

{% hint style="info" %}
**Devnet Available**

Want to test without real SOL? Use our devnet version:

🔗 **Devnet App:** [devnet.based-bot.fun](https://devnet.based-bot.fun/)

Switch your wallet to **Devnet** and get free test SOL from [faucet.solana.com](https://faucet.solana.com/)
{% endhint %}

## ⚠️ Important Notes

{% hint style="warning" %}
**Real SOL**

BasedRaid mainnet uses real SOL. Always double-check amounts before confirming transactions.
{% endhint %}

{% hint style="info" %}
**Non-Custodial**

BasedRaid never controls your funds. Everything is held in on-chain vaults (PDAs) controlled by immutable smart contract logic.
{% endhint %}

{% hint style="info" %}
**Do Your Research**

Always verify raid creators before donating. Check their history, trust badges, and linked socials.
{% endhint %}


---

# 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.based-bot.fun/readme.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.
