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

# Traders

Traders can choose from a diverse set of pools, each presenting a unique set of investment opportunities and challenges through its particular configuration of tokens, weights, and fees. The interplay between these settings, pool volume, and external prices generates market forces that incentivize traders to maintain accurate token ratios, thereby preserving asset value for liquidity providers.

There are three main categories:

* "Retail" traders seeking to exchange tokens with low slippage at favorable rates
* Arbitrageurs seeking profit through leveling market inefficiencies between DEXs or CEXs&#x20;
* Harmony smart contracts seeking liquidity for a variety of reasons, such as liquidating positions on other protocols, trading on behalf of users, etc.&#x20;

{% embed url="<https://www.youtube.com/watch?v=K8HiVVgeexc&feature=youtu.be>" %}

#### 1. Download ONE wallet (chrome extension) <https://harmony.one/onewallet>​

Note that there are two Harmony wallets on Chrome store, you will need to download this version which supports HRC 20 tokens.&#x20;

![](/files/-MhVI2OL1VbNf668V76s)

#### 2. Go to <https://seeswap.one/swap>.

![](/files/-MhVI573ELrAKUXhkIAe)

#### 3. Select the token pair you wish to swap and click on "SWAP".&#x20;

Make sure you check all the pool parameters: the price of token x is denominated by token y.&#x20;

![](/files/-MhVIApSTk3rCMC0KJ7j)

#### 4. Enter the number of token x you wish to swap and choose the direction of the swap. Click on "SWAP". &#x20;

Accept the Signature Request in the Math Wallet pop up window to sign the transactions. Note that you need to sign two transactions, the first one is to approve the contract to take your tokens, the second one is for the actual transaction.

![](/files/-MhVIFEHVJB9U1P1Bb90)

![](/files/-MhVIHF49FPjidO5kNZk)

#### 5. If you don't have ONEs tokens or HRC20 tokens in your wallet, please use the ONE<>ONEs wrapper. The wrapping process only takes one transaction.

![](/files/-MhVIKeZMh4S5_7gzALK)

{% hint style="warning" %}
All contracts are sourced from [balance.finance](https://balancer.finance/) with minimum modification.

SeeSWAP is an experimental alpha version of [balance.finance](https://balancer.finance/) on Harmony. Trade at your own risk.
{% endhint %}


---

# 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://seeswap-one.gitbook.io/seeswap/traders.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.
