# 멀티시그 지갑을 가져오는 방법은?

멀티시그 지갑은 이름 그대로 여러 사람이 서명해야 작업을 수행할 수 있는 지갑이다. 멀티시그 지갑으로 전송하려면 보통 1명 이상이 서명하고 트랜잭션을 전송해야 작업이 완료된다. 멀티시그 지갑을 사용할 때는 M/N 서명 모드를 지정할 수 있는데, N명 중 M명이 서명하면 작업을 완료할 수 있다는 뜻이다. 예를 들어 2/3 서명 모드는 세 사람 중 두 사람이 서명하면 된다.

ETH/ERC20(및 BSC/BEP20 같은 EVM 체인 포함)의 멀티시그는 경량 스마트 컨트랙트 방식을 사용한다.

**적용 시나리오:**

1、여러 사람이 공동으로 자산을 관리해 개인이 자산을 전용하지 못하도록 할 때;

2、멀티시그로 자산을 복수 암호화해 보안을 강화할 때;

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

### 멀티시그 지갑 가져오기

1. 오른쪽 상단 아이콘을 클릭한 뒤 \[멀티시그 지갑]을 클릭한다.

<figure><img src="/files/mDe4JyvrHPgfBu8lZHTs" alt=""><figcaption></figcaption></figure>

2\. \[멀티시그 지갑 가져오기]를 클릭하고 네트워크를 선택한다.

<figure><img src="/files/RACxrRf3EHf8OV0o8Rce" alt=""><figcaption></figcaption></figure>

2\. 멀티시그 지갑 주소를 입력하거나 붙여넣으면, 생성한 퍼블릭 체인·필요 서명 최소 수·오너를 자동으로 인식한다. 워치 지갑처럼, 혹은 그보다 더 간편하게 사용할 수 있다.

이후 \[확인]을 클릭하면 멀티시그 지갑 가져오기가 완료된다.

<figure><img src="/files/IvhFz5IR4lipr1ghr1hG" alt=""><figcaption></figcaption></figure>


---

# 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/wallet-faq/multisig-wallet/import-multisig-wallet.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.
