> For the complete documentation index, see [llms.txt](https://docs.guardrail.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardrail.ai/guards/governance.md).

# Governance & Access

Monitor administrative actions, access control changes, and multisig operations.

## Multisig & Safe Monitoring <a href="#multisig-threshold" id="multisig-threshold"></a>

Comprehensive Gnosis Safe monitoring covering signature thresholds, ownership changes, module additions, guard configuration changes, transaction executions, and signature approvals. Alerts when required signer thresholds drop below safe levels or unauthorized changes are made.

**Related Incidents:** Radiant Capital ($50M)

## Admin Event Monitoring <a href="#admin-events" id="admin-events"></a>

Tracks critical contract events: ownership transfers, role grants, parameter changes, pauses, and upgrades. Configure which events to monitor and set alert thresholds for immediate visibility into administrative actions.

## Function Call Restrictions <a href="#function-restrictions" id="function-restrictions"></a>

Validates that restricted addresses can only call pre-approved functions. Detects privilege escalation and unauthorized access to admin operations through function allowlisting.

## Proxy Upgrade Monitoring <a href="#proxy-upgrades" id="proxy-upgrades"></a>

Validates contract upgrades are properly initialized after deployment. Detects uninitialized proxy vulnerabilities, storage slot corruption, and unauthorized implementation changes.

**Related Incidents:** Nomad ($190M), Ronin Bridge ($12M), LI.FI ($10M)

## Storage Slot Integrity <a href="#storage" id="storage"></a>

Monitors critical storage slots — especially proxy implementation addresses — for unauthorized changes. Detects storage manipulation attacks, proxy hijacking, and storage collision exploits.

{% hint style="info" %}
**Need a custom guard?** Our security team can build guards tailored to your protocol's specific architecture. [Get in touch →](https://www.guardrail.ai/get-started)
{% endhint %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.guardrail.ai/guards/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.
