# Listings

The Listing is the simplest way a token can be sold on objkt.

### Creating a listing

Any owner of a token has the ability to list that token for sale at a fixed price in Tezos. To list a token for sale, start by navigating to the token page. On the token page, click on the `List` button on the right-hand side.

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

On the popup that opens, you can specify the number of editions, price per edition and currency you want to list the token for. You are also able to define an additional referral bonus.\
Once you're happy with your input, click on `List` and proceed with signing the transaction. It can take between 30 - 60 seconds for the listing to appear on the marketplace.

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

### Cancel a single listing

You can cancel your listing directly on the token page where you placed it. Under the `Listings` tab you will find all your listings created for a token. There you have the option to cancel it by clicking on the red button.

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

### Cancel multiple listings

To cancel multiple listings navigate to your profile and click on the `Listings` tab. There you will find a list containing all the listings you have created. By checking multiple rows and clicking `Cancel Selected` you'll be able to cancel multiple listings in the same wallet transaction.

<figure><img src="/files/OR9vICraXKlLmPEGCI5l" 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.objkt.com/product/product-guides/token-buy-sell/listings.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.
