> For the complete documentation index, see [llms.txt](https://docs.sharedstake.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharedstake.finance/security-and-multisig-faq/multisig.md).

# Multisig

### Multisig

All Sharedstake contracts are controlled by the multisig. Except the masterChef contract, to allow quicker modification of pool rewards based on snapshot votes.&#x20;

Multisig members were chosen based on volunteering in Discord, ratified with the following Snapshot proposal.&#x20;

{% embed url="<https://snapshot.org/#/sharedstake.eth/proposal/QmbxRtivz4XAJoH7smAsiNVpAmFXjvxCZ5QBWBWW5EzCh7>" %}
Multisig holders list
{% endembed %}

Multisig key holders are:

2x Saddle Devs - WeebMcgee (Jongseung Lim), hammeiam (David Hamme)

3x Community members - nate (Nate Brune), neocarbunkle (Ben Pomeroy), shogun

2x Sharedstake dev - Ice Bear, Chimera Defi

The multisig is a 4/7 Gnosis Safe

The multisig controls -

* The treasury. Which in itself vests over time.&#x20;
* SharedDeposit v2 for any upgrades
* FundDistributor which holds farming tokens, allowing new farming contracts to be added
* The multisig is responsible for paying out from the treasury and changes to the aforementioned contracts

All tokens are in vesting contracts, treasury and founder shares included.

You can verify contract ownership by checking the contracts using the Contract address & sources link on the left.&#x20;

The multisig is located at [0xeBc37F4c20C7F8336E81fB3aDf82f6372BEf777E](https://etherscan.io/address/0xebc37f4c20c7f8336e81fb3adf82f6372bef777e)

### Marketing / executive multisig

Marketing/exec multisig is located at 0x0d5cb74D0e61a0154A17198Ab948538a2a2fb044

This was created for faster access to funds and execution.&#x20;

2/3 signers&#x20;

Signers are from discord:&#x20;

* mangoeater&#x20;
* lonetree
* chimeradefi&#x20;


---

# 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://docs.sharedstake.finance/security-and-multisig-faq/multisig.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.
