> For the complete documentation index, see [llms.txt](https://yapp-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yapp-ai.gitbook.io/docs/core-utilities/yapr/campaign-creators.md).

# Campaign Creators

Yappr lets you launch and manage performance-based promotion campaigns in Web3 quickly and easily. Here’s how to get started and understand the fees involved.

#### Step 1: Create a Campaign

* Go to the Yappr dashboard and click **“Create Campaign”**.
* Define your campaign details:
  * Set the total token reward pool that will be distributed to top contributors. This pool is mandatory to fund the campaign and guarantees rewards for participants.
  * Choose keywords and hashtags to track in posts (e.g., your project name or ticker).
  * Select which social platforms to monitor (currently X/Twitter supported).
  * Set the campaign duration (start and end date/time).
* Review and confirm the details.

#### Step 2: Fund the Campaign

Approve the token transfer for the reward pool to the campaign smart contract. This secures the rewards and enables automatic distribution.

#### Step 3: Launch and Monitor

Once your campaign is live, creators and community members start posting content that matches your criteria. Yappr’s AI scores each post in real time based on reach, relevance, and quality. Track progress from your dashboard.

#### Step 4: Automatic Reward Distribution

At the end of the campaign, rewards are automatically distributed to all participants who meet the criteria, based on their AI-assessed performance. This ensures fair and transparent rewards for genuine contributions — no manual intervention needed.

***

> **Platform Fee:** A fixed fee of 0.01 ETH is charged per campaign to cover operational costs. This fee is deducted automatically when you fund the campaign.


---

# 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://yapp-ai.gitbook.io/docs/core-utilities/yapr/campaign-creators.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.
