№ 0813Skill
Amoeba Farm hardware-market connector for Muse
Muse connector application for public hardware-market research over Amoeba Farm's existing HTTPS API, exposing RAM and NAND market catalogs and options books as Raw API operations.
# Amoeba Farm connector for Muse An application candidate for public hardware-market research. It uses the existing HTTPS API at `https://api.amoeba.farm`; no new production server is needed for the proposed **Raw API** connection. Muse's submission form also supports Existing MCP. The initial application selects Raw API. Directory approval and an installed, end-to-end Muse connector remain separate from this working API demo. ## Capabilities | Operation | Public GET route | What it supplies | | --- | --- | --- | | `listHardwareMarkets` | `/dlmm/markets` | RAMX/NANDX catalog and exact maturity identifiers | | `getHardwareOptionsBook` | `/markets/options-book/v1?underlying=ramx&month=YYYY-MM` | Observed calls/puts, bid/ask, visible size, maximum gross payout, settlement dates | | `getHardwareOracleStatus` | `/dlmm/oracle/markets/ramx` | Per-expiry oracle availability and evidence/settlement status | `ramx` and `nandx` are the only product inputs. Select maturity from `expiryId` (for example `RAMX-202609-CALL-01` means `2026-09`), not the settlement timestamp. Discovery may show unavailable maturities. A catalog entry is not a promise of liquidity. ### Access These existing public reads need no API key, OAuth grant, user account, wallet, payment, or user financial data. They use ordinary service availability and rate limits; no dedicated SLA is claimed. The API sees request metadata according to [Amoeba's privacy policy](https://amoeba.farm/privacy). Use only the three GET operations in [openapi.json](openapi.json). Broader API routes are outside this connector, including transaction preparation/submission, account reads, RPC, wallet access, deposits, withdrawals, and administrative work. No client-side restriction is represented as a new server-wide access policy. The optional OpenAPI URL is a standard API description, not a proprietary Muse manifest. ### Reading results correctly - Cite the API URL and original `observedAt`; preserve `freshness`, including stale/unhealthy/unavailable states. Retrieval time is not observation time. - All book amounts are decimal strings. Use the explicit six-place atom scales for display and preserve exact strings for downstream processing. - Best bid/ask and visible size are observations, not firm execution quotes. Do not turn an indicative `fairPrice` into a bid/ask, physical hardware cash price, or final s




ChatForm
Tgmlabs