> For the complete documentation index, see [llms.txt](https://wiki.bucketry.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bucketry.net/features/pyro-fishing/tournaments.md).

# Tournaments

Every so often, a PyroFishing tournament will happen. These last 10 minutes and there are four types. The first three ranking players are rewarded specifically, but all participants earn a modest quantity of bonus entropy.&#x20;

Becoming a participant in a tournament requires only that you’ve caught a fish satisfying the tournament criterium (eg. for the Most Fish and Length tournaments, catching just one custom fish enters you, whereas the Platinum fish tournament requires you to catch at least one Platinum-tier fish during the tournament, or else you will not be considered entered). The better your fishing rod is with both vanilla enchants and custom augments, the more advantage you have during tournaments.

#### **Tournament Types**

* Length: Catch the longest fish. Fish lengths vary randomly and only matter during this tournament.&#x20;
* Most Fish: Catch the greatest number of custom fish within the tournament time frame.&#x20;
* Lucky Catch: Be the first to catch a Platinum-Tier fish. Quantity doesn’t matter.&#x20;
* \`Random Catch: Be the first to catch a specifically named custom fish. Quantity doesn’t matter.


---

# 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://wiki.bucketry.net/features/pyro-fishing/tournaments.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.
