> For the complete documentation index, see [llms.txt](https://docs.krystal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krystal.app/products/others/point-system/current-users.md).

# Current users

> Current users engage with Krystal day and night, testing our latest features and providing real-time feedback. This continuous interaction is invaluable for refining our product and processes, making current users a crucial factor in Krystal's journey toward achieving product-market fit.

### **Eligibility:**

All wallets which interact with Krystal through social tasks or transaction tasks listed on Krystal Point System page since March 25th, 2024 will be rewarded with Krystal Points

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(80).png" alt=""><figcaption></figcaption></figure>

### **Mechanism:**

You can collect points by doing the following tasks:

<table><thead><tr><th width="170">Task</th><th width="126">Krystals</th><th>Comment</th></tr></thead><tbody><tr><td>Claim Fees</td><td>100,000/$1</td><td>Earn 100,000 Krystals per $1 fee claimed from positions opened on Krystal. Note that closing a position manually or through Zap Out automatically claims the fee and earns point rewards.</td></tr><tr><td>Zap Out</td><td>100/$1</td><td>Earn 100 Krystals per $1 zapped out volume</td></tr><tr><td>Compound</td><td>100/$1</td><td>Earn 100 Krystals per $1 compounded volume</td></tr><tr><td>Rebalance</td><td>100/$1</td><td>Earn 100 Krystals per $1 rebalanced volume</td></tr><tr><td>Zap In</td><td>100/$1</td><td>Earn 100 Krystals per $1 zapped in volume</td></tr><tr><td>Swap</td><td>10/$1</td><td>Earn 10 Krystals per $1 swapped volume</td></tr><tr><td>Follow Krystal X</td><td>100</td><td>One-time reward</td></tr><tr><td>Weekly Quiz</td><td>100</td><td>Earn 100 Krystals by answering all questions correctly. You can retake the quiz if any answers are incorrect.</td></tr></tbody></table>


---

# 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.krystal.app/products/others/point-system/current-users.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.
