> For the complete documentation index, see [llms.txt](https://docs.thorswap.finance/thorswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorswap.finance/thorswap/ecosystem/thorchain/thorsafe.md).

# THORSafe Multi-Sig

{% hint style="info" %}
THORSafe is available via [app.thorswap.finance/thorsafe](https://app.thorswap.finance/thorsafe)
{% endhint %}

**THORSafe  is a** multi-sig wallet interface built for THORChain.&#x20;

First formalized into the standard Bitcoin protocol back in 2012, multi-sig or multi-signature transactions have since been widely adopted across Crypto. Compared to standard method of transactions (single key address), multi-sig wallets work more similar to bank vaults: where more than one key is required to open a safe.

**THORSafe** solves one of the most crucial concerns for crypto owners: Security. Multi-sig wallets represent the next logical step in **self-custody of funds** through enhanced security and as a tool for on-chain governance.

THORSafe multi-sig wallets are represented by a THORChain address (thor…) and supports $RUNE as well as THORChain synthetic assets.

## Learn More:

{% content-ref url="/pages/hd809k0qX9RtVwotHsu0" %}
[Benefits & Use Cases](/thorswap/ecosystem/thorchain/thorsafe/benefits-and-use-cases.md)
{% endcontent-ref %}

{% content-ref url="/pages/0A3I4ewD7CwIM1uJAz1b" %}
[How it works](/thorswap/ecosystem/thorchain/thorsafe/how-it-works.md)
{% endcontent-ref %}

{% content-ref url="/pages/60YQeSisERU7A9AnfZEs" %}
[Creating a THORSafe](/thorswap/ecosystem/thorchain/thorsafe/creating-a-thorsafe.md)
{% endcontent-ref %}

{% content-ref url="/pages/D6LPdg1Ax0bD9myG98oa" %}
[Signing Multi-sig Transaction](/thorswap/ecosystem/thorchain/thorsafe/signing-multi-sig-transaction.md)
{% endcontent-ref %}


---

# 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.thorswap.finance/thorswap/ecosystem/thorchain/thorsafe.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.
