# Wallet Deposit and Withdraw

*As a decentralized and self-custodial DEX, NFEX is extremely safe to use, and users’ funds are locked into smart contracts rather than held by a centralized exchange. The traders themselves are the only ones with access to their assets. Please keep your assets safe!*

Before you start trading perpetual contracts at NFEX, you need to deposit ETH into your NFEX perpetual account. You are able to withdraw your assets from your NFEX perpetual account at any time.

You'll need to make some preparations before you can deposit and withdraw funds.

{% hint style="info" %}

## Preparation&#x20;

1. An Ethereum wallet such as MetaMask. Don't have one? Follow [**this guideline**](https://metamask.zendesk.com/hc/en-us/articles/360015489531-Getting-started-with-MetaMask).
2. Make sure your wallet is connected to the Ethereum Network.
3. Please keep  in mind that each deposit and withdrawal transaction between your available wallet and NFEX account can cost you certain gas fee. But after your deposits, you don't need to pay gas fees for trading pereptual contracts at NFEX once the on-chain deposits are done.
4. Make sure to prepare enough ETH in your wallet for gas fees.
   {% endhint %}

## How to Deposit ETH to NFEX?

### Step 1: Head over to [nfex.io](https://nfex.gitbook.io/docs/getting-started/www.nfex.io) and connect wallet to onboard

After entering the home page ([www.nfex.io](https://nfex.gitbook.io/docs/getting-started/www.nfex.io) ), check and ensure you are connected to the Ethereum Network.&#x20;

Then, click one of the two tabs to find the wallet connection page: "**`Get Started`**" on the left side of the page or "**`Connect Wallet`**" at the top right of the page.

<figure><img src="/files/a8AYacg1mXBgX6CjDaBI" alt=""><figcaption><p>NFEX homepage: www.nfex.io</p></figcaption></figure>

Select your Ethereum wallet, such as MetaMask, and click on it. Sign in your connection with a signature, and then you will come into the trading dashboard.&#x20;

<figure><img src="/files/KJ9c9FbZ6UjRWURQBeaX" alt=""><figcaption><p>choose your wallet and sign in with a signature</p></figcaption></figure>

### Step 2: Deposit funds

After you've connected your wallet, you'll come to the trading page.

Now all you need do is to find the deposit and withdraw section on the bottom left of the page and click on the "Deposit" button.

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

Enter the amount you want to deposit, and click the "**Confirm**" button to send the transaction to your wallet. After confirmation, your wallet will pop up and ask you to verify. Click on "**Confirm**" to approve your deposit.

<figure><img src="/files/Yryu7lqmNzKSpnhXxa9I" alt=""><figcaption><p>enter amount and confirm</p></figcaption></figure>

After your transaction is verified on the Ethereum Network, you can view your deposited assets at **Funds Transfer** at Profile page.

## How to Withdraw ETH from NFEX?

The withdrawing process is just like depositing.

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

Enter amount and click on "**Confirm Withdraw**"

<figure><img src="/files/8WgyJuznntRjgy42BoYX" alt=""><figcaption></figcaption></figure>

Find the wallet popup and verify your transaction by clicking **"Confirm."** After the Ethereum Network verifies the transaction, your withdrawal is completed successfully.

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

{% hint style="success" %}

## **Join Our Community**

* **Twitter**: <https://twitter.com/nfex_official>
* **Discord**: <https://discord.gg/nfex>
* **Medium**: [https://medium.com/@nfex.official](https://medium.com/@nfex.official/)
  {% endhint %}


---

# 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://nfex.gitbook.io/docs/getting-started/wallet-deposit-and-withdraw.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.
