# Contract governance

The integration contract requires two essential admin roles, established during deployment but modifiable later.&#x20;

These roles, assigned to unique addresses, are strongly recommended to be behind a multi-sig or MPC wallet for enhanced security and flexibility.

### **SYS\_ADMIN**

<table><thead><tr><th width="147">Role name</th><th width="213">Setup</th><th>Actions</th></tr></thead><tbody><tr><td>SYS_ADMIN</td><td>multi-sig or MPC wallet</td><td><ul><li>pausing deposits</li><li>changing SYS_ADMIN </li><li>modifying end user fee (aka commission)</li><li>modifying commission split and recipients </li><li>modifying operator pools</li><li>modifying weighting across operator pools,</li><li>when connected to two or more pools</li></ul></td></tr></tbody></table>

### PROXY\_ADMIN

<table><thead><tr><th width="164">Role name</th><th width="213">Setup</th><th>Actions</th></tr></thead><tbody><tr><td>PROXY_ADMIN</td><td>multi-sig or MPC wallet</td><td><ul><li>pausing and resume contract</li><li>changing PROXY_ADMIN</li><li>upgrading implementation contract</li></ul></td></tr></tbody></table>

<br>

<figure><img src="/files/HId5iueROaAef9a4h8iU" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.kiln.fi/v1/kiln-products/onchain/pooled-staking/how-to-integrate/contract-governance.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.
