# 家庭节点

家庭矿工（Family Miners）是我们引入的一个概念，旨在让没有余额可用于借款的新存储提供者（Storage Providers）能够访问 FILLiquid 流动性池中的 FIL 资金。家庭矿工指的是一组关联到同一“家庭角色”（Family Role）的“矿工”，使所有成员的总账户余额可以作为抵押品进行合并。

家庭中的矿工可以基于家庭的总账户余额进行借款，使得新创建的存储提供者账户能够借入 FIL 以扩展存储能力。

如果债务与资产比率阈值设定为 50%，那么家庭的总未偿债务将等于其所有成员总矿工余额的一半。

在与智能合约绑定的过程中，系统会自动生成一个家庭角色。要加入家庭，矿工必须将其受益人地址转移至智能合约。一旦矿工加入家庭，其同意权将被自动授予，使得家庭角色可以邀请其他矿工加入。此外，每个家庭最多可以添加五（5）名矿工，每个矿工最多可以借取五（5）条信用额度。

当从家庭（Family）中撤出矿工时，必须确保家庭中剩余的矿工仍然满足抵押要求。剩余矿工的总余额必须足够维持指定的债务与资产比率，以确保即使有矿工退出，抵押物仍然足够安全。

这种方法使新的存储提供者（SP）能够利用其关联家庭矿工的整体抵押资产，从而参与流动性池的借贷。


---

# 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.filliquid.io/zh/storage-provider-guide/jia-ting-jie-dian.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.
