> For the complete documentation index, see [llms.txt](https://userdoc.kairos.loan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userdoc.kairos.loan/kairos-loan-user-guide/getting-started-testnet.md).

# Getting Started Testnet

For this Testnet, make sure to connect using the **Goerli Network**. You can add the RPC and Chain settings with [Chainlist](https://chainlist.org/chain/5).

Start by going to the "[Beta Welcome](https://app.kairos.loan/)" page.

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

* Get some Goerli Faucet, either by using on of the link or by tweeting you Goerli address using the Twitter icon (will not be instant)
* Mint some NFTs to be able to test the dApp
* Mint some kairos wETH to be able to repay your loans with interest
* At any time you can click on the "report a bug" button or send a message on Discord
* After using the dApp, you can give us a detail feedback (relevant feedback will be rewarded) in the Dashboard section

**Once the NFTs and the Kairos wETH are minted, go to the** [**Borrow**](https://app.kairos.loan/borrow) **tab.**


---

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

```
GET https://userdoc.kairos.loan/kairos-loan-user-guide/getting-started-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.
