# Restricted Token Widget

**Current Version**

`0.1.0`

#### **Javascript Library**

<https://restrictedtoken.manifoldxyz.dev/0.1.0/restrictedToken.umd.min.js>

#### Base CSS

<https://restrictedtoken.manifoldxyz.dev/0.1.0/restrictedToken.css>

#### Required Properties

* **data-widget**: `"m-restricted-token"`
* **data-network:** The network chain id your token contract is on (e.g. Ethereum Mainnet is 1).
* **data-address**: Your token's contract address

## Overview

The Restricted Token Widget allows you to display any/all marketplaces that are blocked from transferring this token address. The widget displays its information in accordance with the [Creator Ownership Research Institute](https://corinstitute.co/)'s standards.

This is especially important information to have when you are selling a token (i.e. if you are using [marketplace widget](/manifold-for-developers/resources/widgets/marketplace-widgets.md)).

{% hint style="info" %}
If there are no marketplaces blocked, then the restricted token widget will not display on the page.
{% endhint %}

<div align="center"><figure><img src="/files/ekiVlUtwUOaWVpa3LxX8" alt=""><figcaption><p>Restricted Token Widget in Dark Mode</p></figcaption></figure></div>

## Adding the Restricted Token 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/restricted-token-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.
