> For the complete documentation index, see [llms.txt](https://docs.shadeprotocol.io/shade-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shadeprotocol.io/shade-protocol/get-started/beginner-resources/gas-fees/how-to-increase-gas-fees.md).

# How to Increase Gas Fees:

#### <mark style="color:purple;">How to Increase Gas Fees:</mark>

When you make transactions on the Secret Network such as interacting with DeFi applications like Shade Protocol, you need to pay gas fees. This "gas fee" covers the cost of computation needed to process and validate your transactions on the Secret Network blockchain.

If the gas fee submitted by a user upon signing a transaction is set too low, the transaction may fail. If the transaction fails because of low gas, users will see an error message stating "Out of Gas".\
\
Currently, the most common dApp interactions in which a user might experience "Out of Gas" errors are those claiming rewards. This is a result of the increasing reward campaigns emitted for various parts of the Shade dApps such as SHD staking, Liquidity Pools, and the Earn pool (liquidations). However, if users experience an "Out of Gas" error while interacting with any of the Shade dApps, you can use the same steps in this guide to resolve the issue.

Here's a quick step by step guide on how to avoid that by increasing gas fees in your Keplr wallet. This is also applicable for other browser extension wallets.

#### &#x20;<mark style="color:purple;">**Increase Gas Fees For Earn Pools:**</mark>

1. Go to[ Borrow](https://app.shadeprotocol.io/borrow?ref=blog.shadeprotocol.io) >[ Earn](https://app.shadeprotocol.io/borrow/earn?ref=blog.shadeprotocol.io) > Claim rewards.&#x20;
2. Click "Claim Rewards".
3. Your Keplr extension will pop up. Click "Transaction Fees" > Edit the Gas Fees to increase> Close.
4. Now you can click Approve.

#### &#x20;<mark style="color:purple;">**Increase Gas Fees For Liquidity Pool Rewards:**</mark>

1. Go to[ Swap](https://app.shadeprotocol.io/swap?ref=blog.shadeprotocol.io) >[ Pools](https://app.shadeprotocol.io/swap/pools?ref=blog.shadeprotocol.io) > Click "Claim" on the pool.
2. In your Keplr extension, click "Transaction Fees" > Increase the Gas Fees > Close.
3. Now you can click Approve.

#### &#x20;<mark style="color:purple;">**Increase Gas Fees For Unstaking $SHD Rewards:**</mark>

1. Go to[ Stake](https://app.shadeprotocol.io/stake?ref=blog.shadeprotocol.io) > Claim Rewards > Select to "Compound" or "Claim".
2. In Keplr, click "Transaction Fees" > Increase the Gas Fees > Close.
3. Now you can click Approve.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.shadeprotocol.io/shade-protocol/get-started/beginner-resources/gas-fees/how-to-increase-gas-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
