# Fund transfer control

In terms of fund transfer control, we can adjust the various quotas, deposit ratios, and donation ratios in Liquidity in the risk management contract to ensure the stable operation of the entire system.

**1. Minimum deposit period**

The minimum allowable period from the user's deposit to withdrawal. If the use's deposit period is shorter than this, the withdrawal will be rejected.

**2. Minimum amount of Liquidity**

The minimum liquidity set for users to deposit and withdraw funds

**3. Maximum amount of Liquidity**

The maximum amount of liquidity is set on the basis of facilitating user interaction. Funds exceeding this limit will be deposited into DeFi projects.

**4. Minimum amount of deposit to DeFi**

In order to enhance the efficiency of gas usage, it is necessary to ensure that the fund deposited in DeFi is more than this minimum amount each time.

**5. Liquidity ratio**

In order to ensure a certain income, it is necessary to maintain a certain ratio of Liquidity and total principal.


---

# 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.freedona.org/how-it-work/fund-controller/fund-transfer-control.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.
