> For the complete documentation index, see [llms.txt](https://docs.tensor.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensor.trade/trade/get-started-with-tensors-amm/buy-or-bid.md).

# Buy or Bid

Navigate to the **BUY** tab to begin:

![](/files/Wn4W9RjZRWzLxX8eJKdf)

{% tabs %}
{% tab title="Buy Now" %}
You can buy any listed NFT on TensorSwap as you would on other marketplaces.

Quickly see what the best **BUY NOW** price is:

![](/files/2XEh12SQAhJIeYVoYT9s)<br>

#### Option 1: Quick Buy

Hover over the NFT and click the **BUY** button. The price shown beside the NFT is the price you pay (**no additional fees**)!&#x20;

![](/files/yIjhmJvsVbOAptDRTXQ2)

#### **Option 2: Bulk/Sweep Mode**

Use the slider or click on the NFTs to select the NFTs you would like to purchase.

Click on the **big green shiny button** (which shows total amount due) to confirm final details.<br>

<figure><img src="/files/DAQOyUQdIZHOKESrIWLE" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Collection Bid" %}
AKA **buy limit order**: avoid having to tediously bid on individual NFTs: **place a bid to buy any NFT(s)** from a collection with 1 click on TensorSwap!

####

#### **1. Navigate to the COLLECTION BID tab**

![](/files/9OsxCYF2ZRmIQpXDVghC)

#### **2. Specify the # of NFTs you'd like to BUY**

![](/files/dfpxrU5qBReOzdh26wSA)

This will determine up to how many NFTs your bid can buy with the SOL deposited.

If no one sells to you, you may end up buying 0.

If your bid is completely exhausted, you will buy this many NFTs.<br>

#### **3. Specify the starting price** ![](/files/MipGslAzUik6P64mPwrO)

This is the price you **pay for the 1st NFT you buy.**

All subsequent purchases will be equal or lower (see next point).

#### &#x34;**. Specify the "decrease by" or "delta"**

#### ![](/files/izq8V8FpzNntF14mUIM7)

This is how much the price will decrease after each purchase.

For example, if the starting price was 4.959 SOL and you specify a decrease of **1 SOL**, the 1st purchase will be at 4.959 SOL, the 2nd at 3.959 SOL, the 3rd at 2.959 SOL, etc... until:

1. You run out of SOL deposited
2. The price is negative (< 0)\ <br>

#### 5. Confirm order details

![](/files/6anszh15BnKNKOcHFEyt)

You will be shown the exact amount of SOL you need to deposit to purchase the # of NFTs you'd like to buy.

#### 6. Sign & send your collection bid! Congrats 🎉&#x20;

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

See [Closing an Order](/trade/get-started-with-tensors-amm/closing-an-order.md) for how to cancel your bid.
{% endtab %}
{% endtabs %}


---

# 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://docs.tensor.trade/trade/get-started-with-tensors-amm/buy-or-bid.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.
