> For the complete documentation index, see [llms.txt](https://whitepaper.letmespeak.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.letmespeak.org/zh/jing-ji/jin-ku.md).

# 金库

金库使LetMeSpeak生态系统的关键财务功能，保证整个系统的财务健康。

金库管理资金，监督元宇宙下的金融危险。

金库有几个重要功能。

* 收集来自LetMeSpeak的净收入，包括
  * 主要NFT出售
  * 邀请
  * 市场服务费
  * LSTAR出售（[当前的LSTAR兑换率](https://www.coinbase.com/price/learning-star)）
  * 游戏内费用：签证延长、角色升级、视觉个性化等费用
* 以0.02 USDC汇率购买LSTAR（取决于金库里的资金以及治理代币持有者的决定）。价值可能会随时间变化。
* 落实LMS治理代币持有者提出的长期金融战略计划和政策

金库行动由LMS治理代币持有者决定。

[治理代币分配详情请查看这里。](/zh/dai-bi-jing-ji.md)


---

# 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://whitepaper.letmespeak.org/zh/jing-ji/jin-ku.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.
