> For the complete documentation index, see [llms.txt](https://docs.project02.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.project02.com/degen-fusion/bounties.md).

# Bounties

Bounties in Project 02 Degen Fusion are high-risk, high-reward objectives woven into the fabric of our games. They're fully decentralized, on-chain claimable, and designed for the boldest players or most-persevering teams.

Whether through collaboration, whaling out, strategic gameplay or sheer luck, players race to unlock these rare opportunities—knowing that only a few will ever succeed. Each bounty is significant, but nothing is guaranteed. The path is public. The game is open. The stakes are real.

#### Initial Bounty

* 222 ETH for the first claimant
* (2) Tier-6's are required
* BountyId: 0


---

# 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.project02.com/degen-fusion/bounties.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.
