# Multisig

## Profit payout for the team

Each payout is secured against a one-person payout of funds accumulated as profit for the team building the decentral-art platform. The amount of payment of funds accumulated in the smart contract is determined by voting on the team's wallets.

Multisig wallets are used to control a smart contract, requiring signatures from at least 51% of all signatories to perform an action. The team may be joined by other people who will receive a payment to a wallet in ETH or an ART token. The decision to join the team is made by the signatories of the entire team.&#x20;

Joining the team is simultaneous with connecting your wallet - connecting your wallet gives you the right to vote in future decisions and joining new people / wallets, removing people / wallets, the amount of payout and withdrawals from the corporate contract portfolio.&#x20;

{% hint style="info" %}
This solution increases security against burglary, i.e. taking over the private key of one of the wallets determining the payment. Also increase the confidence of the entire international team in yourself.
{% endhint %}


---

# 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.decentral-art.com/security/multisig.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.
