> For the complete documentation index, see [llms.txt](https://docs.squads.so/squads-v3-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/squads-v3-docs/integrations/tensor.md).

# Tensor

{% hint style="info" %}
Squads users can buy and list their NFTs directly from their Squad using Tensor integration.
{% endhint %}

## What is Tensor?

Tensor is a fast-growing NFT marketplace and trading platform, which allows their users to buy NFTs from different marketplaces.

## How to buy NFTs from Tensor?

**To buy the NFT directly from your Squad:**

1. Navigate to the "Vault" tab and select the "NFT" section.
2. Click on the "Buy" button, insert the link from Tensor and launch a transaction. Make sure you have enough funds in your Squad vault to purchase the NFT.

<figure><img src="/files/Rt8IK0eZlikyDXVQdSDB" alt=""><figcaption><p>Buy NFT pop-up</p></figcaption></figure>

{% hint style="warning" %}
Please note that you can only purchase NFTs that are directly listed on Tensor. You can filter out all other marketplaces. You can find a link button in the NFT card in the top right corner.
{% endhint %}

<figure><img src="/files/J1MSArLYKqW8Xnd2Hmi1" alt=""><figcaption><p>Detailed transaction view</p></figcaption></figure>

3. Your NFT will appear inside the NFT gallery upon transaction execution.

## How to list NFTs on Tensor from your Squad?

1. To list NFT, navigate to the "Vault" tab, select the "NFT" section and click on the NFT you would like to list.&#x20;

<figure><img src="/files/AnQJSKesAxmKE9iaj9aX" alt=""><figcaption><p>NFT detailed view</p></figcaption></figure>

2. Once you are in the detailed NFT view, click on the "List" button, set a price and description (optional) and launch a transaction.&#x20;

<figure><img src="/files/VLBjbjet9zN1D5jBlMEG" alt=""><figcaption><p>List NFT pop-up</p></figcaption></figure>

3. Your NFT will be listed on Tensor and marked as "Listed" in the NFT gallery upon transaction execution.&#x20;

**You can also change the price of the NFT you listed or delist it at any time. To do this:**&#x20;

1. Click on the NFT you would like to delist or which price you would like to change.
2. To delist NFT click on the "Delist" button / to change the price click on the "Edit listing" button and launch a transaction.
3. Your NFT will be delisted / the price of the NFT will be updated upon transaction execution.


---

# 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.squads.so/squads-v3-docs/integrations/tensor.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.
