> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/manifold-for-developers/resources/widgets/restricted-token-widget.md).

# 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.
