> For the complete documentation index, see [llms.txt](https://service.block-pro.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://service.block-pro.net/hub/namada-hub/guides/running-low-on-usdnam-for-gas-try-this.md).

# Running Low on $NAM for Gas? Try This!

Author: [@sekto\_r](https://x.com/sekto_r/status/1912499392726040806)

We can pay gas fees with another token! Here’s how:&#x20;

1\. Go to the website [https://namadillo.net](https://t.co/WjVQjXPxyZ) &#x20;

2\. Connect your Namada Keychain (your wallet) Click “Approve”  Now, let’s send the token to our Namada Transparent address (starts with tnam...)

<figure><img src="/files/VZWgxO0iQPtkmqLsqc4p" alt=""><figcaption></figcaption></figure>

Let’s send the token via IBC Transfer:&#x20;

3\. On the left, select the IBC Transfer section.&#x20;

4\. Click Connect Wallet and then Connect&#x20;

5\. Confirm the connection in your wallet .Let’s keep going!

<figure><img src="/files/DDqEln3bP3eIiOot6tul" alt=""><figcaption></figcaption></figure>

6\. Choose a network:[@celestia](https://x.com/celestia),[@cosmos](https://x.com/cosmos),[@osmosiszone](https://x.com/osmosiszone)

7\. Then select a token: [$TIA](https://x.com/search?q=%24TIA\&src=cashtag_click), [$ATOM](https://x.com/search?q=%24ATOM\&src=cashtag_click), [$OSMO](https://x.com/search?q=%24OSMO\&src=cashtag_click)&#x20;

8\. Switch to Transparent to select your address (tnam...).&#x20;

Pick the network and token for gas fees

<figure><img src="/files/444y8F2cXQhDxeulaErz" alt=""><figcaption></figcaption></figure>

For example, I chose the [#Cosmos](https://x.com/hashtag/Cosmos?src=hashtag_click) network with [#ATOM](https://x.com/hashtag/ATOM?src=hashtag_click)&#x20;

9\. Specify the amount of tokens (I’m using 0.2 [$ATOM](https://x.com/search?q=%24ATOM\&src=cashtag_click)).&#x20;

10\. Click “Submit”&#x20;

11\. Click “Approve” in your wallet .&#x20;

12\. Wait for the success notification&#x20;

Great!Now your Namada Transparent address has tokens for gas fees.

<figure><img src="/files/y76odC9QCNHWHZhxcWvi" alt=""><figcaption></figcaption></figure>

Now let’s claim our staking rewards!&#x20;

13\. On the left, select the Staking section.&#x20;

14\. Click “Claim”&#x20;

15\. In the window, choose: Claim & Stake All or Claim All.&#x20;

Pick what you need!

<figure><img src="/files/UE6FiK7SVIskahPLVbmO" alt=""><figcaption></figcaption></figure>

Now let’s select a token for gas fees:&#x20;

16\. Click on token selection (default is [$NAM](https://x.com/search?q=%24NAM\&src=cashtag_click)). In the Fee Options window:&#x20;

17\. Choose the transaction priority (default of “Average”)&#x20;

18\. Select the token for payment (I chose [$ATOM](https://x.com/search?q=%24ATOM\&src=cashtag_click)).&#x20;

19\. Click “Close” Let’s keep going!

<figure><img src="/files/Rgt2V0Vj4mZxSqORRx7H" alt=""><figcaption></figcaption></figure>

All that’s left is to confirm the transaction:&#x20;

20\. Ensure the selected token is [$ATOM](https://x.com/search?q=%24ATOM\&src=cashtag_click) and the amount is correct.&#x20;

21\. Click “Claim” and “Approve” in your Namada Keychain.&#x20;

22\. Wait for the transaction confirmation&#x20;

Done! We’ve successfully claimed our staking rewards

<figure><img src="/files/7uAXBSQwaCX9rJSyfzpi" alt=""><figcaption></figcaption></figure>

Congrats! We’ve paid for the transaction using another token. You can use the same method for voting transactions.


---

# 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://service.block-pro.net/hub/namada-hub/guides/running-low-on-usdnam-for-gas-try-this.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.
