# Multisig Security

<figure><img src="https://1579921301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhqxIcKD3jqVsikdEGLCy%2Fuploads%2FsVjK7HV0uScO9cJDYy1X%2Fsafe.png?alt=media&#x26;token=17d40d65-f065-45c3-8402-06b0ec6594f6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Think of a <mark style="color:green;">**Multisig**</mark> as a safe requiring multiple keys to open simultaneously. In the blockchain world, it's a way to ensure that transactions are only approved when multiple signatures are used, providing an additional layer of security. This holds tremendous utility, especially for Decentralized Autonomous Organizations (DAOs) or at an institutional level, where mitigating single points of failure is crucial. Users can also deploy it in powerful ways similar to 2FA or escrow between two parties.

xSafe comes packed with features aimed at both individuals, allowing them to use multiple wallets, both cold and hot or a combination of the two, and teams, enabling them to manage their MultiversX crypto assets by confirming transactions only when a quorum is reached, which helps prevent unauthorized actions.

<mark style="color:green;">**About xSafe**</mark>

Based on the audited open-source MultiversX Multisig Smart Contract, xSafe is an on-chain governance solution, enabling individuals or teams to securely manage any MultiversX assets. Built by ValidBlocks, a well-known Staking Provider, xSafe helps anyone create, preview, or join a safe and transparently perform safe-related actions (such as adding new members, transferring assets, and changing) quorum, etc.) based on quorum.
{% 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://orcas-gg.gitbook.io/orcas.gg-guilds-and-games/orcas.gg/multisig-security.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.
