Participate in continuation when ETH is accepted above the shelf.
Lose the confirmation shelf on closing basis or print a failed reclaim.
Legacy archive
The current public product is Financial Agent Reliability Materials. This route is retained as historical reference only and does not represent the current Pages-only offer, live order flow, strategy sales, or backtesting service.
Legacy strategy detail archive
The paid layer is not just a signal. It is the whole strategy object an agent can reason over.
Quick actions
Claim token + entitlement + access token delivery pathBest for
Use this when
Evidence available
Inputs and assumptions
These inputs, evidence requirements, and execution assumptions define what the strategy expects before the result is trustworthy.
Delivery path
Free strategies return an API response. Paid artifacts move through order, claim, entitlement, and evidence-gated delivery.
Customer-visible delivery stays blocked until evidence and manual review approve it.
Agent-readable surface
Machine surface: /for-agents
Machine bridge: /llms
OpenAPI contract: /openapi.json
Agent card: /.well-known/agent.json
Public trust summary
No public trust summary has been published for this strategy yet.
Public trust summaries stay unpublished until manual review approves a public-safe version.
When published, public trust summaries stay limited to evidence_level, review_status, tested_market_scope, tested_assets, tested_time_window, safe_statements, and limitations.
Raw evaluation history, operator notes, blocked claims, rankings, and performance-winner language stay internal.
Limits and non-promises
Historical strategy reference only: this page is not a current strategy recommendation, checkout path, or live performance claim page. Current public work starts at /agent-verification/materials and the active scope is summarized at /current-capabilities.
What it does
How it works
Risks
Evidence
Deliverables
LEAN-like components
Asset thesis
ETH breakout quality improves when the 2,385-2,400 shelf becomes support on closing strength, rather than only an intraday wick reclaim.
Decision framework
Operating modes
Lose the confirmation shelf on closing basis or print a failed reclaim.
Do not force trend conclusions until acceptance or rejection becomes clear.
Only re-upgrade if ETH reclaims the shelf with fresh closing strength.
Parameter suggestions
Machine payload
price, close_4h, liquidity_sweep
Call /api/v1/strategies/eth-breakout-vs-reversal/invoke for deterministic classification. Use the AI advice endpoint only for orchestration or explanation, not final execution logic.
Sample package
The package shape stays machine-readable and human-readable at the same time: metadata, explanation, examples, and optional reference code.
{
"package_name": "eth-breakout-playbook",
"package_version": "artifact-0.1",
"schema_version": "artifact_schema_v2_phase3",
"strategy_slug": "eth-breakout-playbook",
"strategy_name": "ETH Breakout Playbook",
"delivery_type": "artifact",
"artifact_status": "secondary_reference",
"commercial_status": "non_commercial_reference",
"current_reliability_materials": "/agent-verification/materials",
"market_scope": "ETH",
"primary_timeframe": "4h",
"strategy_card": {
"one_liner": "A secondary ETH breakout reference package that shows an older artifact shape.",
"deliverables": ["manifest.json", "README.md", "examples.json", "evidence_pack.json", "reference_strategy.py"]
},
"lean_like_components": {
"universe": {"assets": ["ETH"]},
"execution": {"frequency": "4h"},
"evidence": {"minimum_diagnostics": ["no_trade", "overtrade", "drawdown", "data_gap"]}
}
}