> For the complete documentation index, see [llms.txt](https://huckleberry.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huckleberry.gitbook.io/introduction/huckleberry/swap/finns-tradin-guide.md).

# Finn's Tradin' Guide

## **How to trade on Huckleberry** <a href="#id-3cc5" id="id-3cc5"></a>

### **Tradin' on Huckleberry**

1\. Go to the Huckleberry swap page [here](https://www.huckleberry.finance/#/swap)

2\.  Unlock your wallet by clicking **Connect Wallet**.

![](/files/uMLlMr9l1Vy4TuDYxfIN)

3\. Choose the token you want to trade from usin’ the dropdown menu in the upper section. The default setting is $MOVR on Moonriver and $CLV on CLV.

![](/files/I4bnOgErMmQ4yvbVO44L)

Whichever token you choose, you will need to make sure you have some in your wallet to trade with. Your balance can be seen above the token dropdown menu.

4 .  Choose the token you want to receive usin’ the dropdown menu in the lower section. Type in the amount you want to receive by clickin’ inside the input box.

The number of tokens you need to trade will be estimated automatically by Huckleberry. You can also type in how much you want to trade and Huckleberry will automatically estimate how much you should expect to receive.

5 .  Make sure you wrote what you intended and click **Swap**.

![](/files/YnBvhODWmV99qhhwOXUf)

6 . A box with more details will appear before your eyes. Make sure the details are as you intended.

![](/files/V4Z59escda47a78EoX5H)

Once you are sure, click the **Confirm Swap** button. Then, confirm the transaction once more in your wallet.

And that’s it! You have completed a swap on Huckleberry!

### Prefer a video?

{% embed url="<https://www.youtube.com/watch?v=WSGPARrL1EA>" %}


---

# 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://huckleberry.gitbook.io/introduction/huckleberry/swap/finns-tradin-guide.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.
