# Transfering

The final stage of the process is transferring Runes. When Bitcoin UTXOs contain Runes they are transferred to the transaction outputs when you transfer that UTXO.&#x20;

Specifically, if you transfer multiple UTXOs with different amounts of various Runes, all of those Runes will be sent to the first non-OP\_RETURN output of that transaction.

The user can utilize a Runestone (discussed in detail in the next section) to customize and manage how and which input Runes get transferred to which outputs. These Runestones allow users to control the distribution of Runes across different outputs during a transaction, providing flexibility and granular control over the transfer process.

In essence, a creator etches a Rune, setting its properties, and then users can mint and transfer it — an intentionally simple system.<br>


---

# 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://book.runesterminal.io/4.-how-do-bitcoin-runes-work/transfering.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.
