# Withdraw to BTC

### Steps

1. **Select source network** where your leadBTC is held.
2. **Enter amount** to redeem. The app displays the withdrawal fee (policy-based) and estimates your net BTC.
3. **Connect EVM wallet** and approve if needed.
4. **Enter or connect your Bitcoin address** (the app validates mainnet vs testnet formats).
5. **Confirm withdrawal** and track the status.

### Timelines

* On-chain confirmations + operational checks. Typical window: **\~30–60 minutes**, may vary with network congestion.
* Large withdrawals may require **additional manual review** for safety.

### Address safety

* **Mainnet** BTC addresses usually start with `bc1`, `1`, or `3`.
* **Testnet** BTC addresses usually start with `tb1`, `m`, `n`, or `2`.
* The app warns if your address format doesn't match the current environment.


---

# 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.leadfi.org/getting-started/withdraw-to-btc.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.
