# Transfer BTC to EVM

Operation path: **Developer → Extrinsics → Submission ,** the specific operation is as shown in the screenshot. Make sure to select the designated pallet and the method to invoke.

{% stepper %}
{% step %}
**"balanceOnBevm"**

Enter the amount you want to transfer, paying attention to the precision value. For example, if you want to transfer **10,000 sats**, you should enter **100000000000000**.
{% endstep %}

{% step %}
**"evmAccount"**

Enter the **EVM address** where you want to receive BTC.
{% endstep %}

{% step %}
**Submit** **Transaction**

{% endstep %}
{% endstepper %}

<figure><img src="/files/vtUjePCkJyZ0oPSXHG4Z" alt=""><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://documents.geb.network/use/earn-usdbtc/transfer-btc-to-evm.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.
