> For the complete documentation index, see [llms.txt](https://docs.trantor.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trantor.xyz/businesses/b-user-guide/community/most-valuable-builder-mvb/add-quests/new-quest-types.md).

# New Quest Types

We included 3 types of new quests as follows:

1. **Other Contract**

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

This is an on-chain quest to automatically verify if a user has interacted with a contract assigned by the community. Many use cases will be unfolded with such quest type, for example, a Web3 project requires users to purchase a small amout of their native tokens and stake them on their platform to get reward. You need to input:

* **Contract Address**
* **Operator Address**\
  This refers to Spender Address to allow an external platform(e.g. NFT Market, Crypto Wallet etc.) to access your assets to executute the transaction.&#x20;
* **Contract Type**\
  Select amongst ERC20, ERC721 and ERC1155.
* **Network**\
  Select amongst multiple EVM chains(e.g. BNB chain, Polygon, Arbitrum etc.)

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

2. **url**

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

This is an off-chian quest. The users need to submit url link to complete the quest. Many use cases will be unfolded with such quest type e.g. users to create a tutorial video about a Web3 project, publish it on Youtube and submit url link for review. Or users to write an article to advocate a Web3 project, publish it on Mirror and submit url link etc.&#x20;

3. **Q\&A**

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

This is an off-chian quest. The users need to answer a question to complete the quest. There will be many use cases with this type of quest e.g. users to read the roadmap of a Web3 protocol and reply what are the new features to be rolled out by next Quarter.

4. **Visit Website**

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

This is an off-chian quest. The users need to visit a website, this website can be the landing page of any Web3 projects or other websites  assigned by the community.&#x20;


---

# 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.trantor.xyz/businesses/b-user-guide/community/most-valuable-builder-mvb/add-quests/new-quest-types.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.
