# Profile

The PROFILE page is where users can view the connected wallet's assets (NFTs and ERC 20s), ETH balance, swap history (open, closed, dropped and expired) and ETH balance on the DEX.\
\
The PROFILE page also serves as an avenue for finding open swaps involving the connected wallet's assets and/or creating a swap with the connected wallet's asset.

![](/files/JlibTZFedpy5D1yIpa3Z)

The 'Assets' tab is where users can view all assets contained in the connected wallet. The 'Asset Type' menu allows users to select which asset type - NFT or ERC 20 - to view. The 'Collection' text entry field can be used as it is on the [BROWSE SWAPS](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps.md) and [NFT SEARCH](/docs/nft.org-dex/ui-ux-user-guide/nft-search.md) pages to search for NFTs contained in the connected wallet by contract address or collection title for NFTs and collections contained in the [curated list](/docs/nft.org-dex/curated-list.md).&#x20;

Clicking on a NFT via the PROFILE page leads users to the [NFT DETAILS](/docs/nft.org-dex/ui-ux-user-guide/nft-search/nft-details.md) screen where users can see all open offers on the NFT, the NFT’s swap history, and choose to list the NFT for sale.

![Clicking an ERC 20 from the 'Assets' allows the user to add it to a NEW SWAP. Clicking a NFT from the 'Assets' tab takes the user to the corresponding NFT DETAILS page.](/files/6VID8rkFNl2FjHsuuBKv)

The 'Swaps' tab allows users to view all open swaps and closed/dropped/expired swaps using the toggles to the right side of the search bar which functions similarly to the search bar elsewhere in the application.

![Clicking a swap via the 'Swaps' tab takes the user to the SWAP DETAILS page.](/files/vzQRksbC7e2bO9uxjgzT)

**ETH (MATIC) Balance on DEX**\
\
Because native currencies (ETH) don't have transfer functions NFT Protocol can use to automatically transfer them when swaps are executed, ETH received in swaps remains in the protocol’s smart contract and is reflected on the PROFILE page under ‘ETH Balance on DEX’. ETH balances can be withdrawn to the connected wallet at any time and the gas required to do so is comparable to any other ETH transfer.

![Withdrawing ETH from the DEX.](/files/tHU24JOBGI0dmU7GZPTj)

ETH balances on the DEX can also be used to take swaps on the DEX or make new swaps on the DEX. This accounting is done automatically such that DEX balances are used first and users are only prompted to transfer additional funds if necessary when making or taking a swap.


---

# 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://nft-org.gitbook.io/docs/nft.org-dex/ui-ux-user-guide/profile.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.
