# 월렛

{% code fullWidth="true" %}

```
이름:
   singularity wallet - 지갑 관리

사용법:
   singularity wallet command [옵션] [인수...]

명령어:
   import   내보낸 개인 키에서 지갑 가져오기
   list     모든 가져온 지갑 나열
   remove   지갑 제거
   help, h  명령어 목록 또는 특정 명령어에 대한 도움말 표시

옵션:
   --help, -h  도움말 표시
```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/kr/cli-reference/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.
