# Token Gated Access

### What is Token Gated Access?

Token Gated Access allows an owner of a minted space to limit access to users based on if they have a certain NFT, token(s), or DAO membership.

**Token Gated Access is currently in Beta.** We are currently working to make this a more stable integration. If you are having issues, please report them in the Discord.

### How do I use Token Gated Space in Mona?

To enter a Mona Space that is Token Gated, you must first own the token needed to enter. Then you just link your wallet and you can enter the Space.&#x20;

{% embed url="<https://www.youtube.com/watch?v=jf3GH9_3gp4>" %}

### Which Networks are Supported?&#x20;

Ethereum, Polygon, Binance Smart Chain, XDai, Fantom.\
\
Also: Any ERC-20 tokens on those networks

### How to Set up Token Gated Access

Once a Space is minted, the Gated Access (Beta) category will be available for the owner of the Space.&#x20;

![Gated Access Section](/files/eUGG5FrFyGFgIaQLK1zz)

Clicking on '*Set Conditions'* will offer a popup with three categories as follows...

![Access Options](/files/GwtRATMWi27gWfeGN6Ig)

## NFT Holders

Selecting NFT Holders will offer up the options for how your NFT requirements are set.

![NFT Options](/files/7kjTXLgdEhxJVCQakCq9)

#### Network&#x20;

Only the Networks available in this dropdown are supported presently, they include : Ethereum, Polygon, Binance Smart Chain, XDai, and Fantom.

#### Contract Address

The Contract Address is the address of the NFT in question. This will only work on the *entire* collection, not just an individual NFT.

#### Name of NFT (Singular)

This is the name of the required NFT in question as a *singular* item as it will be presented as  : \
"This space is exclusive to ***NFT Item*** owners".

#### Minimum Quantity

This defines how many of the NFT in question the user needs to enter the space.

#### Labels.link

Link to the space.

## ERC-20 Token Holders

Selecting ERC-20 Token Holders will offer up the options for how your Token requirements are set.

![Token Holder Options](/files/JuVJZa9FGStmWTCy1KWA)

#### Network&#x20;

Only the Networks available in this dropdown are supported presently, they include : Ethereum, Polygon, Binance Smart Chain, XDai, and Fantom.

#### Contract Address

The Contract Address is the address of the Token in question.&#x20;

#### Name of Token

This is the name of the required Token required such as Ethereum, or Polygon Matic.

#### Ticker

This is the abbreviated ticker name of the token such as ETH, or MATIC.

#### Minimum Quantity

This defines how much of the Token in question the user needs to enter the space.

#### Link to Buy Token

This is a link to where you can buy the token if you want access.

## DAO Members

Selecting DAO Members will offer up the options for how your DAO requirements are set.

![DAO Options](/files/PPpa9jp6S4NPom2JZYFH)

#### Network&#x20;

Only the Networks available in this dropdown are supported presently, they include : Ethereum, Polygon, Binance Smart Chain, XDai, and Fantom.

#### Contract Type

Supported contracts are listed in the dropdown. Currently, DAOHaus and MolochDAOv2.1 are supported.

#### Contract Address

The Contract Address is the address of the DAO in question.&#x20;

#### Name of DAO

This is the name of the required DAO.

#### Link to join DAO

This is a link to where you can join the DAO if you want access.


---

# 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.monaverse.com/collect/own-a-space/token-gated-access.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.
