> For the complete documentation index, see [llms.txt](https://quadrat.plasma.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quadrat.plasma.finance/quadrat-protocol/quadrat-open-uniswap-v3-asset-management-platform/block-new-deposits.md).

# 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*"

![](https://1091566028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJtaSwja0kmVj4glhdfe9%2Fuploads%2FQfo4JJwnBmGkjtf7vnkf%2Fimage.png?alt=media\&token=0d89d7e4-87ff-4a4a-84ad-7f5877909d3b)

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

<img src="https://1091566028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJtaSwja0kmVj4glhdfe9%2Fuploads%2F67xDmCPheP7PKrdVr0bo%2Fimage.png?alt=media&amp;token=7d790291-d48c-4df0-ae5b-8e7c0fa33249" 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 %}
