> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/wallets/manage-your-wallets.md).

# 지갑 관리

연결된 지갑을 관리하려면 앱 오른쪽 상단에 있는 디파이 앱 메뉴를 클릭합니다.

<div align="left"><figure><img src="/files/0d91a8e9c33236e87de1e4805705071026861a37" alt=""><figcaption></figcaption></figure></div>

***

## 활성 지갑 간 전환

디파이 앱(Defi App)을 사용하면 몇 번의 클릭만으로 활성 지갑 간 전환이 가능해서, 디파이 경험을 끊김 없이 원활하고 정돈된 상태로 유지할 수 있습니다. 사용 중인 EVM 및 Solana 지갑이 자동으로 생성되어 있든, 사용자가 연결한 외부 지갑이든 상관없이 디파이 앱은 활성 지갑 전환을 쉽게 해줍니다.

이러한 유연성 덕분에 토큰 스왑이나 자산 스테이킹처럼 다양한 활동에 사용할 지갑을 선택할 수 있으며, 언제든 어떤 자산에 접근할 수 있는지 직접 통제할 수 있습니다.

여러 지갑이 연결되어 있으면 각 유형(EVM 또는 솔라나)별로 활성 지갑으로 설정할 지갑을 전환할 수 있습니다. 어떤 시점이든 거래, 스왑 또는 스테이킹에는 활성 지갑만 사용됩니다.

활성 지갑을 변경하려면, 다음으로 이동하세요 **설정**, 그러면 **지갑,** 그리고 활성화하려는 지갑을 클릭합니다. 초록색 점은 활성화된 지갑을 나타냅니다.

<div align="left"><figure><img src="/files/5fda4549a92d8627df3f46c5cea696860e33dd2e" alt="" width="413"><figcaption></figcaption></figure></div>

***

## 지갑 연결 해제

사용하지 않는 지갑을 디파이 App에서 연결 해제하면 계정을 더 깔끔하게 관리하는 데 도움이 될 수 있습니다.

지갑 연결을 해제하면 디파이 앱 인터페이스에서 해당 지갑이 제거되지만, 지갑 안의 자금은 온체인에 안전하게 보관된 상태로 유지됩니다. 외부 지갑 제공업체(예: MetaMask 또는 Phantom)를 통해 해당 자금에 직접 계속 접근하고 관리하실 수 있습니다.

지갑 연결을 해제하려면, 사용자의 **설정**, 그러면 **지갑**, 그리고 클릭합니다 ![](/files/9d4d0c0c2a34724f81ced683899211344076fa1c) 연결을 해제하려는 지갑의 아이콘


---

# 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.defi.app/knowledge-base/ko/wallets/manage-your-wallets.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.
