# 편리하게 트랜잭션 만들기

하나의 거래에서 여러 주소로 비트코인을 보낼 수 있습니다.

### 1️⃣ 간편하게 수신자 추가하기

수신자를 추가하려면 **보내기 화면을 왼쪽에서 오른쪽으로** 쓸어 넘겨주세요.

**화면에 나타나는 \[+ 수신자 추가하기] 카드**를 눌러 수신자를 추가할 수 있습니다.&#x20;

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

수량과 받을 주소를 입력하면 **수신 주소의 수와 총 소요 수량이 자동 계산**되어 나타납니다.&#x20;

<figure><img src="/files/IlWDXi7xmdkQibZB1QX8" alt="" width="188"><figcaption></figcaption></figure>

### 2️⃣ 내 주소 간편하게 입력하기&#x20;

UTXO 나누기/쪼개기를 하다보면 **내 주소로 비트코인을 다시 보내는 경우**가 빈번히 발생합니다. 이때 **주소 입력란을 선택**하면, **사용할 내 주소가 자동 계산되어** 표시됩니다. 편리하게 "내 주소"를 선택해 주세요.&#x20;

<figure><img src="/files/KGb6Z7PP9WqCWqIwVzP6" alt="" width="188"><figcaption></figcaption></figure>

### 3️⃣ 수수료율 입력하기&#x20;

수량과 주소가 정상적으로 입력되면, 앱이 **현재 네트워크의 추천 수수료율을 불러와 자동 적용**합니다.

수수료율을 변경하려면 **수수료 입력란을 선택한 뒤 원하는 값으로 입력**해 주세요.

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


---

# 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://tutorial.coconut.onl/basic-tx/send-tx/undefined.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.
