# Kernel Points Guide

What are Kernel Points?

Kernel Points are a measurement system that rewards users for depositing assets into the Kernel ecosystem.&#x20;

### Point Conversion Rates

#### Basic Conversion

* 1 Kernel Point = 1 Kelp Grand Mile = 1000 Kelp Miles<br>

### Daily Point Allocation

Points are allocated daily based on your deposit amounts:

* **rsETH deposits**
  * 1 rsETH  deposited = 10 Kernel Points per day
  * (Approximately 0.1 = 1 Kernel Point per day)

### Examples

#### Daily rsETH Point calculations

If you deposit 1 rsETH:

* Daily Points: 1 rsETH × (10 points/rsETH) = 10 Kernel Points per day
* Weekly Points: 10 × 7 = 70 Kernel Points
* Monthly Points (30 days): 10 × 30 = 300 Kernel Points

### Quick Reference Table

| Deposit Amount | Daily Kernel Points |
| -------------- | ------------------- |
| 1 rsETH        | 10 points           |

### Important Notes

* Point allocation begins from the day of successful deposit confirmation
* Points accumulate continuously as long as deposits are maintained
* The daily allocation system ensures consistent and predictable reward distribution
* Points are non-transferable and tied to deposit addresses

***


---

# 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://kerneldao.gitbook.io/kernel/getting-started/kelp/explore-rseth/kernel-points-guide.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.
