# 코인 전송

goodcryptoX는 비수탁 지갑이므로 지갑에서 자금을 전송하는 데 대한 제한이나 제약이 없으며 있을 수 없습니다. 원하실 때 언제든지 자금을 다른 지갑으로 전부 또는 일부 전송할 수 있습니다.&#x20;

전송을 시작하려면 지갑 탭에서 '전송'을 클릭하세요:

<figure><img src="/files/9b0caeda5c1d6ca996c2db430e20bd61d4f74689" alt="" width="375"><figcaption></figcaption></figure>

전송할 코인을 선택하고, 금액과 전송할 지갑 주소를 입력하세요:

<figure><img src="/files/2f626517f64b1af467604032433bf84893e6cc60" alt="" width="375"><figcaption></figcaption></figure>

'가스 추정'을 클릭하세요 - 이 작업은 거래를 시뮬레이션하여 정확한 가스 소비 예측을 제공합니다. 예상 가스량이 표시되면 '코인 전송'을 클릭하세요:

<figure><img src="/files/3a4f20f0392b5513b5ad39177405d0689ffa624a" alt="" width="375"><figcaption></figcaption></figure>

거래 미리보기가 표시됩니다 - 모든 세부 항목(네트워크, 주소, 금액)을 확인한 후 '전송 확인'을 클릭하여 전송을 시작하세요:

<figure><img src="/files/be328553b840c250af099c3c888716785982b0e0" alt="" width="375"><figcaption></figcaption></figure>

이제 거래가 블록체인으로 전송됩니다. 거래가 완료되면 확인(또는 실패 시 오류 메시지)이 표시되고 '전송' 목록에 나타납니다:

<figure><img src="/files/8fd092b77ec27f9fb28028b2972044b994d898bd" alt="" width="375"><figcaption></figcaption></figure>

앞으로 전송 수수료(가스)를 [어떤 토큰으로든](/goodcryptox-ko/dex/upcoming-functionality/erc20-spl.md)포함하여, [GOOD](/goodcryptox-ko/good/summary.md).

또한 우리는 [일괄 거래](/goodcryptox-ko/wallets/built-in-wallet/smart-contract-wallets/transaction-batching.md) 스마트 컨트랙트 지갑으로 활성화됨 - 여러 건의 전송(필요한 경우 서로 다른 코인, 서로 다른 주소)을 하나의 거래로 전송하고 가스를 단일 거래에 대해 지불할 수 있게 될 것입니다.


---

# 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://docs.goodcrypto.app/goodcryptox-ko/wallets/built-in-wallet/send-coins.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.
