# Kvants Point System

## Kvants Points: Earned Allocation for Early and Loyal Depositors

### Overview

Kvants Points reward users who allocate capital to Kvants vaults. Points accrue strictly as a function of funded capital and time in vault. Points determine a user’s share of the KVAI airdrop for each epoch. Earlier epochs receive higher multipliers to reward early allocators. All airdrops from points vest linearly over 365 days after each epoch ends.<br>

* Scope: Kvants on-chain vaults on Drift and Hyperliquid<br>
* Unit: 1 point per 1 USD funded for 365 days<br>
* Pro-rata: partial periods and partial balances accrue points proportionally<br>
* Non-transferable: points cannot be sold or transferred

### Accrual Mechanics

**Base rule**\
Points = ∑ over time \[ USD balance × (days funded) ] ÷ 365

* Deposits start accruing at block confirmation.<br>
* Withdrawals stop accrual on the withdrawal timestamp.<br>
* Balance changes intra-day are measured at the vault share level and pro-rated.<br>

**Example**\
Deposit 10,000 USD for 90 days:\
Points = 10,000 × 90 ÷ 365 = 2,465.75

### Epochs and Airdrop Multipliers

| Epoch | KVAI Multiplier |
| ----- | --------------- |
| 1     | 1.5X            |
| 2     | 1.3X            |
| 3     | 1.2X            |
| 4     | 1.1X            |
| 5     | 1X              |

\
**Effective points in an epoch**\
EffectivePoints(user, epoch) = Points(user, epoch) × Multiplier(epoch)

**KVAI airdrop allocation for a user in an epoch**\
KVAI(user, epoch) = Pool(epoch) × EffectivePoints(user, epoch) ÷ ∑EffectivePoints(all users, epoch)

Each epoch’s KVAI pool is published before the epoch begins.

### Vesting<br>

* Vesting schedule: 365-day linear vest starting from the epoch end.<br>
* Claiming: vesting accrues block by block and can be claimed at any time after it starts.<br>
* No cliffs unless stated for a specific campaign.<br>
* Unvested allocations remain locked if an account is under review for abuse.<br>

### Eligibility and Qualifying Balances

* Eligible products: Kvants on-chain vaults on Drift and Hyperliquid that are publicly listed in the app.<br>
* Stablecoin valuation: all balances are normalized to USD using the vault’s oracle at accrual time.<br>
* Cooldowns: balances in withdrawal cooldown continue to accrue until the withdrawal executes.<br>

Strategy changes within the same vault do not interrupt accrual.<br>


---

# 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://kvants.gitbook.io/kvants-whitepaper-1/kvants/kvants-point-system.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.
