# How to get started?

This guide will walk you through joining Arena DAO, from setting up your wallet to getting cryptocurrency, so you can dive into decentralized competitions with ease.

{% embed url="<https://drive.google.com/file/d/1g1Jvy-AKbhVu6icL8h15es4C55Clevxu/view?usp=sharing>" %}

### Step 1: Set Up Your Wallet

To get started, you'll need a wallet that supports the Cosmos ecosystem. Here are two easy-to-use options:

{% hint style="info" %}
Follow the steps to install the wallet and make sure to **save your recovery phrase** in a safe place—this is crucial for securing your funds. Never share it with others.
{% endhint %}

{% embed url="<https://www.keplr.app/>" %}
Keplr Wallet
{% endembed %}

{% embed url="<https://www.leapwallet.io/>" %}
Leap Wallet
{% endembed %}

### Step 2: Buy Cryptocurrency (On-Ramp)

To participate in Arena DAO, you need cryptocurrency. Below are two options for acquiring the correct tokens.

#### Option A: Use a Centralized Exchange (CEX)

1. **Sign up** for a trusted exchange like [**Coinbase**](https://www.coinbase.com/), [**Binance**](https://www.binance.com/), or [**Kraken**](https://www.kraken.com/).
2. **Buy the Correct Cryptocurrency**
   * **For USDC**:
     * Purchase **USDC** (USD Coin), a stablecoin pegged to the US Dollar.
     * **Important**: Ensure the exchange allows withdrawals of USDC on the **Noble network**. If not, consider buying **NTRN** or **ATOM** instead.
   * **For NTRN:**
     * Buy **NTRN**, the native token of the Neutron network.
   * **For ATOM**:
     * Buy **ATOM**, the native token of the Cosmos network, which is widely supported.
3. **Withdraw Tokens to Your Wallet Address**
   1. **Access the Withdrawal Section**:
      * Navigate to the **"Withdraw"** or **"Send"** section of the exchange.
   2. **Enter Your Wallet Address**:
      * Open your Keplr or Leap wallet to copy your **wallet address**.
      * Paste it into the withdrawal form on the exchange.
   3. **Select the Correct Network**:
      * For **USDC**:
        * Choose the **Noble network** as the withdrawal network.
        * **Note**: USDC exists on multiple networks (like Ethereum and Solana). It's crucial to select **Noble** to ensure compatibility.
      * For **NTRN:**
        * Select the **Neutron network**.
      * For **ATOM**:
        * Select the **Cosmos Hub network**.
   4. **Confirm the Withdrawal**:
      * Double-check all details.
      * Confirm and submit the withdrawal request.
      * Wait for the transaction to complete (may take a few minutes).

#### Option B: Use an On-ramp Service

These services allow you to purchase cryptocurrency directly with your bank account or credit card into our Keplr or Leap wallet.

* [**Kado**](https://www.kado.money/):
  * Visit the Kado website.
  * Choose **USDC** or **ATOM**.
  * Enter your Neutron or Cosmos wallet address.
  * Complete the purchase using your credit card or bank transfer.
* [**Monerium**](https://monerium.com/) (For European Users):
  * Sign up on Monerium.
  * Purchase **EURe**.
  * Provide your Neutron wallet address for direct transfer.

### Step 3: Transfer Funds to the Neutron Network (if your assets are not already on Neutron)

If you’ve acquired tokens like **USDC**, **ATOM**, or **EURe** but they are not yet on the **Neutron network**, you will need to bridge them over. Use one of the following bridging solutions:

{% embed url="<https://app.neutron.org/bridge>" %}
Neutron Bridge
{% endembed %}

### Step 4: Establish a Team via DAO DAO (Optional)

If you're interested in forming a team to participate in competitions and make use of automatic distributions, you can set up a team using **DAO DAO**, which helps you create and manage decentralized organizations.

**How to Set Up a Team:**

1. **Visit the DAO DAO Platform**:
   * Go to [**DAO DAO**](https://daodao.zone/).
2. **Create a New DAO**:
   * Click on **Create** and follow the instructions to establish your team.
   * This will guide you through the process of naming your DAO, setting up governance rules, and adding members.
   * Your DAO's address will be available in the URL of your DAO page.
3. **Use the Apps Tab**:
   * Once your DAO is created, navigate to the **Apps** tab on your DAO's page to perform actions through your DAO on other sites (step 5).

{% embed url="<https://docs.daodao.zone/introduction/welcome-to-dao-dao>" %}
DAO DAO Docs
{% endembed %}

### Step 5: Enter The Arena!

Now that your wallet is set up and your funds are on the **Neutron network**, you’re ready to dive into **The Arena** and start competing.

1. Visit [The Arena](https://arenadao.org) website.
2. Click on **Connect Wallet** and select your wallet provider (e.g., Keplr or Leap).
3. Approve the connection request in your wallet to give access.
4. Start exploring available competitions or create your own.


---

# 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.arenadao.org/introduction/how-to-get-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.
