> For the complete documentation index, see [llms.txt](https://docs.amoeba.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amoeba.farm/reference/01-market-lifecycle.md).

# Market Lifecycle

Amoeba uses a monthly lifecycle because hardware data is not a clean continuous price tape.

The lifecycle separates product setup, source selection, live updates, and settlement so that a live contract is not quietly rewritten after users enter.

## Lifecycle stages

| Stage                 | Purpose                                             | Main invariant                                 |
| --------------------- | --------------------------------------------------- | ---------------------------------------------- |
| Contract creation     | Publish what the market is.                         | Product version is known before trade.         |
| Source selection      | Build the monthly source recipe.                    | Source weights freeze before live updates.     |
| Opening print         | Set denominators for accepted sources.              | No opening print means no active source delta. |
| Oracle Game Mode      | Update frozen source states.                        | Game Mode changes states, not weights.         |
| Settlement and claims | Convert final oracle output into contract outcomes. | Settlement uses the published payoff rule.     |

## Why stages matter

Without stages, disputes become hard to reason about. A user could argue about product definition, source validity, update value, and settlement payout all at once.

The staged lifecycle forces each question into the right window:

* product questions before contract launch;
* source membership questions before freeze;
* opening value questions before activation;
* update questions during Game Mode;
* payout questions at settlement.

That structure is what makes the oracle challengeable without letting challenges endlessly rewrite the market.


---

# 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.amoeba.farm/reference/01-market-lifecycle.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.
