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

# Glossary

## Amoeba

The product, oracle, and market stack for standardized hardware and industrial-input risk.

## Amoeba oracle

The source-selection and update system that produces settlement-grade movement for a standardized product.

## Basket weight

The fixed product-level weight assigned to a bucket inside an index.

## Bucket

A standardized product category, such as a specific memory type, capacity, grade, or market environment.

## Capped option

An option-like payoff with a maximum payout known before trade entry.

## Challenge bond

Stake posted to force review of a source proposal or update claim.

## DLMM

Dynamic liquidity market maker. Amoeba uses Meteora DLMM as the active venue layer.

## Game Mode

The live period where users update already accepted sources. Game Mode changes states, not source weights.

## Opening print

The accepted starting value for a frozen source.

## Product version

The published recipe for a live contract: bucket definitions, basket weights, oracle rules, settlement rules, and payoff family.

## Scramble Mode

The pre-live period where users propose, support, challenge, and freeze the monthly source map.

## Source-local movement

The movement of one source relative to its own opening state, not relative to another source's raw price level.

## Source weight

The frozen influence of a source inside a bucket for the live period.

## Stake

Collateral locked behind a source proposal, source support, update claim, or challenge. Losing claims or failed challenges can be slashed according to the market version.

## Warehouse-backed claim

A roadmap object representing a claim on inspected, standardized goods held in custody.


---

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