> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/services.md).

# Lista 平台服务

本章节介绍支撑 Lista Lending 的**平台服务与 API**：仓位数据维护、清算流程、订阅通知，以及面向在协议之上进行开发的开发者的 API 集成模式。

## 目录

* [仓位数据维护](/zh-cn/kai-fa-zhe/services/position-data-maintenance.md) — 仓位数据如何在各服务之间写入、刷新与消费。
* [清算逻辑（服务）](/zh-cn/kai-fa-zhe/services/liquidation-logic.md) — 清算的批处理流程、资格检查与合约交互。
* [订阅模块](/zh-cn/kai-fa-zhe/services/subscription-module.md) — 用户订阅与 Telegram（或其他渠道）通知流程。
* [Moolah 借贷 API](/zh-cn/kai-fa-zhe/services/lending-api.md) — 端点参考：[总览](/zh-cn/kai-fa-zhe/services/lending-api/overall.md)、[金库](/zh-cn/kai-fa-zhe/services/lending-api/vault.md)、[市场](/zh-cn/kai-fa-zhe/services/lending-api/market.md)、[仓位 / 清算 / 排放](/zh-cn/kai-fa-zhe/services/lending-api/position-liquidation-emission.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://docs.bsc.lista.org/zh-cn/kai-fa-zhe/services.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.
