# Web3 Quests

A very powerful quests type that let's you incentivize on-chain activity. For instance check if a user's wallet has performed the following:

{% hint style="danger" %}
being phased out in favour of custom quests and webhooks - consult the team on [Discord](https://discord.com/invite/uDWJ36CUMY) or [Telegram](https://t.me/thxnetwork) before implementing
{% endhint %}

* holds a certain ERC20 balance
* holds a certain NFT token
* staked a certain amount of tokens

<figure><img src="/files/GTARp7DeHqRZvjT3FqSU" alt="" width="375"><figcaption></figcaption></figure>

Currently supported chains are: Ethereum, Binance Smart Chain, Polygon, Polygon zkEVM, Arbitrum, Linea. If you want support for another chain, let us know in our [#suggestions channel on Discord](https://discord.gg/thx-network-836147176270856243).&#x20;

<figure><img src="/files/fD2RymQOzs5aRG3naJfV" alt=""><figcaption></figcaption></figure>


---

# 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.thx.network/campaign-managers/quests/web3-quests.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.
