# Getting Started on Testnet

Ready to make your first prediction 🔮 Here's what you'll need to get started:

1. Your own wallet Ethereum wallet, some popular choices are [MetaMask](https://metamask.io/) or [Phantom](https://phantom.com/)
2. Next you'll need to connect your wallet to Sepolia, you can connect your wallet on [Chainlist](https://chainlist.org/chain/11155111), or follow the instructions for your wallet here:
   1. Connect [MetaMask to Sepolia](https://support.metamask.io/configure/networks/how-to-view-testnets-in-metamask/)
   2. Connect [Phantom to Sepolia](https://docs.phantom.com/developer-powertools/testnet-mode)
3. Next you'll need some free Sepolia ETH from a faucet:
   1. [Google Faucet](https://cloud.google.com/application/web3/faucet/ethereum/sepolia)
   2. [Alchemy Faucet](https://www.alchemy.com/faucets/ethereum-sepolia)
   3. [Infura Faucet](https://www.infura.io/zh/faucet/sepolia)
4. Now you're ready to mint some Kairos Dev USD (kUSD) for trading
   1. [Mint kUSD on our free faucet](https://kairosswap.com/faucet)
5. Get trading, shop the markets, pick a direction and make your bet...
   1. Then checkout the [full trading walkthrough here](/how-tos/buy-a-rate-swap.md)


---

# 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.kairosswap.com/how-tos/getting-started-on-testnet.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.
