> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/bounty/bounty-onchain/bounty-+-mint-a-badge.md).

# Bounty + Mint A Badge

***

### Procedure: Bounty + Badge

#### 1. Go to the Bounty Landing Page

* Navigate to the landing page for the individual bounty you are managing or participating in.

#### 2. Upload a Badge (Optional)

* On the landing page, you can upload a **custom badge** for participants to mint.
* If you do not upload a custom badge, the platform will automatically use the **default images** for both desktop and mobile landing pages.

#### 3. Minting a Badge

You can mint a badge in two ways:

* **When creating a bounty** → As the bounty creator, you may mint a badge during bounty setup.
* **When participating in a bounty** → As a participant, you may mint a badge linked to your contribution.

#### 4. Adding a Landing Page to an Existing Bounty

* Go to the bounty you already created.
* Select the **“Add Landing Page”** button.
* Enter the following details:
  * **Heading** (main title for the page)
  * **Subheading** (supporting line)
  * **Description** (details about the bounty and context)

#### 5. Confirm & Publish

* Review the bounty details and associated badge.
* Save and publish to make the badge available for minting by all relevant participants.

***

#### Adding a Landing Page to a New Bounty

<figure><img src="/files/5uHZOEm0r8Rc1oBxQqkK" alt=""><figcaption></figcaption></figure>

#### Adding a Landing Page to an Existing Bounty

<figure><img src="/files/i4QPg0lfzS7sFVbJLY7t" 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, and the optional `goal` query parameter:

```
GET https://docs.zeroauthority.xyz/bounty/bounty-onchain/bounty-+-mint-a-badge.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.
