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

# Disclaimers

What this documentation is, and what it is not.

## A game in development

Bloomshire is playable but unfinished. Four of ten planned regions are built, and several things described here are planned rather than live. Anything marked as planned may change, be delayed, or not ship at all.

## No dates

No release date, mint date or Token Generation Event date appears anywhere in this documentation, because none has been decided. If you see a date attributed to Bloomshire that does not appear here, treat it as unverified.

## Nothing is live on chain

The Founding Farmers collection has not been minted, deployed or published, and no contract exists. The Land collection does not exist. There is no project token. Farming Points are not accruing.

Holding anything today grants nothing in game, because nothing has been issued.

## Not financial advice

Nothing here is an offer to sell, a solicitation to buy, or advice of any kind regarding any digital asset. The planned collections and token are described as game design, not as an investment.

Digital assets carry risk, including total loss. Make your own decisions and take your own advice.

## Your wallet

Signing in asks your wallet to sign a short challenge, and that is all. Bloomshire never sees a private key, never holds one, and never signs anything on your behalf.

**Bloomshire will never ask you for a seed phrase or a private key.** Nobody from the team will ask either. If anyone does, they are not us.

## Beware impersonation

Official documentation lives at `docs.bloomshire.xyz`. The game lives at `bloomshire.xyz`.

Treat any other domain, any unannounced mint, and any claim of a token sale as fraudulent until you have checked it against an official channel.

## Accuracy

Everything here was taken from the game itself. Values change during development. Where a page and the game disagree, the game is right and the page is out of date.


---

# 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.bloomshire.xyz/disclaimers.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.
