# Source Code

The open-source code was developed to enable the community to contribute, review security measures, and ensure code quality. Also, it guarantees users access to their multisigs, even in extreme scenarios.

Below, you can find links to the scripts for each Vault type. These scripts allow you to securely restore and use your multisig outside of the Asigna app:

* [**Bitcoin WSH**](https://github.com/Asigna/multisig-address-verification-tool/blob/main/src/utils/generateWshMultisigAddress.ts)
* [**Bitcoin Taproot**](https://github.com/Asigna/multisig-address-verification-tool/blob/main/src/utils/generateTaprootMultisigAddress.ts)
* [**Stacks Native**](https://github.com/Asigna/multisig-address-verification-tool/blob/main/src/utils/generateStacksMultisigAddress.ts)

{% hint style="success" %}
All scripts have been **audited by** [**CoinFabrik**](https://www.coinfabrik.com/services/smart-contract-audits/)**.**
{% 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://asigna.gitbook.io/asigna/introduction/source-code.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.
