# Swap

As a community driven AMM crosschain DEX, Huckleberry's primary function is to allow drifters to trade from one token to another. Huckleberry's swap interface is pretty straightforward: just select the top tokens you want to swap.

![](/files/PAvtorSnpgeGr4GxuFDf)

The liquidity provided to the exchange comes from Liquidity Providers ("LPs") who stake pairs of tokens as Liquidity. In exchange, they get HBLP (Huckleberry Liquidity Provider) tokens, which can also be staked into Rivers to earn $FINN tokens.

When anyone completes a swap on Huckleberry, the protocol charges a 0.3% **trading fee** which is distributed as follows:

* 0.25% is paid to Liquidity Providers
* 0.05% is sent to Tom's House and shared by all $TOM holders


---

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