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

# Bounties

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

### **Summary**

Bounties add variety to your daily gameplay in Pirate Nation! With Bounties, you can put your pirates to use even when you're not actively playing. And the best part is that you don't even need to use energy to participate!

### How Bounties Work

Bounties have a duration of 11 hours once begun, although a few take longer, some up to 6 days. Each Bounty rewards you with a basic resource of your choosing, along with a potential bonus reward if you meet the right conditions.

Bounties have a base reward tier and 3 'bonus tiers'. The bonus tiers are at 5, 10 and 20 Pirates.

Once you undertake a Bounty, your allocated pirates will be locked until you complete it.&#x20;

### Founder's Bounties

Keep an eye out for the golden crossbones on the right side for Bounties that are exclusive to Founder's Pirate holders.&#x20;

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

### Claiming Your Rewards

Completing a Bounty will earn you payouts, which you must claim to receive. Note that if any of your pirates are transferred while on Bounty you won't be able to claim your payout, so sit tight!


---

# 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.piratenation.game/learn/the-game/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.
