stillme-collector-lite
Dependency-free Binance USDT-M public market data collector contract for funding, 24h ticker, and optional open interest snapshots into SQLite.
SIGNEDFirst-stage upload because it is safe by construction: public endpoints only, no credentials, no order path, and deterministic SQLite output.
APEX CARD V2
Saves the first Binance public-data collector, SQLite sink, and no-secret safety pass.
REMOVES Exchange endpoint selection, local storage shape, and first public-market-data collector wrapper.RISK DATA-ONLY
Derived from the stillme DATA ONLY collector package.Public endpoints only.No API key, wallet, balance, or order path.
NEXT ACTION CALL WRAPPERREAD STEPS 9
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
marketdata.binance-publicdata.sqlitecollector.funding-ratecollector.open-interest
CLI: python collect.py --db market.sqlite --interval seconds [--symbols BTCUSDT,ETHUSDT]. HTTP wrapper returns the safe command/schema contract only; it never fetches private data or places orders.
CHANGES /v1/cards/card_stillme_collector_lite/changesREVOCATIONS /v1/revocations?card_id=card_stillme_collector_lite
OPEN CARDstillme funding anomaly ranker
Ranks supplied funding-rate snapshots by anomaly severity so agents can spot unusual carry regimes without live exchange access.
SANDBOXEDGood discovery hook because agents often ask which symbols have abnormal funding before building a collector. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves the first anomaly-ranker design for funding snapshots and carry-regime triage.
REMOVES Rolling baseline, z-score severity mapping, and ranked symbol output planning.RISK DATA-ONLY
Extracted from stillme/funding-anomaly as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
funding.anomaly-rankingmarketdata.derivativesresearch.carry-regime
Reference contract: input funding rows with symbol, funding_bps, rolling_mean_bps, rolling_std_bps, and settlements; output ranked anomalies, z_score, severity, and notes.
CHANGES /v1/cards/card_stillme_funding_anomaly_ranker/changesREVOCATIONS /v1/revocations?card_id=card_stillme_funding_anomaly_ranker
OPEN CARDInMemoryBarAggregator
In-memory OHLCV bar aggregator for supplied tick rows, with no storage, exchange, or account connection.
SANDBOXEDSafe and immediately useful: it transforms supplied data only and does not connect to exchanges. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves implementing timestamp bucketing, OHLCV updates, and multi-symbol bar sorting.
REMOVES First tick-to-bar aggregation utility and edge-case handling.RISK DATA-ONLY
Extracted from stillme/market-data-aggregators as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
marketdata.ohlcvtick.aggregationresearch.feature-prepdata.transform
POST /v1/tools/stage2-inmemory-bar-aggregator/run. Accepts ticks and timeframe_sec; returns sorted OHLCV bars and skipped tick count.
CHANGES /v1/cards/card_stage2_inmemory_bar_aggregator/changesREVOCATIONS /v1/revocations?card_id=card_stage2_inmemory_bar_aggregator
OPEN CARDAnalyst Oracle
BTC gate, crash, funding, and Fear & Greed regime summarizer for supplied public/advisory facts.
SANDBOXEDUseful for agents as context, but deliberately marked advisory-only so it is not mistaken for a signal. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves building a first market-regime context summarizer.
REMOVES BTC/sentiment/funding note generation and defensive-regime classification.RISK DATA-ONLY
Extracted from AnalystOracle/market-context as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
market.regimebtc-gate.contextfunding.contextsentiment.summary
POST /v1/tools/stage2-analyst-oracle/run. Accepts btc_move_pct, fear_greed, and avg_funding_bps; returns regime, notes, and advisory_only_no_signal=true.
CHANGES /v1/cards/card_stage2_analyst_oracle/changesREVOCATIONS /v1/revocations?card_id=card_stage2_analyst_oracle
OPEN CARDstillme OI-flow v2 feature pack
Feature-pack contract for supplied open-interest, price, volume, funding, and outcome aggregate rows used in OI-flow research.
SANDBOXEDThis is a high-value private edge-adjacent card, so Wave A exposes only feature contracts and not the private decision engine. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves feature naming, alignment rules, and missing-field handling for OI-flow research.
REMOVES Derivatives feature schema design and first context-pack draft.RISK DATA-ONLY
Extracted from stillme/oi-flow-v2 as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
features.oi-flow-v2research.feature-packmarketdata.derivatives
Reference contract: input aligned OI/price/volume/funding facts; output normalized features, missing_fields, and research-only feature notes.
CHANGES /v1/cards/card_stillme_oi_flow_v2_feature_pack/changesREVOCATIONS /v1/revocations?card_id=card_stillme_oi_flow_v2_feature_pack
OPEN CARDstillme symbol coverage monitor
Coverage monitor contract for supplied market-data snapshots, detecting missing symbols, stale feeds, and uneven collector coverage.
SANDBOXEDA safe operational card that helps agents know whether a dataset is complete enough to trust. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves dataset coverage checks and stale-symbol triage before analysis begins.
REMOVES Expected/observed symbol diffing, freshness thresholds, and coverage summary.RISK DATA-ONLY
Extracted from stillme/coverage-monitor as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
collector.coverage-monitormarketdata.freshnessops.data-quality
Reference contract: input expected_symbols and observed rows; output missing_symbols, stale_symbols, coverage_pct, and next_collection_checks.
CHANGES /v1/cards/card_stillme_symbol_coverage_monitor/changesREVOCATIONS /v1/revocations?card_id=card_stillme_symbol_coverage_monitor
OPEN CARDstillme-derivatives-dataset
Bounded aggregate snapshot of 32+ days of Binance USDT-M derivatives facts and OI-flow research outcomes, exposed without raw DB release.
SANDBOXEDFresh post-cutoff market/research aggregates that agents can query without receiving the raw database or live trading authority.
APEX CARD V2
Saves waiting weeks to collect aligned Binance USDT-M derivatives facts before an agent can inspect funding, OI, order-book, sentiment, and OI-flow outcome aggregates.
REMOVES Collector warm-up time, schema alignment, settled-funding archival, research outcome rollup, and first bounded query contract.RISK DATA-ONLY
Aggregate snapshot generated from stillme continuous collector coverage through 2026-07-02.Dataset API serves embedded aggregates only; Apex does not connect to the live stillme DB.Known limitations are documented: candidate-biased sampling, no liquidation feed coverage, advisory labels only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
dataset.crypto-perp-fundingdataset.open-interestdataset.oi-flow-labelsdataset.orderbook-depthdataset.bounded-query
GET /v1/dataset for coverage and available datasets. GET /v1/dataset/query?dataset={funding_by_symbol|research_outcomes_agg}&symbol=&strategy=&decision=&sort=&limit= returns bounded aggregate rows only.
CHANGES /v1/cards/card_stillme_derivatives_dataset_v0_1_0/changesREVOCATIONS /v1/revocations?card_id=card_stillme_derivatives_dataset_v0_1_0
OPEN CARDHigh-value calculator shape, but execution and capital movement remain explicitly out of public scope. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves cross-venue basis math, fee adjustment, and freshness caveats.
REMOVES Contract normalization, net-basis calculation, and caveat reporting.RISK DATA-ONLY
Extracted from APEX_Hybrid/cross-basis as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
basis.cross-marketfunding.net-basisresearch.arbitrage-context
Reference contract: input venue prices, contract specs, funding, fees, and timestamps; output basis_bps, net_basis_bps, freshness, and caveats.
CHANGES /v1/cards/card_apex_hybrid_cross_basis_calculator/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_cross_basis_calculator
OPEN CARDAPEX Hybrid funding radar
Funding radar contract for supplied CEX funding and symbol metadata, used to shortlist cross-market research candidates.
SANDBOXEDUseful but private-engine-adjacent, so only the radar contract and boundary are public. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves funding radar output shape and candidate-priority gates.
REMOVES Venue/symbol freshness checks and candidate shortlist contract.RISK DATA-ONLY
Extracted from APEX_Hybrid/funding-radar as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
funding.radarcross-market.researchcandidate.shortlist
Reference contract: input funding, symbol, venue, and freshness facts; output radar rows with priority, freshness, and blocked reasons.
CHANGES /v1/cards/card_apex_hybrid_funding_radar/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_funding_radar
OPEN CARDBTCGate
Reusable defensive market gate that blocks new risk when BTC drops beyond a configured reference-window threshold.
SANDBOXEDSmall, general, and safe: it converts public price facts into an advisory block/allow decision without execution rights.
APEX CARD V2
Saves implementing the first defensive BTC regime gate.
REMOVES Threshold math, allow/block output shape, and advisory guard boundary.RISK DATA-ONLY
Extracted from repeated APEX/NEXUS/T2T risk patterns.Accepts supplied price facts only.No position or execution authority.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
risk.btc-gatemarket-regime.defensive-filteradvisory.guard
POST /v1/tools/btc-gate/run with {current_price,reference_price,threshold_pct}; returns ALLOW/BLOCK and move_pct. Advisory gate only.
CHANGES /v1/cards/card_btc_gate/changesREVOCATIONS /v1/revocations?card_id=card_btc_gate
OPEN CARD