> For the complete documentation index, see [llms.txt](https://docs.kairosswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kairosswap.com/kairos-quests/genesis-quest.md).

# Genesis Quest

On the 15th of September, Kairos was born, into the ether of Sepolia testnet. We welcomed our first group of Voyagers on the Genesis Quest. The goal was simple, out perform other traders in the Swap Markets and climb the leaderboard.\
\
Following the weeklong quest, $4.89B in notional volume, and over 100 swaps later, we a thrilled to announce our top 10 voyagers.

### The Voyagers

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

### The Bounty

As a reward for completing the Quest, each voyager has been airdropped an apportionment of Kairos Time Krystals to aid them on the next Quest and unlock secrets untold.

#### Each Voyager received Krystals based on:

1. Joining the Quest: 5,000 KTK
2. Total Voyagers Multiplier: 2.6x
3. Swap Bonus: 200 KTK per swap
4. Podium Bonus Multiplier:&#x20;
   1. 🏆 1st Place 3x
   2. 🥈 2nd Place 2x
   3. 🥉 3rd Place 1.5x

### The Future

Join us on the next Quest with fellow Voyagers, details soon to come on [X](https://x.com/intent/follow?screen_name=kairosswap) and the private [Telegram](https://t.me/+IM8fDT0MJBBlNzUx)


---

# 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.kairosswap.com/kairos-quests/genesis-quest.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.
