# Verifying a new NFT Collection

## Login to our Creator Portal

Head to our [Creator Portal](https://create.tensor.trade/) and sign up with your email.

## Find your Collection

Search for your collection via the NFT's ID/Address or the Collection's ID

<figure><img src="/files/zuZtPWmnwyJwZUY3Lk9X" alt=""><figcaption><p>Fill in the search bar with your NFT's ID address or the on-chain Collection ID</p></figcaption></figure>

## Legacy or Compressed

If your collection contains cNFTs (compressed NFTs), select Compressed. If not, then select Legacy.

<figure><img src="/files/2cKpDcqdjTWnmK1Ico2e" alt=""><figcaption></figcaption></figure>

## Identification Method

Tensor has 3 main ways of grouping up your individual NFTs into a collection

1. Metaplex Certified Collection (on-chain Collection ID)
2. First Verified Creator&#x20;
3. Hashlist

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

By default, your collection's identification method should be pre-selected. If there's any issues you can manually switch to another option.

## Filling in Collection Details

Tensor automatically captures all the on-chain data for your collection. Double check if there are any mistakes and fill in any missing data.

* Collection Name
* Collection Slug/URL (tensor.trade/trade/**slug**)
* Collection Symbol
* Description
* Collection Image (Logo)
* Socials
  * Twitter (X)
  * Discord (no vanity links, these can be stolen!)
  * Website

{% hint style="warning" %}
Connect with your project's official X account to authenticate your ownership! Your claim may be rejected if you do not connect.
{% endhint %}

To further authenticate your ownership, **it is recommended** to connect and sign with your Update Authority wallet.

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

Once signed, hit the submit button for our staff to review.

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


---

# 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://docs.tensor.trade/work-with-us/creator-portal/verifying-a-new-nft-collection.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.
