# Creating a THORSafe

In order to create a new transaction via THORSafe, you will first need to import or create a multi-sig wallet.

To do so, simply head over the multi-sig interface and click on “Add an existing multi-sig” or “Create new multi-sig”.

### Add an existing multi-sig

1. Input the THORChain address of the existing multi-sig
2. Input a name for the multi-sig wallet
3. Fill the Co-payer names and addresses
4. Review and confirm


---

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