# Create a campaign

### Requirements

* An EVM wallet on Camp Network.
* A small amount of **CAMP** for gas.
* Optional: CAMP to self-fund for testing.
* Camp **Origin** setup (for campaign media + socials):

  * Connect the social accounts you want displayed.
  * Mint the media you want to feature (image, video, or audio).

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

### Decisions to make up front

* **Goal** in CAMP. This impacts messaging and urgency.
* **Duration** (1–365 days). Shorter windows convert better.
* **Perks** (tiers) vs **custom amounts**. Tiers help clarity.
* **Optional: Refund posture** if you fail to hit goal. Refunds require your approval.

Log in to your dashboard: [https://creatorsvault.xyz/dashboard/](https://creatorsvault.xyz/dashboard/connect).

Click **Create new campaign**.

### Configure your campaign

{% stepper %}
{% step %}

### Set core details

* Set a funding goal in **CAMP**.
* Choose a duration (**1–365 days**).
* Add metadata: title, description, category, etc.

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

{% step %}

### Add media

Creator Vault fetches your campaign media and socials from **Camp Origin**.

* Select media from your Origin library (image, audio, or video)..

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

{% step %}

### Launch

* Review the preview.
* Approve the deployment transaction in your wallet.
* The campaign goes live immediately after confirmation.

{% hint style="warning" %}
After deployment, assume core terms are locked. Double-check goal and duration before you sign.
{% endhint %}
{% endstep %}
{% endstepper %}

### After publishing

* Go to **My Campaigns tab in your Dashboard**, find your created campaign, then click **Manage**.
* From **Manage**, you can:
  * Add or edit reward tiers (optional)
  * Turn **custom funding** on or off.
  * Update perks and other campaign metadata.
* Share the campaign link from your official accounts.

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

### Gas costs

Campaign deployment is free. Typical total gas cost is \~**0.01–0.05 CAMP**.

### What is immutable

Deployed contracts enforce the core funding rules. Assume your goal and core terms cannot be changed after launch.

### Troubleshooting

**My wallet shows the wrong network.**

Switch to **Camp Network** and retry the action.

**My transaction failed.**

* Make sure you have enough CAMP for gas.
* Retry when the network is less congested.
* If you are using a hardware wallet, confirm the prompt on-device.


---

# Agent Instructions: 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://creator-vault.gitbook.io/documentation/creator-vault/campaigns/create-a-campaign.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.
