> 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/the-bounty-platform.md).

# The bounty platform

The bounties marketplace is where you find active campaigns, read project briefs, and submit your content. Everything lives in one place, your profile, your submissions, your rewards.

### The marketplace

Browse all active bounties, sorted by newest or deadline. Each card shows you everything you need to decide whether to enter.

<figure><img src="/files/EQubU1QYqtXpIVI9l3eY" alt="" width="375"><figcaption></figcaption></figure>

### What's on a bounty card

{% columns %}
{% column %}
**Deadline**

How long you have to submit. Urgency shown in orange when under 3 days.
{% endcolumn %}

{% column %}
**Reward pool**

Total USDC available. Can include project tokens too.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**Creator count**

How many creators have already entered the bounty.
{% endcolumn %}

{% column %}
**Platforms**

Which platforms are accepted for submission on this bounty.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**Content type**

Short form (X threads) or long form (articles, posts), and which platforms.
{% endcolumn %}

{% column %}
**Entry** **status**

Whether you have entered, are under review, or have won.
{% endcolumn %}
{% endcolumns %}

### Your profile

Your Scribble profile tracks your points balance, wins, and total submissions, and links to your connected social accounts. Points accumulate across campaigns and contribute to your standing in the creator network.

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


---

# 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/the-bounty-platform.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.
