> For the complete documentation index, see [llms.txt](https://docs.bean.money/almanac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bean.money/almanac/archives/bean-sprout/bsm-dashboard.md).

# BSM Dashboard

{% hint style="info" %}
Bean Sprout is currently inactive.
{% endhint %}

Bean Sprout budget funds are custodied by the Bean Sprout Multisig, or BSM. The BSM is deployed using Safe. Its m-of-n configuration is currently 4-of-7 on Ethereum mainnet. This means any use of the budget funds must be approved by at least 4 of the 7 signers.

**Bean Sprout Multisig Safe address:** [0xb7ab3f0667eFF5e2299d39C23Aa0C956e8982235](https://etherscan.io/address/0xb7ab3f0667eFF5e2299d39C23Aa0C956e8982235)

{% embed url="<https://app.safe.global/eth:0xb7ab3f0667eFF5e2299d39C23Aa0C956e8982235/transactions/history>" %}

### **BSM Signers**

The current BSM signers are as follows, in no particular order:

* mistermanifold
* guy
* Bean Merchant
* Brean
* Michael Montoya
* MarcoOnMulberry (ereal)
* aloceros

The following Farmers serve as backup signers for the BSM, in no particular order:

* mod323
* sweetredbeans

Rotating BSM signers requires a [BOP](/almanac/governance/proposals.md#bop) (or [BIP](/almanac/governance/proposals.md#bip)) unless a signer voluntarily leaves the BSM or for rotating in a backup signer.

| Address                                                                                                               |
| --------------------------------------------------------------------------------------------------------------------- |
| [0x0F53F811f603449293840DcE4CE981493569C262](https://etherscan.io/address/0x0F53F811f603449293840DcE4CE981493569C262) |
| [0x3E5de69794E023757a4995Cfe97eAF399de7BbED](https://etherscan.io/address/0x3E5de69794E023757a4995Cfe97eAF399de7BbED) |
| [0x336C5185B9f27b40fcD8E852d4B9e15A08084743](https://etherscan.io/address/0x336C5185B9f27b40fcD8E852d4B9e15A08084743) |
| [0xfcf646f41Da372f0b2bd7f1C56895b379fB86c23](https://etherscan.io/address/0xfcf646f41Da372f0b2bd7f1C56895b379fB86c23) |
| [0xF808adAAb2B3A2dfa1d658cB9E187fF3b74CC0aC](https://etherscan.io/address/0xF808adAAb2B3A2dfa1d658cB9E187fF3b74CC0aC) |
| [0x063272862c4A2CA153123c7D31342E15053b9460](https://etherscan.io/address/0x063272862c4A2CA153123c7D31342E15053b9460) |
| [0x2e4Ea01753f30B837813EF14CC547674AeA1fe88](https://etherscan.io/address/0x2e4Ea01753f30B837813EF14CC547674AeA1fe88) |


---

# 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.bean.money/almanac/archives/bean-sprout/bsm-dashboard.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.
