# 注意事项

1. 一旦节点绑定了合约为受益人，请务再使用Owner发起节点提币。

一旦将 Filliquid 智能合约设置为节点的受益人，SP 不能再直接使用所有者地址取款，所有的借贷和还款操作必须通过 DApp 进行，以确保智能合约能够正确识别用户行为并进行相应处理。如果 SP 直接从矿工账户提取资金，这些资金将被视为“来源不明”，因为即使它们进入了智能合约，也不会进入还款流程，这不是有意这样设计，而是因为FEVM技术限制，未来我们会尝试解决这个问题。

再次提醒：如果通过Owner直接取款，资金将无法追回，因此请务必谨慎操作，避免误提。


---

# 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/borrowing-filecoin/precautions-notes.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.
