# 멀티시그 지갑이란?

멀티서명 지갑에 대응되는 것은 단일 서명 지갑입니다. 블록체인에서 전송 작업을 수행하려면 지갑으로 서명을 생성해야 합니다. 우리는 서명하고 거래를 전송합니다. 이것이 전형적인 단일 서명 지갑 방식이며, 일반적으로 사용하는 지갑도 이 방식입니다.

이름에서 알 수 있듯이 멀티서명 지갑은 작업을 수행하기 위해 여러 사람이 서명해야 하는 지갑입니다. 멀티서명 지갑으로 전송하려면 일반적으로 작업 완료 전에 >= 1명이 서명하고 거래를 전송해야 합니다. 멀티서명 지갑을 사용할 때는 M/N의 서명 모드를 지정할 수 있으며, 이는 N명 중 M명의 서명만으로 작업을 완료할 수 있다는 의미입니다. 예를 들어 2/3 서명 모드는 세 사람 중 두 사람이 서명하면 됩니다.

ETH/ERC20(및 BSC/BEP20 등 EVM 체인 포함)의 멀티서명은 경량 스마트 컨트랙트 방식을 채택합니다.

#### 적용 가능한 장면:

1、여러 사람이 자산을 관리하여 개인에 의한 자산 전용을 방지할 때;

2、멀티서명을 통해 자산을 다중 암호화하여 자산 보안을 강화할 때;

3、기타 보안 적용 시나리오.

**>>** [**멀티시그 지갑을 만드는 방법?**](https://help.tokenpocket.pro/kr/wallet-faq/multisig-wallet/create)


---

# 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://help.tokenpocket.pro/kr/blockchain-basics/multisig.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.
