# 排行榜与日志概览

## 概述

MemeDice 提供全面的排行榜系统和链上日志查询功能，确保游戏的 **完全透明** 和 **可验证性**。所有数据均来自链上交易记录，任何人都可以独立验证。

***

## 功能模块

### 🏆 排行榜

排行榜系统提供 **16 种** 不同维度的排名，分为三大类：

| 分类        | 包含排行              | 说明      |
| --------- | ----------------- | ------- |
| **📊 综合** | 盈利榜、胜率榜、下注额榜、股东榜  | 全局统计数据  |
| **🔥 活跃** | 单笔最大赢、活跃度、日活跃     | 近期活跃表现  |
| **📈 趋势** | 日盈利、连胜/连败、日连胜/日连败 | 趋势和连续记录 |

详细说明请参阅 [排行榜功能](/pai-xing-bang-yu-ri-zhi/pai-xing-bang-gong-neng.md)。

### 📋 链上日志

链上日志系统提供四个维度的查询：

| 标签页         | 内容        | 说明            |
| ----------- | --------- | ------------- |
| **🎲 下注记录** | 所有下注的详细信息 | 金额、方向、结果、随机数  |
| **💰 投资记录** | 存款和提款记录   | 金额、类型、时间      |
| **⚙️ 管理操作** | 管理员的所有操作  | 费率变更、开关、提款等   |
| **🔍 验证工具** | 随机数公平性验证  | 验证 Oracle 随机数 |

详细说明请参阅 [链上日志](/pai-xing-bang-yu-ri-zhi/lian-shang-ri-zhi-yu-you-xi-tou-ming-du.md) 和 [公平性验证](/pai-xing-bang-yu-ri-zhi/gong-ping-xing-yan-zheng.md)。

***

## 全局排行榜 vs 游戏排行榜

MemeDice 提供两个层级的排行榜：

### 全局排行榜

在 [app.dapp.meme](https://app.dapp.meme/) 首页可以查看跨所有游戏的全局排行榜，包括：

* **🔥 热度榜**：按游戏热度排名
* **📈 增长榜**：按增长速度排名

<figure><img src="/files/VzeDGEmKtT4d7BA3NsW1" alt=""><figcaption></figcaption></figure>

### 游戏排行榜

在每个游戏页面（如 `xxx.dapp.meme`）的 **「🏆 排行榜」** 标签中，可以查看该游戏的详细排行榜。

<figure><img src="/files/zCTMdGzz6op1akhoe8ij" alt=""><figcaption></figcaption></figure>

***

## 透明度承诺

MemeDice 的透明度体现在：

```mermaid
graph TD
    A[链上交易] -->|索引| B[日志系统]
    B --> C[下注记录]
    B --> D[投资记录]
    B --> E[管理操作]
    A -->|验证| F[公平性验证工具]
    F --> G[Oracle 随机数验证]
    F --> H[Prevrandao 区块验证]
    
    style A fill:#4F46E5,color:#fff
    style F fill:#059669,color:#fff
```

* **所有下注** 都记录在链上，包括随机数和结果
* **所有管理操作** 都记录在链上，任何人可查
* **Oracle 随机数** 可通过验证工具独立验证
* **资金流向** 完全透明，可通过区块浏览器查看

***

## 下一步

* 🏆 了解排行榜详情 → [排行榜功能](/pai-xing-bang-yu-ri-zhi/pai-xing-bang-gong-neng.md)
* 📋 查看链上日志 → [链上日志与透明度](/pai-xing-bang-yu-ri-zhi/lian-shang-ri-zhi-yu-you-xi-tou-ming-du.md)
* 🔍 验证游戏公平性 → [公平性验证工具](/pai-xing-bang-yu-ri-zhi/gong-ping-xing-yan-zheng.md)


---

# 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://docs.dapp.meme/pai-xing-bang-yu-ri-zhi/pai-xing-bang-yu-ri-zhi-gai-lan.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.
