> For the complete documentation index, see [llms.txt](https://support.highlight.xyz/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.highlight.xyz/knowledge-base/for-collectors/buying/buying-on-secondary.md).

# Buying on secondary

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

You can purchase tokens from Highlight’s secondary market through an artist’s project page. Collectors have three ways to buy tokens:

* Purchase a specific token listing: Tokens listed for sale by owners have a visible price on the marketplace and are available for immediate purchase.
* Make an offer on a specific token: If your desired token is not for sale, you can place an offer for it. The owner may or may not choose to accept.
* Make a collection offer: You can offer a fixed amount for any token in a collection. Any collection owner can accept at the price offered.

The following section will guide you through each of these options.

#### Buying a specific token or placing an offer

1. Each collection’s marketplace page can be found by scrolling down on the project page.&#x20;
2. On the marketplace page, tokens listed for sale will have a visible price. You can either purchase a token outright or make an offer for tokens that are not listed for sale.&#x20;

   <figure><img src="/files/KqD1I6JJHmyRMUD6LVG9" alt=""><figcaption></figcaption></figure>
3. **To make an offer on a token**, select “Make offer.” Enter the offer amount and duration. \
   \
   Note: offers are made in wrapped ether, or "WETH". If your offer is not fulfilled, you will have to unwrap your WETH back to ETH.

   <figure><img src="/files/62AZbGM9wbDIPoIsfhPf" alt=""><figcaption></figcaption></figure>

   **To buy a token**, click on the token price, and a confirmation modal will appear.&#x20;

   <figure><img src="/files/lrkM2bg48gtg5TLjfoWZ" alt=""><figcaption></figcaption></figure>
4. Confirm and sign the transaction in your wallet.

All active offers linked to your wallet can be seen in the “Offers made” tab on your profile. Canceling an offer does not incur any gas fees.

#### Making a collection offer

1. Navigate to the collection’s marketplace page.
2. Click the "Make Offer" button.

   <figure><img src="/files/zgoXj0eYN6vg7xORmu9m" alt=""><figcaption></figcaption></figure>
3. Enter your offer price, duration, and any specific trait (if applicable).
4. Confirm and sign the transaction in your wallet.

#### 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
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://support.highlight.xyz/knowledge-base/for-collectors/buying/buying-on-secondary.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.
