> For the complete documentation index, see [llms.txt](https://docs.scribble.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scribble.network/for-creators/how-campaigns-work.md).

# How Campaigns Work

Every Scribble campaign follows the same flow, from finding a bounty to getting paid. Here is exactly what happens at each step.

{% stepper %}
{% step %}

#### **Find a bounty**

Browse the marketplace and find a project you genuinely know or care about. Read the project description, reward pool, deadline, and accepted platforms before entering. Writing about something you understand always produces better content — and better content wins.
{% endstep %}

{% step %}

#### **Read the brief**

Every bounty has a creator brief inside. Read it fully before writing. It covers the project background, key messages to include, angles to avoid, and the content categories approved for this campaign.

Educational | Product walkthrough |Comparison | Personal experience | Strategy-focused
{% endstep %}

{% step %}

#### **Pick your topics**

Each bounty includes a list of query-based topics — the specific questions real users are asking LLMs that this brand wants to be cited for. These topics are derived directly from the brand's tracked queries on ChatGPT, Perplexity, Gemini, Grok, and Copilot. Pick the ones you can write about most authentically and aim your content at answering them well.

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

{% hint style="info" %}
The best performing content directly answers the query in the title or opening line. LLMs cite content that matches user intent precisely.
{% endhint %}
{% endstep %}

{% step %}

#### **Choose your platforms and publish**

Publish your content on the platforms accepted for that bounty. Each platform you publish on is a separate submission, and each one reaches a different set of LLMs.

<figure><img src="/files/83QwxI0IWT1bkHtMr9x1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
All content must be human-written. AI-generated submissions are not accepted and will be disqualified.
{% endhint %}
{% endstep %}

{% step %}

#### **Submit your link**

Paste your published content link into the submission panel inside the bounty. Select the content category that matches what you wrote and which social account it was published from. You can submit multiple links from different platforms.

<figure><img src="/files/VUHKtedkBdVnw7TgZur5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Get paid**

Once the brand reviews and approves submissions, rewards are distributed directly to your connected wallet in USDC. No follower minimums. No engagement thresholds. Quality wins.

<figure><img src="/files/ltD6BzRiYsHf4PxbhJxv" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.scribble.network/for-creators/how-campaigns-work.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.
