# Multisig structure

The Multisig governs the key parameters of the protocol. It consists of members of the **EYWA** team and external authoritative individuals and organizations associated with the project.

<table><thead><tr><th width="140">Company</th><th width="122">Owner</th><th width="96">Position</th><th>Address</th></tr></thead><tbody><tr><td>EYWA </td><td>Peter Tagunov  </td><td>CTO</td><td>0xea4861Ca3E8aa88c5D6bEc8968d0e52F652dA26E</td></tr><tr><td>EYWA</td><td>Boris Povar</td><td>CEO</td><td>0x177E5fD4f70dCD13445021DF81475B95a2A1a5A2</td></tr><tr><td>EYWA</td><td>Alexander I  </td><td>CSO</td><td>0x280f4f9c46C02e6680096e5c794Af164e8a6017f</td></tr><tr><td>Curve </td><td>Michael Egorov</td><td>CEO</td><td>0x3935ce5C080223d4c7F828B68F7BD6bb53Fa7560</td></tr><tr><td>RSquad </td><td>Roman Nguyen</td><td>CTO</td><td>0x3935ce5C080223d4c7F828B68F7BD6bb53Fa7560</td></tr><tr><td>Rock&#x26;block</td><td>Alexander Tkachev</td><td>СBDO</td><td>0xB45C16998604Aaa55D6d6ADE6fa6CDE129eB198d</td></tr><tr><td>SmartState</td><td>Alex Belets</td><td>Founder</td><td>0x3C7B51c1f1ffE6FbC2528761E9F1Da6116E301ea</td></tr></tbody></table>

A decision is considered accepted if 5 out of 7 participants have signed the offered Proposal.

The **EYWA** multisig is implemented based on the Safe solution (formerly **Gnosis Safe**), which provides a convenient interface for interacting with **EYWA**'s smart contracts. In the **Safe** interface, multisig participants can easily review the formed transaction, and sign/reject it in a few simple steps.

In the [official Safe documentation](https://help.safe.global/en/), you can find answers to questions regarding the Safe usage.


---

# 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://docs.eywa.fi/eywa-ecosystem/eywa-governance/multisig-structure.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.
