> For the complete documentation index, see [llms.txt](https://docs.interestprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interestprotocol.com/overview/sui/memez.gg/memez.fun/multisig.md).

# Multisig

For security purposes, The Memez Upgrade and Admin Caps are controlled by the following Multisig:

[0xbe222be876a0f09c953b6217fba8b64eb77853ce298513cb3efcfe19bfbaf0aa](https://suiscan.xyz/mainnet/account/0xbe222be876a0f09c953b6217fba8b64eb77853ce298513cb3efcfe19bfbaf0aa)

<mark style="color:yellow;">**Members:**</mark>

* [Jose](https://x.com/josemvcerqueira): 1 vote&#x20;
  * 0xbbf31f4075625942aa967daebcafe0b1c90e6fa9305c9064983b5052ec442ef7
  * AK2EGUxZXMKULhS+UmmqTB3ompdDSogXO9navAa4PAvF
* [Matical](https://x.com/opiateful): 1 vote
  * 0x302756ee637804f8ed90af097eee32258ff20662129f64ff3ef31ff697e6ab53
  * ANnQR0VWisQ2+RMr3E9azXyIh0XlDAZ7CzndRjkMgr4w
* [Eason](https://x.com/Eason_C13): 1 vote
  * 0xdbef82568fc43aab7a48759310362fa9d3f81218а6е2805f0783a6427322f01a
  * AMxcce1sZzg1yS6hOVyar9h0obqtbiviSb0RCyhZnn4I

Transactions require <mark style="color:yellow;">**2 votes**</mark> to pass.

It contains the following objects:

* <mark style="color:yellow;">**Memez Publisher:**</mark> 0x68fe5e2a135799de5c53ce3cb82902b187217e81b0e24e9f0f030371f555f872
  * Add display to all objects in Memez package. Currenly no object has any displays.
* <mark style="color:yellow;">**Memez Upgrade Cap:**</mark> 0x252b53c8a16c2a8843dd47f4da60a9fe4b47b790bba37dcc388de12948ea8403
  * Allows us to upgrade the Memez Package.
* <mark style="color:yellow;">**Memez Launchpad Upgrade Cap:**</mark> 0xff3bea66bb8a6f06ace5bfe1622a61589e387d85955b61a8107ecc5bff6fd16e
  * Allows us to upgrade the Memez Launchpad Package.
* <mark style="color:yellow;">**XPump Migrator Upgrade Cap:**</mark> 0x32186a566390b462678f4a4204098266e1337b9522ffa4e4d051c22ce1c38900
  * Can upgrade the migrator package that control the LP positions for Blast on Bluefin.
* <mark style="color:yellow;">**XPump Migrator Admin Cap:**</mark> 0x60a3b91023eaec63301e4fd7011a3f8536f8f94e05895610e749dc189a704a33
  * Can claim fees accrued by the Lp Positions on Bluefin.
* <mark style="color:yellow;">**Router Upgrade Cap:**</mark> 0x0477c7f09abf142a4e8a78309f00127f05cabb87f6c519168ea9579a9dfd9983
  * Allows us to upgrade our router package that auto-creates an on-chain wallet to avoid bricking users' wallets.
* <mark style="color:yellow;">**Vesting Upgrade Cap:**</mark> 0x0c1c3cf5dea0a302153192fac4d0767c0fa8f21b7724f85290c148c8f1187896
  * Allows us to upgrade our vesting package that linear vests meme coins


---

# 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.interestprotocol.com/overview/sui/memez.gg/memez.fun/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.
