> For the complete documentation index, see [llms.txt](https://docs.zero-code.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero-code.io/token-gater.md).

# Token Gater

## Why use a Token Gater?

Token gating can offer valuable benefits for brands in several ways:

1. **Exclusive Access**: Token gating allows brands to provide exclusive access to certain content or features based on token ownership. By offering exclusive content to token holders, brands can create a sense of exclusivity and reward their most loyal and engaged community members.
2. **Community Engagement**: Token gating encourages community engagement and incentivizes token holders to actively participate in the brand's ecosystem. By requiring tokens to access premium content or features, brands can foster a strong and vibrant community that remains invested in their offerings.
3. **Token Utility and Value**: Implementing token gating can enhance the utility and value of the brand's native token. Token holders are incentivized to acquire and hold the brand's tokens to access gated content, which can potentially drive demand and increase the token's value in the market.
4. **Monetization Opportunities**: Token gating can be utilized as a monetization strategy, allowing brands to generate revenue by selling or auctioning access to exclusive content or features. This can provide an additional stream of income for the brand and incentivize token holders to acquire more tokens.
5. **Data Collection and Insights**: Token gating enables brands to gather valuable data and insights about their token holders. By monitoring token ownership and engagement with gated content, brands can gain a deeper understanding of their audience, preferences, and behaviors, which can inform future marketing strategies and product development.

Overall, token gating can create a symbiotic relationship between brands and their token holders. It provides an avenue for brands to deliver exclusive value, foster community engagement, and leverage the utility of their tokens, ultimately contributing to the growth and success of the brand in the Web3 ecosystem.

{% embed url="<https://www.youtube.com/watch?v=5GUFMI2Z_rc&ab_channel=Zero-Code>" %}


---

# 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://docs.zero-code.io/token-gater.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.
