# Governance, validators & audits

![](/files/Clo3NcAVkiaPyiyODTkj)

Governance, validators, and audits make Sudo useful for serious Web3 teams and communities.

## Governance

Governance participation helps users discover, discuss, and act on proposals. Governance proposal chat cards bring proposal context into conversations, making it easier for communities to coordinate.

A governance card should ideally communicate:

* proposal title and summary
* voting status
* deadline
* available actions
* source/project identity
* risk or verification context

## Validators

Validator surfaces include validators list, validator detail, and POS validator application. These features help users explore validator performance and participation opportunities.

## Audits

Audit surfaces include contract audit studio and latest audit feed.

| Surface               | Purpose                                            |
| --------------------- | -------------------------------------------------- |
| Contract audit studio | Analyze contracts and publish audit-style outputs. |
| Latest audit feed     | Show public audit activity and discovery.          |

## Trust posture

Audit and validator features should be documented carefully. Avoid promising safety guarantees unless a formal security process supports them. Use language like “helps review,” “surfaces risk,” or “provides visibility” when appropriate.


---

# 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://docx.sudochat.app/web3/governance-validators-and-audits.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.
