# Block new Deposits

Strategy Manager can block and unblock new deposits in the Strategy Vault at any moment, calling the contract function: "*Write as Proxy*" > call "*toggleRestrictMint*"

![](/files/oC1l7hArwDZuRM8zAGpg)

Check the current status of RestrictMint in the contract "*Read as Proxy*" > read "*restrictedMintToggle*"

<img src="/files/Uzu0KL7J3g8HKGqrTHRc" alt="" data-size="original">

Status:

* 0 - Contract open for new deposits
* 1 - The contract is blocking all new deposits

{% hint style="info" %}
If you don't see the Proxy Contract for your Strategy in Blockchain Explorer, please use a Proxy Contract Verification Page:

Etherscan: <https://etherscan.io/proxyContractChecker>

Polygon: <https://polygonscan.com/proxyContractChecker>

Arbitrum: <https://arbiscan.io/proxyContractChecker>

Optimism: <https://optimistic.etherscan.io/proxyContractChecker>
{% endhint %}


---

# 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://quadrat.plasma.finance/quadrat-protocol/quadrat-open-uniswap-v3-asset-management-platform/block-new-deposits.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.
