# Increasing the fee using another wallet

This guide can be used when Leather does not allow you to increase the fee.&#x20;

This guide can help prevent waiting any longer if...\
1\. All your BTC was used for the pending transaction or if.\
2\. the BTC left in the wallet after the transaction is to low to cover a high enough fee to get processed quickly enough.  \
\
This guide will not help if your pending transaction is sending an ordinal (typically from a taproot address starting with (bc1q...) and the fee is funded with BTC from the BTC balance address (starting with bc1q...).

### Step 1: Access your Leather account on Sparrow

These steps will make you access the first account in Leather. To access another account make a small adjustment in settings, [see details here](https://leather.gitbook.io/guides/bitcoin/accessing-account-2-and-up-from-the-wallet-extension-in-sparrow-wallet.). \ <br>

1. Install and open Sparrow wallet from <https://sparrowwallet.com/>

2. Select “New wallet” from the “File” menu.

<img src="/files/VsKwreHjPTbjajZZOWWj" alt="" data-size="original">

3. Name your wallet.

![](/files/A14a105gMlbm9JCPeZUb)

4. Set the "script type" to "native SegWit" at the top of the settings page.

![](/files/AjonqEp7ZTlnhm0LSWoO)

5. Select "New or Imported Software Wallet" from under "Keystores".

![](/files/s3ZmnjK9GiKaaZcnud8r)

6. Select “Use 24 words” and enter your Secret Key from Leather. \
   \
   ❗️IMPORTANT: You must use the exact same seed phrase / Secret Key as the one you use in Leather, or these instructions won’t work.

![](/files/cuIwEJ07MFtj8DfQpacS)

7. Select “Create Keystore” then “Import Keystore”.

![](/files/Y50M5COpbUm2IZNZxUTp)

![](/files/YV4kIxzo2YAJDm6uf4fi)

<mark style="color:blue;">Note: m/84'/0'/0' assumes you want to access the BTC balance address on Account 1 in the Leather extension. If, for example, you want to access Account</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**269**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">from Leather, change the derivation path to m/84'/0'/</mark><mark style="color:blue;">**268**</mark><mark style="color:blue;">'</mark>

8. Select "Apply" in the bottom right corner.

![](/files/6XKTV0zwHDJaT0F2ChxI)

9. Select “No Password” or set password.

![](/files/fRZI1RfQs6o1Jp7c5Q4Y)

10. Select UTXO's from the sidebar.

![](/files/KPYoWhQQAvB8rEg4bH7f)

### Step 2: Find the pending transaction and increase the fee

Now that you have access to the Leather account in the other wallet you can find the unconfirmed transaction in it and increase the fee.&#x20;

11. Right click on the unconfirmed transaction to increase the fee (RBF) using sparrow wallet.&#x20;

<figure><img src="/files/hnl079VUE9iXxkH77qql" 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://leather.gitbook.io/guides/bitcoin/increasing-the-fee-using-another-wallet.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.
