# 랭킹 시스템(Ranking System)

## 1. 일간, 주간, 월간, 누적 랭킹

* 일간 : 매일 00:00에 리셋
* 주간 : 매주 월요일 00:00에 리셋 (월 00:00\~ 일 23:59 의 누적 기록이 다음주 랭킹에 반영되는 방식)
* 월간 : 매월 1일에 리셋 (1일 00:00 \~ 말일 23:59의 누적 기록이 다음주 랭킹에 반영되는 방식)
* 누적 : DApp을 사용하기 시작하면서 쌓인 기록이 반영되는 방식

## 2. 랭킹 시스템 산정 기준

* 엔트리모드 : 걸음 수 (단위 : STEP)
* 러닝모드 : 채굴량 (단위 : DRNT)
* 마라톤모드 : 5KM, 10KM, 21.095KM, 42.195KM를 완주한 시간 (스플릿 타임 기준 = 얼마나 빨리 뛰었는가)

{% hint style="info" %}
랭킹에 반영되는 모든 기록은 완주 기준입니다. 완주하지 않으면 기록에 반영되지 않습니다.
{% endhint %}


---

# 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://d-run.gitbook.io/d-run-whitepaper/play/ranking-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.
