# Multisig Process

JusticeDAO's multi-signature address is responsible for interpreting and executing the results of the governance process.

## Rules

* The signers of the multi-signature must agree to execute the will of [VeXOT](/justicedao-whitepaper/tokenomics.md#vexot) voting results, as expressed through the governance process.
* The multi-signature threshold must always be at or above 66% of the signers.
* In emergency situations, the multi-signature can execute transactions following JusticeDAO's emergency procedures.


---

# 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://justicedao.gitbook.io/justicedao-whitepaper/multisig-process.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.
