> 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-analytics.md).

# Bounty Analytics

### Objective

To fetch live bounty data from the Zero Authority API and generate overall engagement and performance statistics using an AI model (Claude or GPT).

***

### Steps

#### 1. Open the Bounty Page

Navigate to the specific bounty you want to analyze:

**URL:** [Zero Authority Bounty Page](https://www.zeroauthoritydao.com/bounty/7056755e-0ef4-4b49-8154-692039785e6c)

#### 2. Get the Bounty ID

Copy the unique bounty identifier from the URL.

**Example:**

```
7056755e-0ef4-4b49-8154-692039785e6c
```

#### 3. Access the API Documentation

Go to the API documentation page:

**URL:** <https://www.zeroauthoritydao.com/api-docs#/bounties/get_bounties__id_>

#### 4. Use the GET Endpoint

Under **GET /bounties/{id} – Get bounty by ID**, paste your bounty ID into the parameter field, then click **Execute** to run the request.

#### 5. Copy the Request URL

Once executed, copy the generated request URL. It will look like this:

```
https://zeroauthoritydao.com/api/bounties/7056755e-0ef4-4b49-8154-692039785e6c
```

#### 6. Run the Request in an AI Model

Paste the full API URL into an AI model (Claude or GPT) and include a prompt for analysis.

**Example Prompt:**

```
Fetch data from this API endpoint:
https://zeroauthoritydao.com/api/bounties/7056755e-0ef4-4b49-8154-692039785e6c

Analyze and summarize the overall stats — include engagement metrics such as number of submissions, unique participants, total rewards distributed, completion rate, and any notable activity trends.
```

#### 7. Review the Output

The AI will generate a synthesized summary of the bounty's engagement and performance data based on the API response.

***

### Result

You will obtain a structured overview of the bounty’s real-time metrics — ideal for inclusion in community updates, dashboard analytics, or marketing summaries.

***

**Notes:**

* Ensure your API endpoint is accessible publicly or with an API key if required.
* Use consistent IDs when analyzing multiple bounties for comparative reporting.


---

# 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-analytics.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.
