> 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/readme.md).

# Welcome to Amoeba Farm

Amoeba Farm is a market and oracle system for synthetic exposure to hardware and industrial input markets.

The first focus is memory: RAM, DRAM, and NAND markets where information matters, but clean public exposure is hard to get. Amoeba turns those fragmented signals into defined monthly markets, transparent oracle recipes, and bounded-risk contracts.

## What Amoeba Farm Offers

Amoeba Farm gives individuals a way to:

* trade hardware-market views without relying only on chip equities or broad indexes;
* inspect how a market's settlement value is produced;
* use capped options where maximum loss is known before entry;
* contribute source data, challenge bad evidence, and collect bounties when work is accepted;
* build against the same market and oracle surfaces through documented CLI and API paths.

## How to Read These Docs

Start with the public path:

1. [About Synthetics](/about-synthetics/01-about-synthetics.md)
2. [Why Amoeba Farm](/overview/01-why-amoeba-farm.md)
3. [Where to Begin](/getting-started/01-where-to-begin.md)
4. [About Capped Options](/trading/01-about-capped-options.md)
5. [How the Oracle Is Structured](/oracle/01-how-it-is-structured.md)
6. [API](/developer/01-api.md)

The deeper lifecycle, contributor, market, and technical pages are references. They should support the public story, not replace it.

## Status

These docs are draft public documentation. They are not legal advice, investment advice, or final product parameter sheets. Live markets should point to exact published product, oracle, settlement, fee, and contract versions.


---

# 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/readme.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.
