> For the complete documentation index, see [llms.txt](https://bountytemple.gitbook.io/whitepaper-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bountytemple.gitbook.io/whitepaper-v1/gameplay/pet-system/pet-food.md).

# Pet Food

Pet food is an exclusive item used to level up pets and increase their gold multiplier.

<figure><img src="/files/IlrNz06TvS1WJTPn9v0i" alt=""><figcaption><p>Pet Food respectively: Nuts, Giant Ham and Poultry </p></figcaption></figure>

Supply is extremely limited, and it can only be obtained in several ways:

1. **Referral programs:** Pet food will be given out as a reward to those who successfully refer their friends in the pet food referral program (coming soon).
2. **AMA sessions:** From time to time, we will be giving out limited amounts of pet food as prizes to selected attendees of our AMA sessions.
3. **Marketplace:** Pet food can also be purchased secondhand on the marketplace from owners who manage to obtain it via methods 1 and 2. However, the amount available on the marketplace is largely dependent on the amount of owners who are willing to sell.

Apart from the above methods, there are currently no other plans to make pet food available via any other means, so be sure to participate in our AMA sessions and keep an eye out for the upcoming pet food referral program!

&#x20;


---

# 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://bountytemple.gitbook.io/whitepaper-v1/gameplay/pet-system/pet-food.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.
