# Funding Your Transaction Costs

In order to claim tokens from your NFT you'll need a small amount of Ethereum (ETH) in your wallet to cover the transaction fees — otherwise known as "*Gas"*.

It will only require a tiny amount, typically less than a few dollars, however **it's important that the ETH is on the&#x20;*****Arbitrum*****&#x20;network**.&#x20;

If you don't have any, this guide will walk you through buying some on [Coinbase](https://www.coinbase.com/)—although it can be purchased through other services too—and sending it to your wallet on the Arbitrum One network, so you are ready to claim your tokens.

The example shown here are using Coinbase's desktop UI, but the the process will be similar on their mobile app too.

## Buying ETH via Coinbase

{% stepper %}
{% step %}

### Make an account with [Coinbase](https://www.coinbase.com/).

Keep in mind you will have to KYC and prove your identity to be compliant with various AML laws and other regulations.&#x20;
{% endstep %}

{% step %}

### Search for Ethereum

Once you have an account, type "ETH" into the search bar and click it

<figure><img src="/files/ZzyQQt3OHLjfKxOWC9z9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Pay for your ETH

Now you can pay with USD (or fiat currency of your choice) if you already have in your account, or if you click the red circle you can link your bank account and pay directly from there.&#x20;

<figure><img src="/files/qV8RJUSwfYmw1ByG80h0" alt="" width="275"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose the amount

When buying you can choose to buy a certain USD value or if you click the red circle you can buy a certain quantity of tokens. $10 USD of ETH should be more than enough to cover numerous claims and transactions.

<figure><img src="/files/kfMMryXdnnbDS6iCtKpg" alt="" width="275"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review the order

For this example, I am buying $22 USD worth of Ethereum which will charge my bank account directly. Now click **review order**.&#x20;

<figure><img src="/files/2Ge0tQUELkgGVjprsDwt" alt="" width="268"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click Buy Now

You will now see the exact amount of Ethereum you are buying. Next select **buy now** and you will have it in your account within a few seconds!&#x20;

<figure><img src="/files/KbM1d9lmGiqMhQVNB1bz" alt="" width="262"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sending it to your Wallet

Now that you have Ethereum, you need to send it to the wallet that holds the NFT. \
\
Click **send crypto**.&#x20;

<figure><img src="/files/Hr2fvnnIZKe60E946hh5" alt="" width="274"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter Your Wallet Address

Paste in the address and select the wallet that populates

<figure><img src="/files/6YAUcONFS45NZX0XW8XR" alt="" width="286"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Important: Select the Arbitrum network

Now choose the *Arbitrum* network.  This is the payment network that Autonomi ecosystem utilises.&#x20;

<figure><img src="/files/UdxeOtpB0V2Vj7ja3GhE" alt="" width="279"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm it's supported

In the following screen, confirm your choice by clicking **Yes, it's supported.**

<figure><img src="/files/fTVCWEDHRtAOMsCA4mUh" alt="" width="279"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose the amount to send&#x20;

Type in the USD value you wish to transfer or use the arrows to type the amount of Ethereum you wish to send. Then choose **preview**.&#x20;

<figure><img src="/files/Cjv7PTamMKUcOslVQU6K" alt="" width="278"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Send it

Click **send now**

<figure><img src="/files/KGNkhsXac2RlU1f1DEGl" alt="" width="280"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Approve on your phone

If you haven't already, download the Coinbase app on your phone, which is available for [Apple iOS](https://apps.apple.com/us/app/coinbase-buy-btc-eth-sol/id886427730) or on [Android](https://play.google.com/store/apps/details?id=com.coinbase.android\&hl=en_US).\
\
For security reasons Coinbase will ask you to open the the Coinbase app on your phone as a precaution. Go on your phone and click **approve**.&#x20;

<figure><img src="/files/wKcfN0tJO3QVPs6QbkX1" alt="" width="275"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Receive your ETH

Within a few minuets your ETH will be in your wallet, and you should be ready to [claim your ANT](/claiming-autonomi-tokens/claiming-your-autonomi-network-tokens.md).
{% endstep %}
{% endstepper %}


---

# 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://shareholders.maidsafe.net/claiming-autonomi-tokens/funding-your-transaction-costs.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.
