> 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/fellowship-quest.md).

# Fellowship Quest

> ## Quest has ended 5/5/2026

## Kairos Krystals Referral Program

### How It Works

Share Kairos with your friends and earn Krystals based on their trading activity. Every time someone you refer trades on the platform, you'll accumulate Krystals as a reward for bringing them into the ecosystem.

### Getting Started

1. **Get Your Link**: Find your unique referral link in your [Kairos Portfolio dashboard](https://kairosswap.com/portfolio)
2. **Share It**: Send your link to friends, post it on social media, or share it in your communities
3. **Earn Krystals**: Accumulate Krystals automatically as your referred friends trade

### Earning Krystals

You earn Krystals based on the trading volume generated by users who sign up through your referral link. The more your friends trade, the more Krystals you accumulate.

### Track Your Progress

Monitor your referral performance and Krystal balance directly in your dashboard to see how many friends have joined.

***

### Important Legal Disclaimer

**NO GUARANTEE OF VALUE OR DELIVERY**: Kairos Krystals have no inherent monetary value and do not represent any ownership, equity, or legal claim in Kairos Labs Inc. or any related entity. Krystals are promotional rewards only and may never be redeemable for any product, service, or cryptocurrency.

**PROGRAM MODIFICATIONS AND TERMINATION**: Kairos Labs Inc. reserves the absolute right to modify, suspend, or terminate the Krystals Referral Program at any time, for any reason, with or without notice. We may change earning rates, eligibility requirements, or any other program terms at our sole discretion.

**NO OBLIGATION TO DELIVER**: Participation in this program does not guarantee receipt of any Krystals or future benefits. Kairos Labs Inc. has no obligation to deliver, distribute, or provide any value for accumulated Krystals, and users should have no expectation of receiving anything of value in exchange for Krystals.

**NOT A SECURITY OR INVESTMENT**: Krystals are not securities, investments, or financial instruments of any kind. Users should not participate in this program with any expectation of profit or financial return.

By participating in the Kairos Krystals Referral Program, you acknowledge and agree to these terms.


---

# 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/fellowship-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.
