> For the complete documentation index, see [llms.txt](https://docs.algem.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algem.io/japanzu/algem-protocol/purojekuto.md).

# プロジェクト収益

アルジェムには主に2つの収益源があります：

* 手数料。様々なサービスを利用する際に徴収：&#x20;
  * リキッドステーキング管理費（報酬の10%）&#x20;
  * 即時アンステーキング手数料（アンステーキング量の1%）&#x20;
  * リキッドレンディング管理費（報酬の10%）&#x20;
  * $nASTRファーミング手数料（パートナー報酬の10%）
* Build2Earn 報酬. アルジェムはアスタービルダープログラムの一員であり、dAppステーキング報酬を得ることができます。報酬の分配に関してはSubscanで確認することもできます。

### 報酬の分配

リキッドレンディング開始前（現状)

* チーム：全報酬の90% 即時アンステーキングプール;
* 全報酬の10% （[即時アンステーキングの詳細はこちら](/japanzu/algem-protocol/rikiddodappsutkingu/ansutkingu-nastr.md))

リキッドレンディング開始後

* [$ALGMステーキング報酬](/japanzu/algem-protocol/usdalgm/algmno.md)：全報酬の70%&#x20;
* チーム：全報酬の20%&#x20;
* 即時アンステーキングプール：全報酬の10%


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.algem.io/japanzu/algem-protocol/purojekuto.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
