# About Asigna

Asigna is a multisig vault designed for secure, multi-party Bitcoin asset management. It enforces multiple-signature (M-of-N) approvals, requiring authorization from multiple key holders before a transaction is executed. \
\
The security model is fully non-custodial: private keys remain with their owners, and a threshold of key holders must sign off on each transaction. No single participant can unilaterally move funds, eliminating any reliance on custodians or third parties. This multi-party custody approach allows teams, DAOs, and institutions to securely manage shared Bitcoin treasuries and DeFi assets with collective control.

### **Ecosystem**

Asigna integrates with Bitcoin base layer, scaling solutions, and metaprotocols, providing enhanced security, efficiency, and interoperability for vaults management.

{% hint style="info" %}
[supported-networks](https://asigna.gitbook.io/asigna/introduction/supported-networks "mention")
{% endhint %}

Supports all **standard wallet operations**, enabling interactions with:

* **Decentralized Exchanges**
* **Bridges & DApps**
* **NFT Marketplaces**
* **Ordinals, BRC-20, Runes, Rare Sats, etc.**

{% hint style="info" %}
[supported-wallets](https://asigna.gitbook.io/asigna/introduction/supported-wallets "mention")
{% endhint %}

{% hint style="success" %}
Asigna works **exclusively with signatures from widely-used wallets**, without ever interacting with private keys. Even in the **unlikely event** of Asigna being discontinued, your wallets remain **fully restorable**, underscoring the resilience of our native-first approach.\
\
Click to view [asigna-audits](https://asigna.gitbook.io/asigna/appendix/asigna-audits "mention").
{% 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/about-asigna.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.
