> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/security-and-technology.md).

# Security & Technology

- [Vultisig security and TSS](https://docs.vultisig.com/security-and-technology/overview.md): How Vultisig security works. Threshold Signature Schemes (TSS), DKLS23 protocol, keysigning process, and cryptographic foundations explained.
- [How Vultisig signs a transaction](https://docs.vultisig.com/security-and-technology/keysign.md): How Fast Vault and Secure Vault co-sign in Vultisig. QR pairing, on-device verification, broadcast.
- [TSS actions in Vultisig](https://docs.vultisig.com/security-and-technology/tss-actions.md): TSS operations explained: Key Generation (vault creation), Key Signing (transactions), and Resharing (device changes). Core MPC actions.
- [GG20 TSS in Vultisig](https://docs.vultisig.com/security-and-technology/how-gg20-works.md): How Vultisig used GG20 threshold signatures: secret sharing, MPC rounds. Legacy protocol. Current vaults use DKLS23.
- [DKLS23 in Vultisig](https://docs.vultisig.com/security-and-technology/how-dkls23-works.md): DKLS23 is the threshold-signature protocol Vultisig uses now. Fewer rounds than GG20, built with Silence Laboratories.
- [Vultisig vs multisig](https://docs.vultisig.com/security-and-technology/difference-to-multi-sig.md): TSS vs on-chain multisig: no complete private key, works on Bitcoin, normal signature on-chain.
- [Vultisig vs passkeys](https://docs.vultisig.com/security-and-technology/difference-to-passkeys.md): TSS vs passkeys: multi-device threshold, no corporate passkey platform, 36+ chains.
- [Emergency recovery in Vultisig](https://docs.vultisig.com/security-and-technology/emergency-recovery.md): Emergency recovery tool for Vultisig vaults. Reconstruct keys if TSS software becomes unavailable. Last-resort fund recovery process.


---

# 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.vultisig.com/security-and-technology.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.
