> 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/display-tokens.md).

# Display Tokens

## Import using Quickswap

Go to <https://quickswap.exchange/#/swap?swapIndex=2>  and choose the blue "Select a token" button.

<figure><img src="/files/4NgQmhfnnORL7pVBa0II" alt="" width="463"><figcaption><p>Quickswap select a token</p></figcaption></figure>

Find the token you wish to import to your wallet and click the plus sign next to the token name.

<figure><img src="/files/1qgqQyn1bKw2LIxz0qeV" alt="" width="479"><figcaption><p>Quickswap add token</p></figcaption></figure>

Click the "Add Token" button in your wallet pop-up to finalize the process.

## Import Token Manually

Metamask will be used for this example. The process will be similar in EVM wallets that support Astar zkEVM.

In your wallet click on the 'Import tokens' option.

<figure><img src="/files/sP2mHFdwvyiYCNEBgraW" alt=""><figcaption><p>Metamask 'Import tokens' option</p></figcaption></figure>

Create the custom token.

1. Enter the token contract address:

*<mark style="color:red;">ALWAYS DOUBLE CHECK THE FOLLOWING ADDRESSES. DO NOT ENTER WITHOUT CONFIRMING.</mark>*

$HAHA's contract address:

0xA84DBE4602cBAcfe8Cd858Fe910b88ba0e8b8B18

$ASTR's Astar zkEVM contract address:&#x20;

0xdf41220C7e322bFEF933D85D01821ad277f90172

2. Enter the Token symbol.

   HAHA or ASTR&#x20;
3. Make sure that the Token decimal is set to 18.
4. Click the 'Next' button.

<figure><img src="/files/1SqHxqhaGA42zkTIC0la" alt=""><figcaption><p>Metamask custom token import</p></figcaption></figure>

4. On the next screen click the 'Import' button.&#x20;

&#x20;The token will now be visible in your wallet.

<figure><img src="/files/5t9bTZJYb7MFaMqJJ9c3" alt=""><figcaption><p>Metamask custom token import screen</p></figcaption></figure>


---

# 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/display-tokens.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.
