# Strategy Ownership Transfer

Strategy Manager can transfer ownership of the Strategy to another Manager at any time using the Contract Call in Blockchain Explorer: "Write as a Proxy" > "transferOwnership".

{% hint style="warning" %}
After you transfer the ownership you will lose control of the Strategy Contract and Rebalancing.
{% endhint %}

![](/files/8Avt33yjziqY6Lh1vsQd)

{% 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/strategy-ownership-transfer.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.
