# 因委託而產生的 LikeCoin 回報，錢從何來？

{% hint style="warning" %}
此文檔只適用於 Liker Land 和 LikeCoin v2。如需了解 [3ook.com](http://3ook.com/) 和 LikeCoin v3，請至 [docs.3ook.com](http://docs.3ook.com/) 及 [dao.like.co](https://dao.like.co/)。
{% endhint %}

![因委託而產生的 LikeCoin 回報，錢從何來？](/files/-MDKTqiITn7jSiPBkDoj)

*本文數據反映的是 2022年1月31日的情況，*&#x6240;有參數日後均能透過社群治理機制改動，如[議案7](https://likecoin.bigdipper.live/proposals/7)。

委託能獲得回報，因為每位委託者都在幫忙記帳；那不是傳統意義上資本所產生的利息。

驗證人記帳的回報來自[增發 (inflation)](https://medium.com/likecoin/genesis-republic-of-liker-land-3903bd4d3bc6)，目前設定為總貨幣流通量，即截至目前為止十億八千萬 [LikeCoin](https://like.co/) 的 7-20%，亦即每年新發行七千六百五十萬 - 二億五千六百萬 LikeCoin。

此筆款項會平均於每個區塊產生時分發，現時每個區塊生成的時間為 5-6 秒。

另，增發的新 LikeCoin 的 2%，會當作「稅項」抽起，撥入社群基金 (community pool)。換句話說驗證人及持份者每年獲得的款項，是增發的 LikeCoin 的 98%。社群基金的運用會由社群的自治機制決定。

假設每個區塊生成時間能固定為 6 秒，每年生成的新區塊數目便是 365\*24\*60\*10 = 5,256,000。所以每區塊分給驗證人及持份者的 LikeCoin 數最多：

\= 256,000,000 LikeCoin x 98% / 5,256,000

\= 47.7 LikeCoin

即大約每 6 秒新鑄造 47.7 LikeCoin 讓所有驗證人及持份者按委託比例分配。假設驗證人目前的佣金設定為 10%，每 6 秒分給持份者的 LikeCoin 便是 47.7 x (100%-10%) = 42.93 LIKE。

以上計算的前設是區塊生成時間為固定 6 秒，然而實際值會有一點落差。另除了增發的 98% 外，每筆交易的交易費用 (gas) 的 98% 也會按委託金額比例回報給驗證人及持份者。


---

# 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.v2.like.co/zh/general-guides/stake/where-comes-the-likecoin-rewards.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.
