# 다중 서명 지갑 BSMS 백업

{% hint style="info" %} <mark style="color:blue;">**안내**</mark>**&#x20;\[BIP-129 BSMS(Bitcoin Secure Multisig Setup) 표준 준수]**

BSMS는 다중 서명 지갑 설정 과정을 표준화하여 구현했습니다.&#x20;

여러 지갑에서 다중 서명 지갑 기능을 제공하더라도 지갑 간 설정 방식이 제각각이어서 A 지갑에서 생성한 지갑을 B 지갑에서는 사용할 수 없는 호환성 문제가 있었어요. 그래서 이를 해결하고자 BSMS 표준에서 다중 서명 지갑 설정 절차를 고안하였어요. 코코넛의 다중 서명 지갑 기능은 이 BSMS 표준을 준수하고 있어요.&#x20;
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>코코넛 월렛에서 볼트로 백업하기</td><td><a href="/pages/AdRodRpKOsFYsqvdnPWr">/pages/AdRodRpKOsFYsqvdnPWr</a></td></tr><tr><td>코코넛 볼트에서 키스톤으로 백업하기</td><td><a href="/pages/OfdCNxMSentxTUhCh9CV">/pages/OfdCNxMSentxTUhCh9CV</a></td></tr></tbody></table>


---

# 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://tutorial.coconut.onl/multisig/bsms.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.
