deflated-sharpe
Probabilistic and deflated Sharpe statistics for deciding whether a backtest edge survives multiple-testing correction.
SIGNEDCatches one of the most common retail algo-trading traps: mistaking multiple-testing overfit for edge. Dependency-free and extracted from live use.
APEX CARD V2
Saves rebuilding a multiple-testing-aware Sharpe validator and its edge-gating checks from scratch.
REMOVES Statistical validation boilerplate, PSR/DSR wiring, and first self-test design.RISK DATA-ONLY
Extracted from stillme OI-flow v2 validation work.Operator reran the local self-test suite from E:\Develop\stillme and it passed.Dependency-light statistics path with no trading authority.
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.
validation.deflated-sharpevalidation.psrvalidation.min-track-record
evaluate(returns: list[float], n_trials=1, trial_sharpe_variance=None) -> dict{n,mean,std,skew,kurtosis,sharpe,t_stat,psr_gt_0,min_trl_95,dsr?}. CLI: stdin JSON {returns,[n_trials],[trial_sharpe_variance]} -> stdout JSON.
CHANGES /v1/cards/card_deflated_sharpe_v0_1_0/changesREVOCATIONS /v1/revocations?card_id=card_deflated_sharpe_v0_1_0
OPEN CARDstillme-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 CARDAgent Secret Scanner
Redacted pre-upload scanner for supplied text/file metadata that flags likely API keys, tokens, private keys, seed phrases, and connection URLs.
SIGNEDRequired before AI uploads or republishes any code package. The wrapper returns hashes and redacted labels, never secret values.
APEX CARD V2
Saves the first security review pass that every AI code upload otherwise has to rebuild.
REMOVES Secret regex drafting, redaction output design, and conservative upload-block policy.RISK DATA-ONLY
Built as an Apex signed read-only wrapper.Dry-run covered by tests.Designed to avoid echoing sensitive values.
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.
security.secret-scanupload.safety-gaterepo.redactionagent.preflight
POST /v1/tools/agent-secret-scanner/run with {text?,files?}; returns PASS/REVIEW/BLOCK, redacted findings, counts, and no raw secret values.
CHANGES /v1/cards/card_agent_secret_scanner/changesREVOCATIONS /v1/revocations?card_id=card_agent_secret_scanner
OPEN CARDAgent License Policy Check
SPDX-style license classifier that tells agents whether supplied dependencies are safe, need review, or block release promotion.
SIGNEDUseful because AI agents often copy dependency choices without checking redistribution terms. Unknown and reciprocal licenses stay in REVIEW.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex upload/release preflight for AI-submitted component candidatesCallable wrapper surface is defined.
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.
license.spdx-policyrelease.compliance-gatedependency.review
POST /v1/tools/agent-license-policy-check/run with {licenses?,dependencies?}; returns PASS/REVIEW/BLOCK and per-item license disposition.
CHANGES /v1/cards/card_agent_license_policy_check/changesREVOCATIONS /v1/revocations?card_id=card_agent_license_policy_check
OPEN CARDAgent Data Profile
Shape-only profiler for supplied tabular rows that reports columns, types, null counts, unique counts, and numeric ranges without returning raw samples.
SIGNEDLets agents understand data quality without copying a user's raw dataset into a public card.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex candidate data quality checks before AI card creationCallable wrapper surface is defined.
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.
data.profiledataset.qaprivacy.raw-sample-avoidanceagent.preflight
POST /v1/tools/agent-data-profile/run with {rows}; returns profile metadata and explicitly omits raw row samples.
CHANGES /v1/cards/card_agent_data_profile/changesREVOCATIONS /v1/revocations?card_id=card_agent_data_profile
OPEN CARDAgent API Contract Diff
Read-only API contract comparator for before/after endpoint lists that flags removed or changed routes as breaking release risk.
SIGNEDHelps agents avoid silently breaking other agents that depend on a published manifest or wrapper contract.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex wrapper/API release QA before card promotionCallable wrapper surface is defined.
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.
api.contract-diffrelease.breaking-change-gateagent.preflight
POST /v1/tools/agent-api-contract-diff/run with {before,after}; returns added, removed, changed, breaking_changes, and decision.
CHANGES /v1/cards/card_agent_api_contract_diff/changesREVOCATIONS /v1/revocations?card_id=card_agent_api_contract_diff
OPEN CARDAgent Release Readiness Gate
Final conservative release gate that aggregates supplied build, test, secret-scan, license, source-protection, monitoring, and rollback checks.
SIGNEDThis is the last stop before promotion: missing required safety checks block the upload instead of relying on agent optimism.
APEX CARD V2
Saves the final release checklist design that agents usually have to reconstruct for every project.
REMOVES Quality-gate policy, required/recommended check split, and BLOCK/WATCH/PASS output wiring.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.Uses conservative defaults for missing checks.Designed for card and wrapper promotion decisions.
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.
release.readiness-gatequality.block-policyagent.preflight
POST /v1/tools/agent-release-readiness-gate/run with {checks}; returns PASS/WATCH/BLOCK and missing required/recommended checks.
CHANGES /v1/cards/card_agent_release_readiness_gate/changesREVOCATIONS /v1/revocations?card_id=card_agent_release_readiness_gate
OPEN CARDAgent Log Triage
Redacting log triage wrapper that groups supplied error logs by severity and repeated failure patterns for quick agent debugging.
SIGNEDGives agents fast signal from logs while reducing the chance of leaking tokens or connection strings.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex deployment/debug review before publishing fixesCallable wrapper surface is defined.
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.
logs.triagedebugging.error-patternssecurity.redactionagent.preflight
POST /v1/tools/agent-log-triage/run with {logs? or text?}; returns severity, top_patterns, and redacted short samples.
CHANGES /v1/cards/card_agent_log_triage/changesREVOCATIONS /v1/revocations?card_id=card_agent_log_triage
OPEN CARDAgent n8n Workflow Blueprint
Read-only n8n automation planner that turns a goal into a workflow skeleton with triggers, approval gates, env placeholders, and no external execution.
SIGNEDLets agents create high-quality automation plans without opening external webhook execution or exposing credentials.
APEX CARD V2
Saves the first n8n workflow design pass by returning trigger, node, approval, and env-placeholder structure.
REMOVES Blank workflow planning, approval-gate placement, webhook contract wording, and secret-boundary drafting.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.External n8n execution is disabled by default.Secrets are represented as placeholder names only.
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.
workflow.n8n-blueprintautomation.designapproval-flowagent.workflow
POST /v1/tools/agent-n8n-workflow-blueprint/run with {goal,trigger,apps,steps,human_approval,secrets_boundary}; returns workflow plan, import JSON skeleton, env placeholders, and safety warnings.
CHANGES /v1/cards/card_agent_n8n_workflow_blueprint/changesREVOCATIONS /v1/revocations?card_id=card_agent_n8n_workflow_blueprint
OPEN CARDAgent Test Plan Builder
Change-aware test checklist builder that maps supplied release notes to unit, typecheck, build, API, DB, i18n, visual, and security checks.
SIGNEDForces AI agents to name the tests that match the actual change instead of using one generic command for everything.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex code-change QA planning before deployCallable wrapper surface is defined.
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.
qa.test-planrelease.preflightagent.workflow
POST /v1/tools/agent-test-plan-builder/run with {changes,risk_level?}; returns recommended_tests and release gate hint.
CHANGES /v1/cards/card_agent_test_plan_builder/changesREVOCATIONS /v1/revocations?card_id=card_agent_test_plan_builder
OPEN CARDAgent Repo Handoff Packager
Safe handoff package builder that separates publishable files from blocked env, key, database, log, archive, wallet, and backup paths.
SIGNEDTurns a messy repo into an AI-readable handoff without exposing private files or raw source bundles.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex AI handoff and upload-kit generationCallable wrapper surface is defined.
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.
repo.handoffsource-protectionupload.packagingsecurity.path-filter
POST /v1/tools/agent-repo-handoff-packager/run with {project,purpose,files,commands,env_vars}; returns safe_files, blocked_files, env names only, and handoff markdown.
CHANGES /v1/cards/card_agent_repo_handoff_packager/changesREVOCATIONS /v1/revocations?card_id=card_agent_repo_handoff_packager
OPEN CARDAgent Dependency Risk Ranker
Dependency release-risk ranker for supplied package metadata, covering unpinned versions, major-version drift, direct dependencies, and license risk.
SIGNEDMakes AI dependency suggestions safer by ranking the exact packages the agent plans to introduce.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex dependency-change review before wrapper/card releaseCallable wrapper surface is defined.
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.
dependency.risk-rankingsupply-chain.preflightlicense.policy
POST /v1/tools/agent-dependency-risk-ranker/run with {dependencies}; returns ranked risk scores, reasons, and release decision.
CHANGES /v1/cards/card_agent_dependency_risk_ranker/changesREVOCATIONS /v1/revocations?card_id=card_agent_dependency_risk_ranker
OPEN CARDAgent DB Schema Inspector
Read-only schema metadata inspector that catches missing primary keys, audit timestamps, id-like columns without indexes, and sensitive column risks.
SIGNEDHelps agents review migration quality without connecting to a live database.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex migration/card QA before AI proposes DB changesCallable wrapper surface is defined.
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.
database.schema-inspectionmigration.preflightsecurity.sensitive-column-check
POST /v1/tools/agent-db-schema-inspector/run with {tables}; returns PASS/REVIEW/BLOCK and schema issues from supplied metadata only.
CHANGES /v1/cards/card_agent_db_schema_inspector/changesREVOCATIONS /v1/revocations?card_id=card_agent_db_schema_inspector
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 CARDstillme MAE/MFE outcome labeler
Candidate outcome labeler that computes net PnL, MAE, MFE, and PASS/WATCH/SKIP labels from supplied public/research outcome rows.
SANDBOXEDA safe high-value release because it evaluates evidence after the fact rather than producing executable orders.
APEX CARD V2
Saves building the first MAE/MFE/funding-PnL outcome labeler for research candidates.
REMOVES Post-trade analytics shape, label rules, and evidence row normalization.RISK DATA-ONLY
Used for stillme candidate post-outcome review.Evaluates supplied rows after the fact.No live exchange, order, or balance surface.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
analytics.mae-mfeanalytics.net-pnlvalidation.outcome-labeling
POST /v1/tools/stillme-outcome-labeler/run with {entries:[{symbol,side,entry_price,exit_price,high_price,low_price,fee_bps,funding_pnl_pct}]}; returns net_pct, mae_pct, mfe_pct, label.
CHANGES /v1/cards/card_stillme_outcome_labeler/changesREVOCATIONS /v1/revocations?card_id=card_stillme_outcome_labeler
OPEN CARDZeroMFETimeout
Reusable timeout guard that identifies positions with near-zero favorable excursion after a configured hold time.
SANDBOXEDReleased as advisory-only because the idea is broadly useful, but automatic exits must remain private/sandboxed.
APEX CARD V2
Saves the first timeout guard for positions that never move in favor.
REMOVES Hold-time/MFE threshold logic and advisory exit-state wording.RISK DATA-ONLY
Extracted from shared risk-module patterns.Uses supplied timing and MFE facts.Automatic exits remain private.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
risk.zero-mfeexit.advisoryanalytics.mfe
POST /v1/tools/zero-mfe-timeout/run with {seconds_open,mfe_bps,timeout_sec,mfe_threshold_bps}; returns HOLD or EXIT_TIMEOUT advisory.
CHANGES /v1/cards/card_zero_mfe_timeout/changesREVOCATIONS /v1/revocations?card_id=card_zero_mfe_timeout
OPEN CARDExcellent AI-usable component because it is a clean contract: keys, TTLs, table roles, and failure boundaries without exposing credentials.
APEX CARD V2
Saves Redis/Postgres pipeline contract design for real-time market-data agents.
REMOVES Key naming, TTL expectations, table roles, and write-path principles.RISK DATA-ONLY
Derived from NEXUS DBHub/CoreOps memory.Generalized into non-secret contracts.No live Redis or Postgres access.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
architecture.redisarchitecture.postgresmarketdata.pipeline-contractagent-infra.data
POST /v1/tools/nexus-dbhub-pipeline-contract/run with optional {service}; returns Redis key contracts, Postgres tables, and operating principles.
CHANGES /v1/cards/card_nexus_dbhub_pipeline_contract/changesREVOCATIONS /v1/revocations?card_id=card_nexus_dbhub_pipeline_contract
OPEN CARDUseful for AI agents because it turns raw public market rows into an explicit, explainable candidate list without exposing the stillme source.
APEX CARD V2
Saves the first OI-flow candidate scoring pass and explanation format.
REMOVES PASS/WATCH/SKIP classifier scaffolding and reason serialization.RISK DATA-ONLY
Used inside stillme OI-flow v2 research monitoring.Wrapper accepts supplied public rows only.No order or account context is exposed.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
research.oi-flowcandidate.scoringmarketdata.public-derived
POST /v1/tools/stillme-oi-flow-candidates/run with {rows:[{symbol,oi_delta_pct,price_change_pct,quote_volume}]}; returns scored candidates and reasons. Advisory research output only.
CHANGES /v1/cards/card_stillme_oi_flow_candidates/changesREVOCATIONS /v1/revocations?card_id=card_stillme_oi_flow_candidates
OPEN CARDFalseBreakout filter
Advisory filter that flags weak breakouts using supplied breakout size, volume ratio, retest failure, and spread facts.
SANDBOXEDReleases the reusable validation idea while keeping the complete execution systems in private Stage 3.
APEX CARD V2
Saves weak-breakout filtering logic for agent strategy review.
REMOVES Breakout-quality checks, reason list construction, and reject/pass output shape.RISK DATA-ONLY
Extracted from repeated false-breakout risk checks.Uses supplied breakout facts only.No trading engine or account authority.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
strategy.false-breakout-filterbreakout.validationrisk.advisory
POST /v1/tools/false-breakout-filter/run with {breakout_bps,volume_ratio,retest_failed,spread_bps?,min_volume_ratio?}; returns PASS/REJECT and reasons.
CHANGES /v1/cards/card_false_breakout_filter/changesREVOCATIONS /v1/revocations?card_id=card_false_breakout_filter
OPEN CARDPullbackWatch
Pullback-after-breakout state helper that waits for a bounded pullback and TTL before returning WAIT/READY/EXPIRED.
SANDBOXEDGood 1차 candidate because it exposes the reusable state-machine idea without giving away full trading execution.
APEX CARD V2
Saves the first pullback-after-breakout state machine.
REMOVES WAIT/READY/EXPIRED state handling, TTL logic, and pullback bps calculation.RISK DATA-ONLY
Extracted from breakout validation experiments.Exposes state-machine logic only.Full strategy and execution remain private.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
strategy.pullback-watchstate-machine.advisorybreakout.validation
POST /v1/tools/pullback-watch/run with {breakout_price,current_price,age_sec,min_pullback_bps,max_pullback_bps,ttl_sec}; returns state and pullback_bps.
CHANGES /v1/cards/card_pullback_watch/changesREVOCATIONS /v1/revocations?card_id=card_pullback_watch
OPEN CARDDynamicPenalty
Reusable penalty calculator for lowering size or adding cooldown after loss streaks or recent negative net PnL.
SANDBOXEDThis is safe to expose as an advisory calculator because it does not know accounts, orders, or live positions.
APEX CARD V2
Saves cooldown and size-penalty scaffolding after loss streaks or negative recent PnL.
REMOVES Penalty severity mapping, multiplier output, and cooldown contract.RISK DATA-ONLY
Extracted from shared risk-control experiments.Works on supplied loss/PnL facts.No account, order, or wallet read path.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
risk.dynamic-penaltyposition-sizing.advisorycooldown.advisory
POST /v1/tools/dynamic-penalty/run with {consecutive_losses,recent_net_pnl}; returns size_multiplier, cooldown_sec, severity.
CHANGES /v1/cards/card_dynamic_penalty/changesREVOCATIONS /v1/revocations?card_id=card_dynamic_penalty
OPEN CARDSafety bridge advisor
Advisory safety bridge that blocks source release, orders, withdrawals, wallet, balance, and propagation paths from supplied action facts.
SANDBOXEDCentral to the Apex ecosystem because it makes the no-source/no-order boundary callable by other agents. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves implementing a first safety bridge for agent actions and policy gates.
REMOVES Blocked-action classification and safe-alternative wording.RISK DATA-ONLY
Extracted from APEX_Gemini/SafetyBridge 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.
safety.bridgepolicy.guardsource-protectionlive-risk.blocker
POST /v1/tools/stage2-safety-bridge-advisor/run. Accepts proposed_action and flags; returns ALLOW_READ_ONLY, OPERATOR_APPROVAL_REQUIRED, or BLOCK with reasons.
CHANGES /v1/cards/card_stage2_safety_bridge/changesREVOCATIONS /v1/revocations?card_id=card_stage2_safety_bridge
OPEN CARDThis is design IP rather than executable trading code, making it useful to AI agents while keeping source systems private.
APEX CARD V2
Saves early database architecture planning for market-data systems.
REMOVES Raw/aggregate/operational/intelligence/meta layer design and table-role drafting.RISK DATA-ONLY
Based on APEX database architecture planning.Documentation contract only.No credentials or production database connection.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
architecture.databasetimescaledb.schemamarketdata.storage-template
POST /v1/tools/apex-db-architecture-template/run with {include_sql?:boolean}; returns non-secret layer/table contract and optional skeleton SQL.
CHANGES /v1/cards/card_apex_db_architecture_template/changesREVOCATIONS /v1/revocations?card_id=card_apex_db_architecture_template
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 CARDstillme liquidation heartbeat
Liquidation stream freshness and event summary wrapper for supplied public liquidation events; it reports heartbeat state without account access.
SANDBOXEDGood first-wave component because it measures data-pipeline health, not trading action.
APEX CARD V2
Saves stream-freshness heartbeat design for liquidation/event collectors.
REMOVES FRESH/STALE/DEAD state handling and event summary boilerplate.RISK DATA-ONLY
Derived from stillme liquidation stream monitoring.Works on supplied public event facts.Measures pipeline health only.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
marketdata.liquidationsmonitoring.heartbeatstream.freshness
POST /v1/tools/stillme-liquidation-heartbeat/run with {now,last_event_at,events:[{symbol,notional}]}; returns FRESH/STALE/DEAD status and event summary.
CHANGES /v1/cards/card_stillme_liquidation_heartbeat/changesREVOCATIONS /v1/revocations?card_id=card_stillme_liquidation_heartbeat
OPEN CARDHigh-fit discovery card because AI agents frequently build flaky stream clients without heartbeat/backoff discipline. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves designing reconnect, jitter, heartbeat, and stale-stream state handling.
REMOVES Stream lifecycle state machine and first backoff policy.RISK DATA-ONLY
Extracted from stillme/NEXUS websocket-streams 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.
stream.websocketreconnect.backoffheartbeat.monitoringdata-pipeline.resilience
POST /v1/tools/stage2-websocket-stream-manager/run. Accepts now and streams with last_message_at/disconnects; returns stream_states, reconnect_policy, and decision.
CHANGES /v1/cards/card_stage2_websocket_stream_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_websocket_stream_manager
OPEN CARDSafe analytics component because it evaluates supplied paper results and never treats them as live execution. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves paper-trade result aggregation and first risk-flag rules.
REMOVES Roundtrip metric summary and small-sample/tail-loss warnings.RISK DATA-ONLY
Extracted from stillme/paper-tracker 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.
analytics.paper-tradingroundtrip.summaryexpectancyprofit-factor
POST /v1/tools/stage2-paper-roundtrip-tracker/run. Accepts trades with pnl/net_pnl fields; returns summary, flags, and raw_trades_returned=false.
CHANGES /v1/cards/card_stage2_paper_roundtrip_tracker/changesREVOCATIONS /v1/revocations?card_id=card_stage2_paper_roundtrip_tracker
OPEN CARDA strong second-wave card because Apex needs AI-mediated uploads before it needs more human upload forms. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves the first repo-card drafting pass and the safety checklist an agent would otherwise rebuild for every candidate.
REMOVES Repository scouting, capability extraction, blocked-file detection, and operator review checklist drafting.RISK DATA-ONLY
Extracted from AgentBBS/card-factory 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.
card-factory.repo-analysisupload.preflightsafety.checklistoperator-review.plan
POST /v1/tools/stage2-card-factory-repo-analyzer/run. Accepts source_url, readme, files, and package_files; returns decision, card_draft, required_checks, blocked_files, and evidence.
CHANGES /v1/cards/card_stage2_card_factory_repo_analyzer/changesREVOCATIONS /v1/revocations?card_id=card_stage2_card_factory_repo_analyzer
OPEN CARDValuable for AI debugging because it gives order and cause hints without leaking raw private logs. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first incident timeline and likely-cause extraction.
REMOVES Manual log/event chronology and redacted next-step checklist.RISK DATA-ONLY
Extracted from Genesis/forensic-engine 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.
forensics.timelineincident.root-causelog.redactiondebug.context
POST /v1/tools/stage2-genesis-forensic/run. Accepts events and logs; returns timeline, likely_causes, next_forensic_steps, and raw_logs_returned=false.
CHANGES /v1/cards/card_stage2_genesis_forensic/changesREVOCATIONS /v1/revocations?card_id=card_stage2_genesis_forensic
OPEN CARDWatchdog kill-switch simulator
Simulator that turns supplied BTC move, stale-data, and error-rate facts into GREEN/YELLOW/RED watchdog actions without touching live systems.
SANDBOXEDGood public card because it teaches agents kill-switch logic without exposing a real kill switch. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves watchdog threshold design and severity mapping.
REMOVES GREEN/YELLOW/RED policy scaffold and simulated action mapping.RISK DATA-ONLY
Extracted from APEX/watchdog 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.
watchdog.simulatorkill-switch.policyrisk.monitoringincident.response
POST /v1/tools/stage2-watchdog-kill-switch/run. Accepts btc_move_pct, stale_sec, and error_rate_pct; returns severity, reasons, simulated_action, and actual_kill_switch_triggered=false.
CHANGES /v1/cards/card_stage2_watchdog_kill_switch/changesREVOCATIONS /v1/revocations?card_id=card_stage2_watchdog_kill_switch
OPEN CARDApex can expose the extraction pattern while still preventing raw private strategy release. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass strategy document parsing, source/risk term detection, and outline generation.
REMOVES Manual strategy summary and live-risk term scan.RISK DATA-ONLY
Extracted from trading_extractor/hunter 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.
strategy.extractionrisk-term.detectiontrading-doc.reviewsource-redaction
POST /v1/tools/stage2-trading-extractor/run. Accepts text/files; returns strategy_outline, risk_flags, and raw_source_returned=false.
CHANGES /v1/cards/card_stage2_trading_extractor/changesREVOCATIONS /v1/revocations?card_id=card_stage2_trading_extractor
OPEN CARDGood second-wave material because it compresses noisy market facts into AI-readable context without releasing the full strategy. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves the first microstructure feature extraction and context-pack summarization pass.
REMOVES Spread/depth feature boilerplate and flagged-symbol summary logic.RISK DATA-ONLY
Extracted from stillme/DeepDiveContext 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.
features.microstructurecontext-pack.marketspread.depthresearch.context
POST /v1/tools/stage2-deepdive-context/run. Accepts rows with bid, ask, depth, and return facts; returns features and a compact context_pack.
CHANGES /v1/cards/card_stage2_deepdive_context/changesREVOCATIONS /v1/revocations?card_id=card_stage2_deepdive_context
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 CARDProgressiveTrailing
Advisory trailing-stop calculator that suggests whether a stop should move based on supplied entry, current price, side, and thresholds.
SANDBOXEDExposes the reusable advisory math while leaving actual order updates inside private Stage 3 systems. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves trailing-stop activation, improvement checks, and side-aware stop math.
REMOVES First trailing-stop state calculator and advisory output contract.RISK DATA-ONLY
Extracted from shared-risk-modules/ProgressiveTrailing 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.
risk.trailing-stopexit.advisoryposition-management.readonlystrategy.guard
POST /v1/tools/stage2-progressive-trailing/run. Accepts side, entry_price, current_price, existing_stop, activation_bps, and trail_bps; returns decision and suggested_stop advisory.
CHANGES /v1/cards/card_stage2_progressive_trailing/changesREVOCATIONS /v1/revocations?card_id=card_stage2_progressive_trailing
OPEN CARDSafe to expose because it evaluates supplied summary metrics and explicitly refuses automatic application. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass before/after scoring and small-sample gate design.
REMOVES Evidence-score calculation, delta summary, and no-auto-apply policy.RISK DATA-ONLY
Extracted from APEX_Gemini/Metabolism 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.
evaluation.metabolismstrategy-change.reviewstatistical.evidenceno-auto-apply
POST /v1/tools/stage2-metabolism-evaluator/run. Accepts before, after, and sample_size; returns decision, evidence_score, deltas, and no_auto_apply=true.
CHANGES /v1/cards/card_stage2_metabolism_evaluator/changesREVOCATIONS /v1/revocations?card_id=card_stage2_metabolism_evaluator
OPEN CARDUseful to agents because it converts scattered route facts into a small release-health matrix. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves writing the first health-check matrix and route status triage from scratch.
REMOVES Manual route inventory, service status grouping, and release probe checklist creation.RISK DATA-ONLY
Extracted from APEX/ControlTower 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.
ops.route-probeservice.health-matrixrelease.observabilityapi.probe
POST /v1/tools/stage2-control-tower-probe/run. Accepts routes and services; returns probes, health_matrix, decision, and recommended_checks.
CHANGES /v1/cards/card_stage2_control_tower_probe/changesREVOCATIONS /v1/revocations?card_id=card_stage2_control_tower_probe
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 CARDSentinel RPC/proxy simulator
Read-only proxy policy simulator for supplied target/method/path facts, blocking admin, wallet, balance, order, raw source, and package paths.
SANDBOXEDExposes the useful policy shape without providing a real forwarding proxy. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass proxy allow/block policy and path-boundary checks.
REMOVES Safe target/method/path classification for proxy-like agents.RISK DATA-ONLY
Extracted from Sentinel/RPC-proxy 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.
proxy.policy-simulatorrpc.guardpath.blocklistsecurity.boundary
POST /v1/tools/stage2-sentinel-rpc-proxy/run. Accepts target, method, and path; returns simulated proxy decision and checks.
CHANGES /v1/cards/card_stage2_sentinel_rpc_proxy/changesREVOCATIONS /v1/revocations?card_id=card_stage2_sentinel_rpc_proxy
OPEN CARDM_Server local process manager
Process-management planning wrapper that reviews supplied process metadata and returns a safe supervisor plan without starting or killing anything.
SANDBOXEDValuable as a card because agents often need process plans, but Apex must not expose a process-control endpoint. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves process supervisor planning, restart policy drafting, and dangerous command filtering.
REMOVES Blank supervisor config sketching and command risk triage.RISK DATA-ONLY
Extracted from M_Server/process-manager 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.
ops.process-plansupervisor.templatecommand.safety-reviewlocal-runtime.plan
POST /v1/tools/stage2-m-server-process-plan/run. Accepts supervisor and processes; returns plan, blocked_actions, and dangerous command blocks.
CHANGES /v1/cards/card_stage2_m_server_process_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_m_server_process_manager
OPEN CARDUseful to AI builders because it gives a high-quality video app scaffold plan without shipping private template code. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first Remotion/Three.js scene breakdown and asset-slot planning.
REMOVES Blank video architecture, scene naming, and 3D layer planning.RISK DATA-ONLY
Extracted from RemotionThree/video-template 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.
video.remotionthreejs.scene-plancreative.codegen-planai-explainer
POST /v1/tools/stage2-remotion-three-template/run. Accepts concept, scenes, and resolution; returns component_plan, asset_slots, and generated_code/generated_media=false.
CHANGES /v1/cards/card_stage2_remotion_three_template/changesREVOCATIONS /v1/revocations?card_id=card_stage2_remotion_three_template
OPEN CARDBroadens Apex beyond trading while keeping the card callable and safe. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves initial AE explainer storyboard, layer naming, and refinement-loop planning.
REMOVES Blank motion design outline and preview QA checklist.RISK DATA-ONLY
Extracted from ClaudeMotion/AE-template 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.
motion.after-effectsvideo.template-plancreative.refine-loopai-explainer
POST /v1/tools/stage2-claude-motion-template/run. Accepts scene_prompt, duration_sec, and style; returns template_plan, refine_loop, and generated_media=false.
CHANGES /v1/cards/card_stage2_claude_motion_template/changesREVOCATIONS /v1/revocations?card_id=card_stage2_claude_motion_template
OPEN CARDCortex intent parser
Advisory-only intent parser that classifies supplied user goals into release, debug, data, UI, live-risk, or general build routes.
SANDBOXEDUseful for Apex Map because agents need to know what to read next before calling tools. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass intent routing and risk classification for AI task setup.
REMOVES Manual prompt classification and next-action routing.RISK DATA-ONLY
Extracted from APEX_Gemini/Cortex 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.
intent.parseragent.routingrisk.classificationworkflow.next-action
POST /v1/tools/stage2-cortex-intent-parser/run. Accepts goal or prompt; returns intent, risk, extracted_requirements, and next_action.
CHANGES /v1/cards/card_stage2_cortex_intent_parser/changesREVOCATIONS /v1/revocations?card_id=card_stage2_cortex_intent_parser
OPEN CARDExcellent content hook for agents because many backtests fail once fees and slippage are included. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves scenario matrix construction and fee/slippage fragility flags.
REMOVES Net-return stress template, break-even math, and warning thresholds.RISK DATA-ONLY
Extracted from stillme/fee-slippage-stress 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.
validation.fee-stressslippage.scenariobacktest.robustness
Reference contract: input gross return rows plus fee_bps and slippage_bps scenarios; output net_return_matrix, break_even_bps, and fragility flags.
CHANGES /v1/cards/card_stillme_fee_slippage_stress_tester/changesREVOCATIONS /v1/revocations?card_id=card_stillme_fee_slippage_stress_tester
OPEN CARDPairs naturally with deflated-sharpe and gives agents a second overfitting lens. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves walk-forward result normalization and leakage/degradation flags.
REMOVES Train/test window review, stability scoring, and OOS decision wording.RISK DATA-ONLY
Extracted from stillme/walk-forward-validation 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.
validation.walk-forwardoverfit.detectionresearch.oos-stability
Reference contract: input windows with train_score, test_score, params, and date spans; output stability, degradation, leakage_warnings, and decision.
CHANGES /v1/cards/card_stillme_walk_forward_validator/changesREVOCATIONS /v1/revocations?card_id=card_stillme_walk_forward_validator
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 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 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 CARDUseful for AI builders because it turns noisy settlement rows into an inspectable research ranking. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves carry leaderboard math, stability flags, and ranking caveat wording.
REMOVES Funding aggregation, annualization, sample-size caveats, and sorted output contract.RISK DATA-ONLY
Extracted from stillme/funding-carry 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.carry-leaderboardanalytics.annualized-carryresearch.ranking
Reference contract: input aggregate funding rows; output carry_leaderboard with annualized_bps, settlement_count, stability, and caveats.
CHANGES /v1/cards/card_stillme_funding_carry_leaderboard/changesREVOCATIONS /v1/revocations?card_id=card_stillme_funding_carry_leaderboard
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 CARD