> 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.md).

# 지갑

- [여러분의 지갑](https://docs.defi.app/knowledge-base/ko/wallets/your-wallets.md)
- [자금 이체](https://docs.defi.app/knowledge-base/ko/wallets/transfer-funds.md)
- [암호화폐 입금 또는 구매](https://docs.defi.app/knowledge-base/ko/wallets/transfer-funds/deposit-or-buy-crypto.md)
- [암호화폐 출금](https://docs.defi.app/knowledge-base/ko/wallets/transfer-funds/withdraw-crypto.md)
- [지갑 관리](https://docs.defi.app/knowledge-base/ko/wallets/manage-your-wallets.md): 활성 지갑을 확인하고 변경하거나, 디파이 앱에서 지갑 연결을 해제합니다.
- [프라이빗 키 관리](https://docs.defi.app/knowledge-base/ko/wallets/private-key-management.md): 암호화 및 키 관리
- [인증 플로우](https://docs.defi.app/knowledge-base/ko/wallets/private-key-management/authentication-flow.md)
- [트랜잭션 서명 (EVM 및 솔라나)](https://docs.defi.app/knowledge-base/ko/wallets/private-key-management/transaction-signing-evm-and-solana.md)
- [솔라나 연동](https://docs.defi.app/knowledge-base/ko/wallets/private-key-management/integration-with-solana.md)
- [지갑 보안](https://docs.defi.app/knowledge-base/ko/wallets/wallet-security.md)
- [계정 복구](https://docs.defi.app/knowledge-base/ko/wallets/account-recovery.md)
- [계정을 삭제합니다](https://docs.defi.app/knowledge-base/ko/wallets/delete-your-account.md)


---

# 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:

```
GET https://docs.defi.app/knowledge-base/ko/wallets.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.
