> For the complete documentation index, see [llms.txt](https://docs.kawaii.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kawaii.global/tutorial/marketplace/token.md).

# Token purchase with MetaMask

You'll need to buy BNB/BUSD/USDT/... (BEP20, please be careful with this and DO NOT transfer to ERC20 or BEP2) first then swap to KWT/MILKY using the links below. You can add token by pasting the contract address and swap. note that you'll also need some small amount of BNB to pay for network fee.

**- Step 1: Metamask installation** <https://www.youtube.com/watch?v=yWfZnjkhhhg>

Set up BSC network in MetaMask (use the Mainnet part)  <https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>

**- Step 2: Topup Metamask wallet with BNB** <https://www.youtube.com/watch?v=BtXxuedTpyY>&#x20;

**- Step 3: Buy KWT/MILKY with BNB**&#x20;

**KWT (BEP20) address:** 0x257a8d1E03D17B8535a182301f15290F11674b53

Purchase KWT on PancakeSwap: <https://pancakeswap.finance/swap?outputCurrency=0x257a8d1e03d17b8535a182301f15290f11674b53> &#x20;

**MILKY (BEP20) address:** 0x6fE3d0F096FC932A905accd1EB1783F6e4cEc717&#x20;

Pancakeswap: <https://pancakeswap.finance/swap?outputCurrency=0x6fE3d0F096FC932A905accd1EB1783F6e4cEc717>


---

# 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.kawaii.global/tutorial/marketplace/token.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.
