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

# Campaigns

Campaigns are the core interaction layer on CypherHub.

They are structured marketing programs where brands reserve tokens or stablecoins for distribution among participants.

{% hint style="warning" %}
The platform is currently in closed beta.

The campaign system is partially deployed.

The full feature set, including the automated marketplace, will be released after beta ends.
{% endhint %}

### Campaign classification

#### 1. Pre-TGE campaigns

These campaigns are launched by projects that have not yet released their token.

Rewards are distributed in brand-native points or Cypher Coins (**CC**).

**Goal**

Build a loyal community from the ground up.

**Benefit**

Accumulate points that can later convert into project tokens at a favorable rate.

This creates strong upside for airdrop farming.

#### 2. Post-TGE campaigns

These campaigns are launched by projects whose tokens are already trading.

Rewards are paid directly in liquid assets.

Supported assets can include:

* **USDC**
* **USDT**
* Native tokens such as **ETH**, **SOL**, or **ARB**

**Benefit**

Instant liquidity.

Funds are credited to your balance and can be withdrawn to your wallet.

### Campaign workflow

{% stepper %}
{% step %}

#### Initiation

A brand creates a campaign with specific requirements, budget, and deadlines.
{% endstep %}

{% step %}

#### Reservation

You accept the terms and book a participant slot.
{% endstep %}

{% step %}

#### Creation

You publish original content that follows the campaign narrative and rules.
{% endstep %}

{% step %}

#### Synchronization

The Integrity Radar system automatically tracks your post.
{% endstep %}

{% step %}

#### Distribution

Every 24 hours, part of the reward pool is distributed among active posts in proportion to their weight.
{% 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, and the optional `goal` query parameter:

```
GET https://cypher-hub.gitbook.io/cypher-hub/campaigns.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.
