# Precautions Notes

**Once the node is bound to the contract as the beneficiary, please do not use the Owner to initiate node withdrawals.**

Once the Filliquid smart contract is set as the beneficiary of a node, the SP can no longer withdraw funds directly using the owner address. All borrowing and repayment operations must be conducted through the DApp to ensure that the smart contract correctly recognizes user actions and processes them accordingly.

If the SP withdraws funds directly from the miner's account, these funds will be considered "unidentified," as they will enter the smart contract but will not be accounted for in the repayment process. This is not an intentional design but rather a limitation of FEVM technology. We will explore solutions to address this issue in the future.

**Reminder:** If you withdraw funds directly using the owner address, the funds **cannot be recovered**. Please proceed with caution to avoid unintended withdrawals.


---

# 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/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.
