# GIVE vs. TAKE

**GIVE / TAKE**

The GIVE/TAKE terminology is intended to be interpreted from the perspective of the user viewing a given page and the intention that user is likely to have when viewing that page.\
\
On the [NEW SWAP](/docs/nft.org-dex/ui-ux-user-guide/new-swap.md) page - from the perspective of a user creating a swap - the GIVE side is used by the swap creator to specify the assets from the connected wallet to be placed into the swap. The TAKE side is used by the swap creator to specify the assets from the connected blockchain required to take the swap - i.e., the swap's "price".

![This user is listing the NFT on the GIVE side for sale at a price of 300 USDT.](/files/xxC1QClAvAvRTt0AyBzm)

![This user is offering the NFT on the GIVE side for the NFT on the TAKE side.](/files/aHtLpfpNG9k6FiYQbuQE)

On the [SWAP DETAILS](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps/swap-details.md) page - from the perspective of someone contemplating taking the swap - the GIVE side used to denote the assets required by the user to give in order to take the swap - the "price". The TAKE side is used to denote the assets capable of being acquired by taking the swap - "for sale".

![In this swap someone has offered .005 ETH for the NFT on the GIVE side. The ETH is "for sale" and the NFT is the "price".](/files/paTYrZgmC3Vcol8UzP0n)

On the [BROWSE SWAPS](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps.md) page the asset type filters labeled 'TAKING' filter the TAKE or "for sale" side of the swap and the asset type filters labeled 'GIVING' filter the GIVE or "price" side of the swap.

![The 'TAKING' and 'GIVING' asset type filters pertain respectively to the TAKE or "for sale" side of the swap and the GIVE or "price" side of the swap.](/files/RBEo9rcnSzjzn1LnjsAU)


---

# 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/give-vs.-take.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.
