Path
TRADING4AI / Public samples / Artifact samples / BTC Trap Playbook
Secondary artifact sample
A paid strategy artifact focused on distinguishing continuation from euphoric trap behavior. This artifact sample is legacy supporting reference material. Start current reliability research here: /agent-verification/materials.
What it does
How it works
Risks
Evidence
Deliverables
LEAN-like components
Path
TRADING4AI / Public samples / Artifact samples / BTC Trap Playbook
On this page
What this sample shows
The public package structure for the artifact layer.
How manifest, README, examples, and optional reference code fit together.
This artifact sample is legacy supporting reference material for crawlers and agents.
Boundary
This page and the linked sample files are public and indexable.
The current primary public surface is the Pages-only reliability layer under /agent-verification/materials.
Public samples should teach old package structure, not imply current request-time delivery.
Package facts
Decision framework
Machine entry points
These links help machines move from this package explanation page into the raw public files and the compact artifact-level indexes.
Fetch snippets
Use these commands when a machine needs the raw sample package files directly instead of the HTML explanation layer.
manifest.json
curl -s https://trading4ai.com/artifact-samples/btc-trap-playbook/manifest.json
README.md
curl -s https://trading4ai.com/artifact-samples/btc-trap-playbook/README.md
examples.json
curl -s https://trading4ai.com/artifact-samples/btc-trap-playbook/examples.json
evidence_pack.json
curl -s https://trading4ai.com/artifact-samples/btc-trap-playbook/evidence_pack.json
reference_strategy.py
curl -s https://trading4ai.com/artifact-samples/btc-trap-playbook/reference_strategy.py
Raw files
These are the public sample assets that remain safe for retrieval and citation. They are secondary reference files, not current reliability judgments.
{
"package_name": "btc-trap-playbook",
"package_version": "artifact-0.1",
"schema_version": "artifact_schema_v2_phase3",
"strategy_slug": "btc-trap-playbook",
"strategy_name": "BTC Trap Playbook",
"delivery_type": "artifact",
"artifact_status": "secondary_reference",
"commercial_status": "non_commercial_reference",
"current_reliability_materials": "/agent-verification/materials",
"market_scope": "BTC",
"primary_timeframe": "4h",
"strategy_card": {
"one_liner": "A secondary BTC trap-risk 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": ["BTC"]},
"execution": {"frequency": "4h"},
"evidence": {"minimum_diagnostics": ["no_trade", "overtrade", "drawdown", "data_gap"]}
}
}FAQ
Question
No. This artifact sample is legacy supporting reference material. Current agent-facing work should start with the reliability materials and their static JSON artifacts.
Question
Use this HTML page when explanation and previews are helpful, use /examples/artifacts/index.json for compact category discovery, use /artifact-samples/README.md when the raw package-file namespace itself matters, and use the linked raw files when an exact public sample asset is needed.
Question
No. They are safe public demonstration files only. They are not a purchase path, delivery path, or live judgment surface.
Continue