# Selling on secondary

{% hint style="info" %}
*Note: Collections deployed on Arbitrum do not have the marketplace feature.*
{% endhint %}

#### How do I sell a token on Highlight’s marketplace?

1. To sell a token you own, you’ll have to create a listing for that token. Start by visiting your profile page.&#x20;

   <figure><img src="/files/M4jteJtcevDwDpiY6EBS" alt=""><figcaption></figcaption></figure>
2. Navigate to the “Collected” tab and choose the token you want to create a listing for.&#x20;

   <figure><img src="/files/oIwzjUGjijmbCcdY1Lhm" alt=""><figcaption></figcaption></figure>
3. This will lead to the token detail page. Select “List for sale.”&#x20;

   <figure><img src="/files/Nt6AM1tMtvSNlUcKPDxp" alt=""><figcaption></figcaption></figure>
4. Enter your desired price, duration, and creator royalty amount.\
   \
   The option to honor creator royalties is toggled “on” by default. If toggled off, you can set custom creator royalties. Highlight enforces a minimum of 2%.&#x20;

   <figure><img src="/files/1urdpEaszPxDfhyCVW8f" alt=""><figcaption></figcaption></figure>
5. Select “List token” and confirm the transaction in your wallet.&#x20;

#### Manage your listings

Listings can be managed on your profile page under the “Listings” tab. Here, you can review offers for listing(s) as well as cancel listings.&#x20;

<figure><img src="/files/4ctRnO6uYU32LWKJqk7U" alt=""><figcaption></figcaption></figure>

To view offers, select the “View all x offers.” From there, review and choose the offer you'd like to accept.&#x20;

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

#### Manage received offers

Token and collection offers can be found on your profile under “Received offers.” The first column specifies if the offer is for a specific token or any within the collection.&#x20;

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

You can review and accept offers from this tab. If you are reviewing a collection offer, you’ll have to select the token to sell.

The option to honor creator royalties is toggled “on” by default. If toggled off, you can set custom creator royalties. Highlight has a minimum of 2%. Read more about our thinking around royalties [here](https://highlight.mirror.xyz/1BuWfv-Y7RCtdOSPgNlvbg5TdeVsaevRNG--1IYcLs0).&#x20;

<figure><img src="/files/7Ftza87oAbDWFzaWxcyA" alt=""><figcaption></figcaption></figure>

#### Email notifications

Opt-in to receive email notifications for your Highlight marketplace offers and listings. Just go to "Edit your profile" and enter your email address.&#x20;

<figure><img src="/files/P3TvZih7Cx9oYeCPzXcW" 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://support.highlight.xyz/knowledge-base/selling/selling-on-secondary.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.
