# Testing

In order to test the API, you need to complete the following checklist:

* Get tokens
* Make sure that there is enough liquidity in the BSUD/bscBUSD pool in Viper and/or add liquidity
* Start the webserver
* Try the examples in this folder!

## Getting tokens

* You need the following tokens:
  * BUSD in the Ethereum Kovan testnet
  * Harmony's ONE tokens (for paying gas)
  * Harmony's BUSD and bscBUSD for adding liquidity

### Getting BUSD in the Ethereum Kovan testnet

* You can get these tokens from [Harmony's Horizon Bridge Faucet](https://testnet.bridge.hmny.io/get-tokens)

### Getting Harmony's ONE token

* You can get these tokens from the [Harmony testnet faucet](https://faucet.pops.one/)

### Getting Harmony's BUSD and bscBUSD bridged tokens

* For getting Harmony's BUSD you need to bridge from Ethereum BUSD using [Harmony's Horizon Bridge](https://testnet.bridge.hmny.io/busd)
* For getting Harmony's bscBUSD you need to bridge from Harmony's BUSD using [ViperSwap](https://viperswap.one/#/swap)


---

# Agent Instructions: 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:

```
GET https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/testing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
