> For the complete documentation index, see [llms.txt](https://whitepaper.steakhut.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.steakhut.finance/steakhut-platform/security/multi-sig.md).

# Multi-Sig

Ownership of our smart contracts and all associated treasury assets has been transferred to a multi-sig contract. This multi-sig is owned by both a combination of SteakHut contributors, and reputable community team members.

The multi-sig has 2 representatives from each side and will require 3 votes total for any changes to be made to the contracts. This means that at least one member from either side must approve any changes.&#x20;

## MasterMultiSig Members

Please see below for the multi-sig address as well as the list of multi-sig signatories:&#x20;

{% hint style="success" %}
**Multi-Sig address:** 0xD316d2AA04d71Fd1E332437b0Cb5d261FD2F99AE
{% endhint %}

{% hint style="info" %}
**SteakHut Cofounders:**

**0xWagyu:** 0x6A70c42Cf31275BDdf9522B61109FaAdBF8Cf228

**0xRibeye:** 0x491A800401E8792E8f7CccA5dBd276093Adb1D9b
{% endhint %}

{% hint style="info" %}
**Community Team:**

**XPKea:** 0x1b1fdc374c5c9a87f01eadfae2ca5ad4c348382a

**P456:** 0x4d70CA9e7f75392D76204B81B7981eE8D0E17fe3
{% 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, and the optional `goal` query parameter:

```
GET https://whitepaper.steakhut.finance/steakhut-platform/security/multi-sig.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
