# Get Started on Solana

#### Getting Started with Archer on Solana

To begin using **Archer**, just follow these few simple steps:

**1. Set up Archer:**\
Follow the quick setup guide here: [Initializing Archer](/quick-setup-guide/initializing-archer.md)

**2. Buy some $SOL on an exchange or Solana based wallet**

**3. Fund your ARCHER wallet:**\
Send your SOL from your Solana wallet or exchange to your ARCHER wallet address.

**4. Start exploring tokens:**\
Browse tokens and memecoins on [Birdeye](https://birdeye.so) or [Dexscreener](https://dexscreener.com/solana). When you find one that catches your eye, copy the token’s contract address and paste it into Archer and specify the amount of $SOL you want trade.

If you want to join a great community of traders that are on top of the markets, check out our [Trade Hero](https://tradehero.io/) platform.

**5. View your open positions:**\
Browse the tokens you're holding with a general overview on the "Positions" page.  Just click on one you'd like to trade and the "Trade" page will open with more options.

**6. Manage your settings:**\
Update your settings for your personal preferred trading style. Learn more in [Configuration](/configuration/settings.md)

**You're ready to trade—have fun!**


---

# 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.archerbot.io/quick-setup-guide/get-started-on-solana.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.
