# Control

Transfer control over smart contracts to holders of $ZKP as follows.

* Configure the DAO Multisig to have privilege roles with other smart contracts, so that transactions sent from the former may configure parameters of the latest ones;
* Enable DAO Multisig Extension to execute transactions from the DAO multisig on the Ethereum network;
* Configure DAO Multisig Extension to execute only those transactions which passed voting under proposals in the PantherProtocol.eth space on the Snapshot.org service in accordance to the "Panther Protocol: Proposal Acceptance Criteria" document, published on the IPFS network with the cid defined by the daorequirements record at PantherProtocol.eth;
* Configure the PantherProtocol.eth space on the Snapshot.org service so that it computes voting power of $ZKP tokens holders calculated as "one token - one vote".


---

# 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.pantherprotocol.io/launchdao/voting-proposals/1-launch/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.
