> For the complete documentation index, see [llms.txt](https://inspect.gitbook.io/inspect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inspect.gitbook.io/inspect/protocols-and-development/engagement.md).

# Engagement

The Campaign Engagement Protocol is a revenue-generating blockchain protocol designed for the NFT Inspect platform. It enables listed NFT projects to create targeted awareness campaigns and incentivize community engagement, fostering a mutually beneficial ecosystem for NFT projects, community members, and the DAO.

The protocol mechanism allows NFT projects to fund smart contracts with a specified number of INSP tokens, defining the number of entries and rewards per entry for their campaigns. Community members are encouraged to participate in these campaigns, receiving token rewards for their involvement. The protocol generates revenue by taking a 30% commission from the campaign funds, allocating it to the DAO treasury, and distributing the remaining balance to campaign participants.

**Key components of the protocol mechanism include:**

1. Campaign Creation: NFT projects create awareness campaigns by funding a smart contract with INSP tokens and setting the maximum number of entries and rewards per entry.
2. Community Participation: Community members engage with campaigns by completing tasks or actions, such as sharing on social media or joining a project's Discord server. Successful completion earns participants designated token rewards.
3. Reward Distribution and Revenue Generation: The protocol automatically distributes rewards to participants while deducting a 30% commission for the DAO treasury, generating revenue for the platform.

**Benefits of the Campaign Engagement Protocol include:**

1. Targeted Campaigns: NFT projects can create tailored campaigns to effectively reach their desired audience.
2. Incentivized Community Engagement: Token rewards encourage increased interaction and engagement with NFT projects and their campaigns.
3. Revenue Generation for the DAO: A 30% commission from campaign funds provides a sustainable revenue source for the DAO treasury, supporting platform growth and development.
4. Transparent and Secure: Blockchain technology ensures transparency, security, and trust in campaign creation, participation, and reward distribution processes.
5. Win-Win Ecosystem: The protocol establishes a mutually beneficial environment where NFT projects can promote their initiatives, community members are incentivized to engage, and the DAO generates revenue from commissions.

In conclusion, the Campaign Engagement Protocol offers a comprehensive solution for integrating a revenue-producing, community-driven campaign system into the NFT Inspect platform. By enabling NFT projects to create targeted campaigns and incentivizing community participation through token rewards, the protocol fosters a win-win ecosystem for all parties involved. Additionally, the protocol generates revenue for the DAO treasury through a 30% commission, further solidifying NFT Inspect's position as a leading player in the Web3 and SocialFi space.


---

# 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://inspect.gitbook.io/inspect/protocols-and-development/engagement.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.
