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

# Campaigns

[Come to the Updraft discord to start your campaign today.](https://discord.gg/w8At3Vd74K)&#x20;

<figure><img src="/files/mHzAZzRfTFsIrk4TefEE" alt=""><figcaption><p>A Campaign Card</p></figcaption></figure>

Campaigns direct attention toward a theme or topic by committing funds to reward participants through *airdrops* and funding solutions.

Campaigns are visible in the Tasks section of the home page. They are ordered by the value of the committed funds.

## Creating a Campaign

Start in the [campaigns channel of the Updraft discord](https://discord.gg/w8At3Vd74K) to get the form to create a campaign.

Information you can include:

* Campaign name
* Description
* Image
* Link that provides more information for participants
* Committed funds.
  * Which tokens besides UPD are you including in your committed funds? Committing funds in a community token are a great way to encourage drafters to accept funding in that token.
  * Which wallet addresses will distribute the funds?
* Tag combination
  * What tag combination should people apply to their Ideas and Solutions to take part in the campaign? — For example, a campaign to build reputation solutions for Aura, might use "aura" and "reputation" as its tags.

## Finding Ideas and Solutions related to a Campaign

Clicking the action button on the Campaign leads to the "search by tags" results for the tag combination used by the Campaign.

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

Ideas using your tag combination are ordered by 🔥, which signifies community interest.

## Campaign Ideas

When creating an Idea, there's an option for creators to join your campaign by using its tags.

<figure><img src="/files/TNqdTfoC7Tp7um9ZzgRE" alt=""><figcaption><p>Select a Campaign to add its tags to your Idea</p></figcaption></figure>

## Applying Committed Funds

### Airdrops

Airdrops are one of the two main ways to use committed funds to reward participants for showing interest in your campaign.

<figure><img src="/files/8qnqxQKXL0TcEOZVoKe3" alt=""><figcaption></figcaption></figure>

On an Idea page, just below the "Support Idea" button is a checkbox for "Airdrop". By using this checkbox, you airdrop the entire amount of your transaction to past supporters of this Idea.

Like other Idea funding, airdrops are done using UPD.

### Funding Solutions

Idea pages list Solutions that have been proposed for that Idea. Each Solution represents a concrete proposal to implement the Idea.

You should use your committed funds to fund high quality Solutions that are nearing their funding deadline.


---

# 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://guide.updraft.fund/updraft/advanced-topics/campaigns.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.
