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

# How to Get KRWO

KRWO can be obtained in three ways: through GIMSWAP, via DEX, or through Open(Voucher).

## Obtain via GIMSWAP's Get KRWO feature

1. Access GIMSWAP and navigate to the Get KRWO page.([gimswap.com/en/trade/get-krwo](https://www.gimswap.com/en/trade/get-krwo))
   1. After connecting your wallet, click +Add OV if no OV is detected.

<figure><img src="/files/Ti6UBpNG3gDDuBrjL6Tx" alt=""><figcaption></figcaption></figure>

2. Enter the amount of OV to purchase, then click Buy OV.

<figure><img src="/files/g07DmPTvVuqrgwtJz7sz" alt=""><figcaption></figcaption></figure>

3. Connect to the external service OpenVoucher and complete sign-up (one-time only).

<figure><img src="/files/Ion7KXpk1ULf7SiJTzUK" alt=""><figcaption></figcaption></figure>

4. After completing the sign-up, check the bank transfer details to proceed with the deposit and top-up.
   1. Purchase issues? Contact OpenVoucher. ([www.openvoucher.co.kr/ko/auth/cs](http://www.openvoucher.co.kr/ko/auth/cs))

<figure><img src="/files/Hs6TCeHgqqjpp1YjdUs4" alt=""><figcaption></figcaption></figure>

5. Once the OV top-up is complete, click Confirm to go to the OV → KRWO swap screen, then click Swap.

<figure><img src="/files/GyJPbyHfN9zTwiTqQIpr" alt=""><figcaption></figcaption></figure>

6. KRWO has been credited to the user's wallet based on the value of the OV tokens.

<figure><img src="/files/0U6jsioFiskyN3Nsaa9t" alt=""><figcaption></figcaption></figure>

## **Obtain KRWO via DEX**

This guide uses DeFi on Kaia Network to swap any cryptocurrencies to KRWO. Following steps are swap example using DragonSwap.&#x20;

1. Go to **DragonSwap** (<https://dgswap.io/>)
2. Navigate to **Trade** >  **Swap** Page
3. Select the crypto assets to swap and set the target asset to **KRWO**&#x20;

<figure><img src="/files/J0aAe0BYwn1DbJtu6jC4" alt="" width="563"><figcaption></figcaption></figure>

## Obtain KRWO via Open(Voucher)

Instead of purchasing OV token through the Buy option on GIMSWAP, you can buy blockchain vouchers from Open(Voucher) and obtain KRWO using the Swap feature on GIMSWAP.&#x20;

1. Visit Open Voucher ([www.openvoucher.co.kr/ko](http://www.openvoucher.co.kr/ko)) and sign up.
2. My Page > Wallet Management > Register Wallet.
3. Transactions >  Deposit (Select bank) > Deposit completed > Withdraw (Select wallet) > OV token withdrawal completed.
4. Access the Swap page of GIMSWAP ([www.gimswap.com/en/trade/swap](http://www.gimswap.com/en/trade/swap)) > Enter the amount of OV token > Swap to KRWO.

<figure><img src="/files/9WhnrueJp9Tturq5bSvM" alt="" width="563"><figcaption></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.gimswap.com/gimswap-guide/how-to-get-krwo.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.
