# Receive From Bitcoin Wallets

If you want to receive Bitcoin from a wallet that does not yet support sending on the Lightning Network yet, you can use your STARBACKR wallet's on-chain address. On-chain payments are a little slower and not as cheap as Lightning payments but can be used to transfer bigger amounts more easily.&#x20;

### Step-By-Step Guide

1. Open up STARBACKR and navigate to your STARBACKR wallet.
2. Click "Manage Funds" and then choose "With External Wallet" from the Top-Up options. A QR code will be displayed.
3. Scan the QR code (or copy the address manually) with the sending wallet.
4. Any Bitcoin sent to this address will be credited to your STARBACKR wallet

### Troubleshooting

#### *I have sent Bitcoin to the address, but they are not credited to my STARBACKR wallet*

On-Chain transactions are not instantaneous. They need to be confirmed by the miners of the Bitcoin network first. If the network load is high, this might take some time. Once your transaction is confirmed, it will show up in your STARBACKR wallet.

You can check your transaction's status by entering its TXID in a block-explorer like [mempool.space](https://mempool.space).


---

# 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.starbackr.com/guides/starbackr-wallet/send-to-your-wallet/receive-from-bitcoin-wallets.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.
