> For the complete documentation index, see [llms.txt](https://docs.hahacoinastar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hahacoinastar.com/how-to-buy/buy-on-quickswap.md).

# Buy on QuickSwap

$HAHA can be purchase on Quickswap:

<https://quickswap.exchange/#/swap?currency0=0xdf41220C7e322bFEF933D85D01821ad277f90172&currency1=0xA84DBE4602cBAcfe8Cd858Fe910b88ba0e8b8B18&swapIndex=2>

The $HAHA liquidity pair is $HAHA / $ASTR. Please refer to [Bridge to zkEVM](/how-to-buy/bridge-to-zkevm.md) for instructions to bridge Astar to zkEVM.

Note: While liquidity is provided in $ASTR, $HAHA can be purchased with any token that has been bridged to zkEVM.

## How to Swap

1. Connect your wallet and choose "AstarzkEVM" from the "Select Network" dropdown.

<figure><img src="/files/AXZ8llNyJvyzVQWUQTGW" alt=""><figcaption><p>Quickswap wallet and network connect</p></figcaption></figure>

2. Choose a token to swap from by clicking the top token name and selecting from a dropdown. Choose HAHA for the bottom token.

Note:&#x20;

1. Quickswap will require a signature to access the "From" tokens in your wallet prior to swapping.
2. HAHA LP is provided on Market (V3).
3. Following the link at the top of this page will automatically assign ASTR as the from token and HAHA as the to token.

<figure><img src="/files/Li9lPhcxUFT5Su4a0bDf" alt=""><figcaption><p>Choose swap pairs</p></figcaption></figure>

3. Enter an amount to spend in the 0.00 field next to $ASTR or an amount to purchase in the 0.00 field next to HAHA and click "Swap".

<figure><img src="/files/Z8Mhg1UvBUproK6a9kUA" alt=""><figcaption><p>Swap ASTR to HAHA</p></figcaption></figure>

4. Agree and confirm transaction in wallet to finalize the swap.

## Trouble Shooting Swap Issues

Insufficient Liquidity warning is the most common issue. This is due to a UI error. Steps to try when receiving this error:

1. Increase slippage from 0.5% to 3%
2. Adjust purchase amount slowly

   1 -> 10 -> 100 -> etc..
3. Refresh page


---

# 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://docs.hahacoinastar.com/how-to-buy/buy-on-quickswap.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.
