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

# How to Buy $KURO

## &#x20;**1. Set up your MetaMask wallet.**

* Click [here](https://metamask.io/download.html) to download the MetaMask browser extension.
* Grab a pen and paper, write down your seed phrase, and keep it in a secure place.

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623031009739-YNOHQL8IU0J0R4S5PY2E/metamask.png?format=2500w)

## **2. Connect your MetaMask wallet to Harmony.**

* Go to “Networks,” select “Custom RPC,” and enter the boxed items below on MetaMask.
* If you need more help, click [here](https://docs.harmony.one/home/network/wallets/browser-extensions-wallets/metamask-wallet) to follow Harmony’s easy instructions.

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623031707506-R76B0V7GEJWP0VSVEJCC/custom+rpc.png?format=1500w)

## **3. Connect your MetaMask wallet to ViperSwap.**

* Click [here](https://viper.exchange/) to go to ViperSwap.
* Click "Connect a Wallet" on the menu and select your new Harmony wallet.

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623034113723-GM1UG05Q5IBFTBP9QR07/viperswap.png?format=2500w)

## **4. Buy Harmony ONE tokens.**

* You can buy ONE by swapping tokens directly on ViperSwap. If you do this, you can skip ahead to step 7.
* Alternatively, you can buy ONE on [Binance](https://www.binance.com/en) (or [BinanceUS](https://www.binance.us/), if you’re in the U.S.). This requires two extra steps, 5-6.

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623034381382-9D294FVS52OHSVCO7DIE/binance.png?format=1500w)

## **5. Find your “one1” wallet address.**

* Go to [Harmony Explorer](https://explorer.harmony.one/) and paste your “0x” wallet address from MetaMask into the Explorer search bar.
* Make sure the Address Format is toggled to “ONE” at the top of Harmony Explorer.
* This is your “one1” address, which you’ll need in order to withdraw ONE from Binance to your MetaMask wallet.

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623030735778-UTYTE88GFXZA8T7TJED5/harmony+explorer.png?format=2500w)

## **6. Send your ONE tokens to your MetaMask wallet.**

* Click “Withdraw” on Binance and select Harmony ONE from the dropdown menu.
* Paste your “one1” address from Harmony Explorer into “Recipient’s ONE Address.”
* Enter the amount of ONE you’d like to withdraw to your MetaMask wallet, and hit “Submit.”
* Your ONE tokens should appear almost immediately in your MetaMask wallet.

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623480833992-VV5ZGSWEU3OW7U5EDJG1/withdraw.png?format=1000w)

## **7. Swap your ONE tokens for KURO tokens.**

* Click [here](https://viper.exchange/#/swap?outputCurrency=0x3E018675c0Ef63eB361b9EF4bfEa3A3294C74C7b) to buy KURO on ViperSwap.
* Enter the amount of ONE tokens you’d like to swap for KURO, **within the maximum transaction limit**.
  * The limit is currently 1% of the total supply (5,000,000 KURO) *per transaction*. You can still buy more KURO than the limit, but you’ll need to do it in multiple transactions.
* Click the cog button and set “Slippage tolerance” to at least 5.2%.
* Click “Swap” and that’s it—you now hold KURO tokens in your MetaMask wallet. Welcome to the community!

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623371791014-3ZDZA1OMUVZN0DO695HE/set+slippage?format=750w)

![](https://images.squarespace-cdn.com/content/v1/60bb22f1616c52007e59f077/1623371998044-KNFZTDBUQPONXLBSZ26N/swap+kuro.png?format=750w)

#### **Thank you for joining the KURO community!**

If you'd like to help the ecosystem by providing liquidity, please check out the next tutorial. ♡


---

# 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://kuroshiba.gitbook.io/library/tutorials/howtobuy.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.
