> 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/onboarding/configure-your-wallets.md).

# 지갑을 설정하세요

여러 개를 연결할 수 있습니다 EVM[^1] 그리고 Solana 기반 지갑들을 관리하고, 디파이 앱 인터페이스에서 모두 한 번에 관리할 수 있습니다.

***

## 활성 지갑

귀하의 **활성 지갑** 거래를 수행하는 데 사용됩니다. 한 번에 EVM 지갑 1개와 Solana 지갑 1개만 활성화할 수 있습니다. 디파이 앱(Defi App)은 두 지갑에 걸친 자산의 총 가치를 보여주는 통합 포트폴리오 보기를 제공하며, 자산을 항목별로 나열한 목록도 제공합니다.

{% hint style="info" %}
자세히 알아보기 [/pages/ebcf2c713d45cc05b17b8615825b7cd9c0b165bf#evm-chains-vs.-solana](https://docs.defi.app/knowledge-base/ko/onboarding/pages/ebcf2c713d45cc05b17b8615825b7cd9c0b165bf#evm-chains-vs.-solana "mention")
{% endhint %}

오른쪽 상단 모서리의 메뉴에서 활성 지갑을 보고 관리합니다 **거래** 대시보드.

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

***

## 디파이 앱 내장 지갑

계정을 생성하면 디파이 앱이 자동으로 2개의 지갑을 만들어 드립니다. 하나는 EVM Chains용이고, 다른 하나는 Solana용입니다. 기본 지갑을 사용해 계정에 자금을 입금한 뒤, 디파이 앱에서 바로 거래를 시작할 수 있습니다.

<div align="left"><figure><img src="/files/7253b432e02e548d242fe07ae8e7fe2c8f94de6a" alt="" width="407"><figcaption></figcaption></figure></div>

***

## 다른 지갑을 연결하세요

추가 지갑을 선택적으로 연결할 수 있으며, Defi App에서도 이를 관리할 수 있습니다. 다른 지갑을 연결하려면 다음으로 이동하세요. **설정,** 그 다음으로 **지갑,** 그리고 클릭합니다 **지갑 연결**.

<figure><img src="/files/270e09231aaef9fd673a43f3e180ec176542be35" alt=""><figcaption></figcaption></figure>

***

## 다음 단계

지갑 구성이 마음에 드시면, Defi App에서 제공하는 기본 지갑 2개만으로도 충분할 수 있으니 계정에 자금을 넣어 주세요.

[^1]: 이더리움 가상 머신


---

# 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/onboarding/configure-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.
