# Curation Widget

**Current Version**

`0.0.3`

#### **Javascript Library**

<https://curation.manifoldxyz.dev/0.0.3/curation.umd.min.js>

#### Base CSS

<https://curation.manifoldxyz.dev/0.0.3/curation.css>

#### Required Properties

* **data-widget**: "m-curation"
* **data-curator-address:** Address of the curator
* **data-curation-id**: The id of the Curation created from [Manifold Share](https://share.manifold.xyz)
* **data-network**: The network chain id your listing is on (e.g. Ethereum Mainnet is 1, Goerli is 5).

**Optional Properties**

* **data-appearance:** "dark" or "light"

## Overview

Curation widget allows you to embed curated listings from [Manifold Share](https://share.manifold.xyz) on your website. The listings displayed via the Curation widget link to the listing's sale page and will attribute the Curator's wallet address as the "referrer" allowing them to earn 6.9% of the sale price if someone places the winning bid using the listing link.

## Creating a Curation&#x20;

Curations are created and managed on [Manifold Share](https://share.manifold.xyz). Connect your wallet, add new Curations in the "Curate" tab, then *heart* (❤️) listings you find in "Browse" and pick which Curation(s) to save in.

## Adding Curation Widget

You can find detailed instructions on how to install and use widgets for your specific website stack by referring to [Step 3 in the Getting Started Guide](/manifold-for-developers/guides/getting-started.md#step-3-add-manifold-widgets-to-your-website). Step 1 and 2 are not required for this widget.


---

# 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.manifold.xyz/manifold-for-developers/resources/widgets/curation-widget.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.
