|
17503
|
evt_00d273e88de9
|
llm_usage
|
2026-04-10T15:25:46.613417+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.00084,"meta":{"g {"cost_usd":0.00084,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":5.840006,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":1491,"input_tokens_original":1491,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:extraction","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":900,"response_format_type":"json_schema","schema_name":"memory_curation_candidate_extract_v2","selected_model":"gpt-5.4-nano","task_class":"extraction"},"max_output_tokens":320,"requested_max_output_tokens":900,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.0},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0bb2b9968b1bcd010069d9167822d081968335f42cef9c91ca","usage":{"input_tokens":2199,"input_tokens_details":{"cached_tokens":1792},"output_tokens":320,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2519}}...
|
NULL
|
0.0
|
llm_usage:resp_0bb2b9968b1bcd010069d9167822d081968 llm_usage:resp_0bb2b9968b1bcd010069d9167822d081968335f42cef9c91ca...
|
NULL
|
2026-04-10T15:25:46.613813+00:00
|
Edit
Delete
|
|
17844
|
evt_00d228c2aed9
|
llm_usage
|
2026-04-10T16:05:04.992167+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.002606,"meta":{" {"cost_usd":0.002606,"meta":{"governance":{"chars_trimmed":60751,"complexity":"high","cost_24h_usd":5.956723,"enabled":true,"governance_version":"v1","input_budget_tokens":9000,"input_tokens_final":1539,"input_tokens_original":1539,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":1800,"output_tokens_final":1800,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:opportunity_case_verdicts","complexity:high","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":5200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"opportunity_case_verdicts"},"max_output_tokens":1800,"requested_max_output_tokens":5200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0355fc2965e4c39b0069d91fa307a88190b6ac7d202e07badb","usage":{"input_tokens":1780,"input_tokens_details":{"cached_tokens":0},"output_tokens":1800,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":3580}}...
|
NULL
|
0.0
|
llm_usage:resp_0355fc2965e4c39b0069d91fa307a88190b llm_usage:resp_0355fc2965e4c39b0069d91fa307a88190b6ac7d202e07badb...
|
NULL
|
2026-04-10T16:05:04.992239+00:00
|
Edit
Delete
|
|
17803
|
evt_00d16c992ab1
|
dead_letter
|
2026-04-10T15:58:06.142493+00:00
|
worker
|
[]
|
{"created_at":"2026-04-10T15:58:06.142 {"created_at":"2026-04-10T15:58:06.142493+00:00","dedupe_key":"job_dead:job_memory_curation_84a2ec25a495:117:5","error":"OperationalError: invalid fts5 file format (found 0, expected 4 or 5) - run 'rebuild'","payload":{"attempts":117,"job_id":"job_memory_curation_84a2ec25a495","job_type":"memory_curation","kind":"job_dead_letter","last_error":"invalid fts5 file format (found 0, expected 4 or 5) - run 'rebuild'","leased_at":"2026-04-10T15:58:00.045997+00:00","max_attempts":5,"params":{"interval_s":60,"limit":500},"traceback":"Traceback (most recent call last):\n File \"/app/opia_core/runtime/daemons/worker.py\", line 142, in tick\n out = handler(params)\n ^^^^^^^^^^^^^^^\n File \"/app/opia_core/scheduler/handlers.py\", line 67, in <lambda>\n \"memory_curation\": lambda p: _lazy_memory_curation(ctx, p),\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/scheduler/handlers.py\", line 613, in _lazy_memory_curation\n return memory_curation_tick(\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/runtime/daemons/memory_curation/runtime.py\", line 502, in memory_curation_tick\n apply_counts = _curate_thread(\n ^^^^^^^^^^^^^^^\n File \"/app/opia_core/runtime/daemons/memory_curation/runtime.py\", line 326, in _curate_thread\n counts = apply_curation_operations(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/runtime/daemons/memory_curation/apply.py\", line 533, in apply_curation_operations\n accept = subsystem.curation.accept_candidate(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/memory/curation.py\", line 178, in accept_candidate\n mem = self.semantic.add_memory(\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/memory/semantic.py\", line 54, in add_memory\n return self.store.add_record(\n ^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/storage/sqlite/stores/semantic_memory_store.py\", line 533, in add_record\n return self.upsert_record(rec)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/storage/sqlite/stores/semantic_memory_store.py\", line 539, in upsert_record\n conn.execute(\nsqlite3.OperationalError: invalid fts5 file format (found 0, expected 4 or 5) - run 'rebuild'\n","worker":"memory"},"severity":"high","source":"worker"}...
|
NULL
|
1.0
|
job_dead:job_memory_curation_84a2ec25a495:117:5
|
NULL
|
2026-04-10T15:58:06.142547+00:00
|
Edit
Delete
|
|
29588
|
evt_00cf139d66af
|
llm_usage
|
2026-04-12T13:54:07.109778+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.00141,"meta":{"g {"cost_usd":0.00141,"meta":{"governance":{"chars_trimmed":0,"complexity":"medium","cost_24h_usd":3.235956,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1258,"input_tokens_original":1258,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0f3b1f93c66ee8560069dba3f880688190a5ca6e0c5c0924ca","usage":{"input_tokens":1427,"input_tokens_details":{"cached_tokens":0},"output_tokens":900,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2327}}...
|
NULL
|
0.0
|
llm_usage:resp_0f3b1f93c66ee8560069dba3f880688190a llm_usage:resp_0f3b1f93c66ee8560069dba3f880688190a5ca6e0c5c0924ca...
|
NULL
|
2026-04-12T13:54:07.109835+00:00
|
Edit
Delete
|
|
13919
|
evt_00c8a58a25e5
|
llm_usage
|
2026-04-10T03:36:52.698871+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.001444,"meta":{" {"cost_usd":0.001444,"meta":{"governance":{"chars_trimmed":0,"complexity":"medium","cost_24h_usd":5.291013,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1185,"input_tokens_original":1185,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1800,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1800,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_06abe91ac32599df0069d8704efa64819397ad1d45f69b1075","usage":{"input_tokens":1596,"input_tokens_details":{"cached_tokens":0},"output_tokens":900,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2496}}...
|
NULL
|
0.0
|
llm_usage:resp_06abe91ac32599df0069d8704efa6481939 llm_usage:resp_06abe91ac32599df0069d8704efa64819397ad1d45f69b1075...
|
NULL
|
2026-04-10T03:36:52.698932+00:00
|
Edit
Delete
|
|
20305
|
evt_00c83a3247e8
|
artifact_upsert
|
2026-04-10T23:39:59.071593+00:00
|
planner
|
[]
|
{"artifact_id":"art_daily_plan_2026-04 {"artifact_id":"art_daily_plan_2026-04-10","confidence":0.95,"created_at":"2026-04-10T23:39:59.071593+00:00","evidence_event_ids":[],"kind":"daily_plan","meta":{"day":"2026-04-10","fingerprint":"a07f05d5035d0d790b5cdff7b699a482997a52c5","plan_fingerprint":"e7a964cfdaa0703cf0054eae45ae485dd003e914","source":"planner"},"output_json":{"day":"2026-04-10","plan":{"day":"2026-04-10","do_now":[],"do_today":[],"meta":{"built_at":"2026-04-10T23:39:59.071593+00:00","daily_synthesis_source":"fallback","day":"2026-04-10","filters":{"deduped":0,"internal_shadow":0,"noise_signal":1,"stale":4,"stale_question":0,"stale_workflow":0},"fingerprint":"eb2380d421cb3edee37d725d58195f73b3ae1991","intelligence_directives":[],"limits":{"limit_inbox":250,"limit_pending":50,"max_do_now":5,"max_do_today":7,"max_must_do":5,"max_park":25,"max_should_do":7,"max_waiting":5},"owner_context":{"active_projects":[],"commitments":[],"top_focus":null,"work_focus":null},"planner_model":"gpt-5.4-nano","source":"planner","timezone":"America/New_York","week_start":"2026-04-06"},"must_do":[],"notes":[],"one_thing":null,"parked":[],"should_do":[],"version":"planner_v3_hybrid","waiting":[]},"stats":{"builder":"deterministic_v2","counts":{"actionable":0,"do_now":0,"do_today":0,"inbox_in":0,"must_do":0,"parked":0,"pending_in":0,"should_do":0,"visible":0,"waiting":0},"daily_synthesis_source":"fallback","fingerprint":"eb2380d421cb3edee37d725d58195f73b3ae1991","planner_model":"gpt-5.4-nano"}},"output_mrkdwn":"*Daily Plan* \u2014 2026-04-10","ready_at":"2026-04-10T23:39:59.071593+00:00","status":"ready","summary":null,"title":"Daily Plan 2026-04-10","updated_at":"2026-04-10T23:39:59.071593+00:00"}...
|
NULL
|
0.95
|
artifact_upsert:daily_plan:2026-04-10:a07f05d5035d artifact_upsert:daily_plan:2026-04-10:a07f05d5035d0d790b5cdff7b699a482997a52c5...
|
NULL
|
2026-04-10T23:39:59.179143+00:00
|
Edit
Delete
|
|
21278
|
evt_00c7ca2a9001
|
signal_candidate_ingest
|
2026-04-11T03:10:51.104915+00:00
|
collector:discovery
|
[]
|
{"created_at":"2026-04-11T03:10:51.104 {"created_at":"2026-04-11T03:10:51.104915+00:00","signal_type":"discovery_sec_filing_delta","source":"discovery_sec_filings","url":"https://www.sec.gov/Archives/edgar/data/1870600/0001870600-26-000028.txt","value":{"company":"Solo Brands, Inc.","form_type":"DEFA14A","fp":"d6780b7d9d0f3703","kind":"sec_filing","published_at":"20260410","source":"sec_edgar","summary":"Form DEFA14A \u00b7 Solo Brands, Inc. \u00b7 Filed 20260410","ticker":"SBDS","tickers":["SBDS"],"title":"SBDS filed DEFA14A","url":"https://www.sec.gov/Archives/edgar/data/1870600/0001870600-26-000028.txt"}}...
|
sec:edgar
|
1.0
|
discovery_sec_filing_delta:725ac3425ba19bc6
|
NULL
|
2026-04-11T03:11:07.577399+00:00
|
Edit
Delete
|
|
14640
|
evt_00c59efb02e5
|
artifact_upsert
|
2026-04-10T06:59:11.640614+00:00
|
planner
|
[]
|
{"artifact_id":"art_daily_plan_2026-04 {"artifact_id":"art_daily_plan_2026-04-10","confidence":0.95,"created_at":"2026-04-10T06:59:11.640614+00:00","evidence_event_ids":[],"kind":"daily_plan","meta":{"day":"2026-04-10","fingerprint":"37e66f8f0fb913afb49b7d8fb53cb8040b869396","plan_fingerprint":"b2a6258790dfdb234d584a1eab9f467e32426cd8","source":"planner"},"output_json":{"day":"2026-04-10","plan":{"day":"2026-04-10","do_now":[{"actionable":true,"blocked_reason":null,"deadline_at_iso":null,"entity_ref":null,"headline":"Technical indicator signal flagged high severity but is not user-visible","id":"sig:e63084a0acfa41f9","kind":"inbox","links":{"dedupe_key":"ta:technical_indicator_signal:bigMoveUp:big_move:CBNK:1d:2026-04-07T00:00:00Z:2026-04-09","evidence_event_ids":["evt_7f72ac3a0660"],"reason_trace":{"cutoff_iso":"2026-04-06T20:17:55Z","eligible_timeframes":["1d"],"market_now":"2026-04-09T16:17:55.410554-04:00","period_key":"2026-04-09","recent_signal_hours":72,"signal_timestamp":"2026-04-07T00:00:00Z","strategy":"big_move"},"severity":"high","signal_id":"sig_e5afb356d1b5","signal_type":"technical_indicator_signal","source":"technical_analyzer","topic_key":"signal:technical_indicator_signal:950ac63774ed8839","triage":{"action_hints":["schedule review to confirm whether the big-move signal still holds and whether any user-relevant action is warranted"],"confidence":0.62,"disposition":"park","entity_ids":[],"headline":"Technical indicator signal flagged high severity but is not user-visible","prior":{"family":"general","importance_band":"background","suggested_disposition":"park","suggested_route":"review","suggested_urgency":"low"},"priority_score":28.7,"rationale":"This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation.","review_in_days":30,"route":"review","urgency":"low"},"user_visible":false},"next_touch_at_iso":null,"route":"review","score":25.0,"score_hint":0.0,"source_kind":"signal","tags":["family:general","priority:high","route:review","severity:high","signal","signal:technical_indicator_signal","source:technical_analyzer","triage:park","urgency:low"],"ts":"2026-04-09T20:17:55.410532+00:00","urgency":"low","user_visible":true,"waiting_on":null,"why_it_matters":"This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation."}],"do_today":[],"meta":{"built_at":"2026-04-10T06:59:11.640614+00:00","daily_synthesis_source":"fallback","day":"2026-04-10","filters":{"deduped":0,"internal_shadow":0,"noise_signal":1,"stale":3,"stale_question":0,"stale_workflow":0},"fingerprint":"4a532827a71e61bc8b28fffc2c602f6cbac910d9","intelligence_directives":[{"action_type":null,"confidence":0.55,"evidence_event_id":null,"headline":"Technical indicator signal flagged high severity but is not user-visible","implication":"This item is currently one of the highest-leverage moves for trajectory control.","recommended_action":"Do this next: Technical indicator signal flagged high severity but is not user-visible","source":"heuristic","urgency":"low"}],"limits":{"limit_inbox":250,"limit_pending":50,"max_do_now":5,"max_do_today":7,"max_must_do":5,"max_park":25,"max_should_do":7,"max_waiting":5},"owner_context":{"active_projects":[],"commitments":[],"top_focus":null,"work_focus":null},"planner_model":"gpt-5.4-nano","source":"planner","timezone":"America/New_York","week_start":"2026-04-06"},"must_do":[{"actionable":true,"blocked_reason":null,"deadline_at_iso":null,"entity_ref":null,"headline":"Technical indicator signal flagged high severity but is not user-visible","id":"sig:e63084a0acfa41f9","kind":"inbox","links":{"dedupe_key":"ta:technical_indicator_signal:bigMoveUp:big_move:CBNK:1d:2026-04-07T00:00:00Z:2026-04-09","evidence_event_ids":["evt_7f72ac3a0660"],"reason_trace":{"cutoff_iso":"2026-04-06T20:17:55Z","eligible_timeframes":["1d"],"market_now":"2026-04-09T16:17:55.410554-04:00","period_key":"2026-04-09","recent_signal_hours":72,"signal_timestamp":"2026-04-07T00:00:00Z","strategy":"big_move"},"severity":"high","signal_id":"sig_e5afb356d1b5","signal_type":"technical_indicator_signal","source":"technical_analyzer","topic_key":"signal:technical_indicator_signal:950ac63774ed8839","triage":{"action_hints":["schedule review to confirm whether the big-move signal still holds and whether any user-relevant action is warranted"],"confidence":0.62,"disposition":"park","entity_ids":[],"headline":"Technical indicator signal flagged high severity but is not user-visible","prior":{"family":"general","importance_band":"background","suggested_disposition":"park","suggested_route":"review","suggested_urgency":"low"},"priority_score":28.7,"rationale":"This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation.","review_in_days":30,"route":"review","urgency":"low"},"user_visible":false},"next_touch_at_iso":null,"route":"review","score":25.0,"score_hint":0.0,"source_kind":"signal","tags":["family:general","priority:high","route:review","severity:high","signal","signal:technical_indicator_signal","source:technical_analyzer","triage:park","urgency:low"],"ts":"2026-04-09T20:17:55.410532+00:00","urgency":"low","user_visible":true,"waiting_on":null,"why_it_matters":"This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation."}],"notes":[],"one_thing":{"actionable":true,"blocked_reason":null,"deadline_at_iso":null,"entity_ref":null,"headline":"Technical indicator signal flagged high severity but is not user-visible","id":"sig:e63084a0acfa41f9","kind":"inbox","links":{"dedupe_key":"ta:technical_indicator_signal:bigMoveUp:big_move:CBNK:1d:2026-04-07T00:00:00Z:2026-04-09","evidence_event_ids":["evt_7f72ac3a0660"],"reason_trace":{"cutoff_iso":"2026-04-06T20:17:55Z","eligible_timeframes":["1d"],"market_now":"2026-04-09T16:17:55.410554-04:00","period_key":"2026-04-09","recent_signal_hours":72,"signal_timestamp":"2026-04-07T00:00:00Z","strategy":"big_move"},"severity":"high","signal_id":"sig_e5afb356d1b5","signal_type":"technical_indicator_signal","source":"technical_analyzer","topic_key":"signal:technical_indicator_signal:950ac63774ed8839","triage":{"action_hints":["schedule review to confirm whether the big-move signal still holds and whether any user-relevant action is warranted"],"confidence":0.62,"disposition":"park","entity_ids":[],"headline":"Technical indicator signal flagged high severity but is not user-visible","prior":{"family":"general","importance_band":"background","suggested_disposition":"park","suggested_route":"review","suggested_urgency":"low"},"priority_score":28.7,"rationale":"This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation.","review_in_days":30,"route":"review","urgency":"low"},"user_visible":false},"next_touch_at_iso":null,"route":"review","score":25.0,"score_hint":0.0,"source_kind":"signal","tags":["family:general","priority:high","route:review","severity:high","signal","signal:technical_indicator_signal","source:technical_analyzer","triage:park","urgency:low"],"ts":"2026-04-09T20:17:55.410532+00:00","urgency":"low","user_visible":true,"waiting_on":null,"why_it_matters":"This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation."},"parked":[],"should_do":[],"version":"planner_v3_hybrid","waiting":[]},"stats":{"builder":"deterministic_v2","counts":{"actionable":1,"do_now":1,"do_today":0,"inbox_in":1,"must_do":1,"parked":0,"pending_in":0,"should_do":0,"visible":1,"waiting":0},"daily_synthesis_source":"fallback","fingerprint":"4a532827a71e61bc8b28fffc2c602f6cbac910d9","planner_model":"gpt-5.4-nano"}},"output_mrkdwn":"*Daily Plan* \u2014 2026-04-10\n\n*One thing:* Technical indicator signal flagged high severity but is not user-visible\nWhy: This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation.\n\n*Do now:*\n\u2022 Technical indicator signal flagged high severity but is not user-visible \u2014 This is a background technical signal with no direct user-visible action required now, so it can be reviewed later for relevance/confirmation.\n\n*Intelligence:*\n\u2022 Do this next: Technical indicator signal flagged high severity but is not user-visible \u2014 This item is currently one of the highest-leverage moves for trajectory control.","ready_at":"2026-04-10T06:59:11.640614+00:00","status":"ready","summary":"Technical indicator signal flagged high severity but is not user-visible","title":"Daily Plan 2026-04-10","updated_at":"2026-04-10T06:59:11.640614+00:00"}...
|
NULL
|
0.95
|
artifact_upsert:daily_plan:2026-04-10:37e66f8f0fb9 artifact_upsert:daily_plan:2026-04-10:37e66f8f0fb913afb49b7d8fb53cb8040b869396...
|
NULL
|
2026-04-10T06:59:11.712882+00:00
|
Edit
Delete
|
|
25397
|
evt_00c43024e72f
|
llm_usage
|
2026-04-11T22:27:20.835340+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.001452,"meta":{" {"cost_usd":0.001452,"meta":{"governance":{"chars_trimmed":0,"complexity":"medium","cost_24h_usd":2.843953,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1462,"input_tokens_original":1462,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_03ccb4b9f1fb3daf0069dacac32a5c8190b23a933a5b71b4ea","usage":{"input_tokens":1636,"input_tokens_details":{"cached_tokens":0},"output_tokens":900,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2536}}...
|
NULL
|
0.0
|
llm_usage:resp_03ccb4b9f1fb3daf0069dacac32a5c8190b llm_usage:resp_03ccb4b9f1fb3daf0069dacac32a5c8190b23a933a5b71b4ea...
|
NULL
|
2026-04-11T22:27:20.835396+00:00
|
Edit
Delete
|
|
12205
|
evt_00c41d60ca52
|
llm_usage
|
2026-04-10T01:33:20.418893+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.001481,"meta":{" {"cost_usd":0.001481,"meta":{"governance":{"chars_trimmed":0,"complexity":"medium","cost_24h_usd":4.415749,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1462,"input_tokens_original":1462,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_04e264b4ee565ee40069d8535ae0c081948198421b61a2070d","usage":{"input_tokens":1782,"input_tokens_details":{"cached_tokens":0},"output_tokens":900,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2682}}...
|
NULL
|
0.0
|
llm_usage:resp_04e264b4ee565ee40069d8535ae0c081948 llm_usage:resp_04e264b4ee565ee40069d8535ae0c081948198421b61a2070d...
|
NULL
|
2026-04-10T01:33:20.418941+00:00
|
Edit
Delete
|
|
1098
|
evt_00c21554e1c6
|
inbox_item_upsert
|
2026-04-08T20:10:03.353048+00:00
|
inbox_indexer
|
[]
|
{"id":"sig:363019e618baa41c"," {"id":"sig:363019e618baa41c","links":{"dedupe_key":"ta:technical_indicator_signal:bigMoveUp:big_move:PFSA:1d:2026-04-06T00:00:00Z:2026-04-08","evidence_event_ids":["evt_8f48142beb67"],"reason_trace":{"cutoff_iso":"2026-04-05T20:10:03Z","eligible_timeframes":["1d"],"market_now":"2026-04-08T16:10:03.353069-04:00","period_key":"2026-04-08","recent_signal_hours":72,"signal_timestamp":"2026-04-06T00:00:00Z","strategy":"big_move"},"severity":"high","signal_id":"sig_03fa500bb37b","signal_type":"technical_indicator_signal","source":"technical_analyzer","topic_key":"signal:technical_indicator_signal:23b257ddf6e0758b","user_visible":false},"normalized_text":"technical_indicator_signal (high)","status":"open","tags":["signal","signal:technical_indicator_signal","severity:high","source:technical_analyzer","priority:high"],"text":"technical_indicator_signal (high)","ts":"2026-04-08T20:10:03.353048+00:00","type":"signal"}...
|
inbox_index:signal:sig_03fa500bb37b
|
1.0
|
inbox_index:item:signal:sig_03fa500bb37b
|
NULL
|
2026-04-08T20:10:49.494957+00:00
|
Edit
Delete
|
|
4221
|
evt_00bbc7132bae
|
llm_usage
|
2026-04-09T06:04:46.125307+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000519,"meta":{" {"cost_usd":0.000519,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":1.140856,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":315,"input_tokens_original":315,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1300,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1300,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_04224f7b4985f5cc0069d7417aff1081948e081b1ab3d37697","usage":{"input_tokens":681,"input_tokens_details":{"cached_tokens":0},"output_tokens":306,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":987}}...
|
NULL
|
0.0
|
llm_usage:resp_04224f7b4985f5cc0069d7417aff1081948 llm_usage:resp_04224f7b4985f5cc0069d7417aff1081948e081b1ab3d37697...
|
NULL
|
2026-04-09T06:04:46.125371+00:00
|
Edit
Delete
|
|
11347
|
evt_00b5ea0c244b
|
signal_ingest
|
2026-04-10T00:35:44.854910+00:00
|
collector:macro
|
[]
|
{"created_at":"2026-04-10T00:35:44.854 {"created_at":"2026-04-10T00:35:44.854017+00:00","signal_type":"macro_yield_curve_snapshot","source":"treasury","value":{"as_of":"01/02/2026","date":"01/02/2026","quality_hint":1.0,"rates":{"1 Mo":3.72,"1 Yr":3.47,"1.5 Month":3.71,"10 Yr":4.19,"2 Mo":3.66,"2 Yr":3.47,"20 Yr":4.81,"3 Mo":3.65,"3 Yr":3.55,"30 Yr":4.86,"4 Mo":3.62,"5 Yr":3.74,"6 Mo":3.58,"7 Yr":3.95},"source":"treasury","source_ref":"treasury.gov"}}...
|
treasury.gov
|
1.0
|
macro_yield_curve_snapshot:f7dccd27644637e8
|
NULL
|
2026-04-10T00:35:44.854983+00:00
|
Edit
Delete
|
|
13021
|
evt_00b573ad2542
|
llm_usage
|
2026-04-10T02:35:53.810079+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000624,"meta":{" {"cost_usd":0.000624,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":4.876527,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":780,"input_tokens_original":780,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_00c6239bc974728b0069d86207add8819694ed6b5421b82622","usage":{"input_tokens":1120,"input_tokens_details":{"cached_tokens":0},"output_tokens":320,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":1440}}...
|
NULL
|
0.0
|
llm_usage:resp_00c6239bc974728b0069d86207add881969 llm_usage:resp_00c6239bc974728b0069d86207add8819694ed6b5421b82622...
|
NULL
|
2026-04-10T02:35:53.810132+00:00
|
Edit
Delete
|
|
22869
|
evt_00b45b6718a0
|
signal_ingest
|
2026-04-11T12:05:07.441644+00:00
|
daemon:signal_enrichment
|
[]
|
{"created_at":"2026-04-11T00:11:50.548 {"created_at":"2026-04-11T00:11:50.548611+00:00","dedupe_key":"signal_enriched:discovery_unusual_volume_delta:688e555c2b8632a9","evidence_event_ids":["evt_5dc8553957aa"],"signal_type":"discovery_unusual_volume_delta","source":"discovery_ingestor","value":{"aggregator_url":"https://www.nasdaq.com/articles/iran-conflict-threatens-lucrative-luxury-stock-time-panic-or-time-buy","as_of":"2026-04-11T00:11:50.548611+00:00","canonical_url":"https://www.fool.com/investing/2026/04/10/iran-conflict-threatens-lucrative-luxury-stock-tim/","enrichment":{"aggregator_url":"https://www.nasdaq.com/articles/iran-conflict-threatens-lucrative-luxury-stock-time-panic-or-time-buy","article_chars":5000,"article_truncated":true,"blocked_reason":null,"candidate_id":"sc_a974aba28a792d74","canonical_host":"fool.com","canonical_is_aggregator":false,"canonical_url":"https://www.fool.com/investing/2026/04/10/iran-conflict-threatens-lucrative-luxury-stock-tim/","content_type":"text/html; charset=utf-8","enriched_at":"2026-04-11T12:05:07.441578+00:00","extraction_method":"trafilatura","fetched_description":"Key PointsHow drastically the Iran conflict impacts automakers depends on the specific situation.","fetched_title":"Iran Conflict Threatens Lucrative Luxury Stock -- Time to Panic, or Time to Buy? | Nasdaq","final_url":"https://www.nasdaq.com/articles/iran-conflict-threatens-lucrative-luxury-stock-time-panic-or-time-buy","html_truncated":false,"paywall_likely":false,"publisher_domain":"fool.com","publisher_resolution":"canonical_url","requested_url":"https://www.nasdaq.com/articles/iran-conflict-threatens-lucrative-luxury-stock-time-panic-or-time-buy","source_event_id":"evt_5dc8553957aa","source_quality":"high","status_code":200,"version":"signal_enrichment_v2"},"fp":"14950adc43e36f56","kind":"unusual_volume","published_at":"2026-04-10T23:25:00+00:00","publisher_domain":"fool.com","signal_understanding":{"analysis_basis":"article","claim_confidence":0.72,"dates_mentioned":["2025","a year earlier"],"entities":[{"asset_class":"equity","name":"Ferrari","relevance":"high","symbol":"RACE","type":"company"},{"asset_class":"equity","name":"Ford Motor Company","relevance":"medium","symbol":"F","type":"company"},{"asset_class":"equity","name":"General Motors","relevance":"medium","symbol":"GM","type":"company"},{"asset_class":"geography","name":"Dubai","relevance":"medium","symbol":"","type":"location"},{"asset_class":"geography","name":"Iran","relevance":"high","symbol":"","type":"location"}],"event_type":"geopolitical_risk","information_gaps":["The provided text does not include any unusual trading volume metrics (no baseline volume, no current volume, and no volume ratio).","The signal type requests a volume ratio vs average and whether it is confirmed by news; the article content provided does not mention volume confirmation or any volume data.","The article does not provide a specific, quantified catalyst timing (e.g., exact date of the volume spike) beyond general \u201cafter the Iran conflict began.\u201d","The catalyst hypothesis is inferred from the article\u2019s narrative (geopolitical disruption to Middle East luxury demand and related supply chain/oil-price effects), not from explicit volume/market microstructure evidence in the text."],"key_facts":["The article states that Ferrari will be more impacted than mainstream automakers because Ferrari has high-margin business in the ultra-luxury Middle East market.","It says Ferrari\u2019s valuation \u201ctook a hit\u201d after the Iran conflict began.","It states that mainstream automakers such as Ford and General Motors \u201cdon't do big business in the Middle East\u201d and are \u201crelatively unimpacted\u201d by the current Iran conflict.","It claims Dubai has been a major driver of growth in recent years and that rising Middle East tensions come at a crucial time for the luxury industry and Ferrari investors.","It cites Bernstein that the Middle East was the fastest-growing luxury market last year.","It quotes Andy Palmer (former Aston Martin CEO) saying premium/luxury manufacturers face an \u201cutter disaster\u201d in this context.","It states Ferrari reported that the Middle East generated 4.6% of total sales in 2025.","It states the Middle East accounted for 3.5% of Ferrari\u2019s total sales a year earlier.","It says supply chain constraints, rising air freight costs, and declining regional demand present profitability risks.","It states Ferrari has flexibility via a long, stable-yet-flexible purchase order book and can redirect vehicles to other regions in many cases.","It notes risk of further disruption if higher oil prices weigh on luxury sales and aspirational luxury customers.","It states that spending by wealthier consumers is dependent on stock markets, which could be negatively impacted if higher oil prices spur a downward trend.","It concludes the Iran conflict is a \u201cdefinite negative\u201d for Ferrari business but should be viewed as a \u201cspeedbump for now,\u201d and frames it as a potential opportunity to buy shares at a lower valuation."],"numeric_claims":[{"label":"Ferrari Middle East share of total sales (2025)","value":"4.6%"},{"label":"Ferrari Middle East share of total sales (prior year)","value":"3.5%"}],"primary_claim":"Ferrari is expected to be more impacted by the Iran conflict than mainstream automakers because it has meaningful exposure to the ultra-luxury Middle East market, which the article says is being disrupted.","relevance_score":0.62,"sentiment":"mixed","source_quality":"high","summary":"The article argues that the Iran conflict poses a near-term negative risk to ultra-luxury automakers\u2014especially Ferrari\u2014due to exposure to the Middle East luxury market. It frames the selloff as potentially creating a valuation opportunity for investors if the disruption proves temporary.","topics":["Iran conflict","ultra-luxury automakers","Ferrari valuation","Middle East luxury demand","supply chain constraints","oil prices and luxury demand","regional sales exposure"]},"source":"Nasdaq Markets","source_domain":"fool.com","summary":"Key PointsHow drastically the Iran conflict impacts automakers depends on the specific situation.","tickers":[],"title":"Iran Conflict Threatens Lucrative Luxury Stock -- Time to Panic, or Time to Buy?","url":"https://www.fool.com/investing/2026/04/10/iran-conflict-threatens-lucrative-luxury-stock-tim/"}}...
|
candidate:sc_a974aba28a792d74
|
0.72
|
signal_enriched:discovery_unusual_volume_delta:688 signal_enriched:discovery_unusual_volume_delta:688e555c2b8632a9...
|
NULL
|
2026-04-11T12:05:07.441712+00:00
|
Edit
Delete
|
|
25360
|
evt_00b2d8dcc538
|
llm_usage
|
2026-04-11T22:24:34.539973+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000537,"meta":{" {"cost_usd":0.000537,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":2.832168,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":357,"input_tokens_original":357,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_02960f2866c842530069daca1ff66c819799ce2180ffe3c38d","usage":{"input_tokens":686,"input_tokens_details":{"cached_tokens":0},"output_tokens":320,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":1006}}...
|
NULL
|
0.0
|
llm_usage:resp_02960f2866c842530069daca1ff66c81979 llm_usage:resp_02960f2866c842530069daca1ff66c819799ce2180ffe3c38d...
|
NULL
|
2026-04-11T22:24:34.540023+00:00
|
Edit
Delete
|
|
27994
|
evt_00b26e4e38f9
|
llm_usage
|
2026-04-12T06:51:05.724764+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000544,"meta":{" {"cost_usd":0.000544,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":3.249971,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":410,"input_tokens_original":410,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_08a335a5768a0ffd0069db40d6d1208190a24b034bcef3fbab","usage":{"input_tokens":720,"input_tokens_details":{"cached_tokens":0},"output_tokens":320,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":1040}}...
|
NULL
|
0.0
|
llm_usage:resp_08a335a5768a0ffd0069db40d6d1208190a llm_usage:resp_08a335a5768a0ffd0069db40d6d1208190a24b034bcef3fbab...
|
NULL
|
2026-04-12T06:51:05.724816+00:00
|
Edit
Delete
|
|
20987
|
evt_00b18f0f7884
|
signal_candidate_ingest
|
2026-04-11T03:04:51.217197+00:00
|
collector:news
|
[]
|
{"created_at":"2026-04-11T03:04:51.217 {"created_at":"2026-04-11T03:04:51.217197+00:00","signal_type":"news_headline_delta","source":"news_rss","url":"https://news.google.com/rss/articles/CBMihAFBVV95cUxNM2NUWjZlalNoT1R4S0tSdVFGUEJtM3BMUUMwRmR6bW01Q1Q2YkVUQldDV3VfeE9mRFlqdnZRWkpYNkpWYVhTWldnaDhQeVJvUEI1R3RfQUlDSFprb0g5RkZPdVRKUUFSbXBRbzM4bk9yY2l3eWtiOGh0NGRBekdrdWh6NGw?oc=5","value":{"fp":"ad67bb1a166b94f2","published_at":"2026-04-11T01:01:28+00:00","source":"The New York Times","source_domain":"nytimes.com","source_url":"https://www.nytimes.com","summary":"How Recovery Personnel Will Secure Artemis II Capsule at Sea After Splashdown The New York Times Space debris warning issued to ships off coast of San Diego as a precaution cbs8.com Meet the Navy sailors who will be the first to greet returning Artemis II astronauts Military Times USS John P. Murtha to support NASA's Artemis II mission navy.mil First Contact: Meet the Dive Medical Recovery Team of Artemis II usff.navy.mil","title":"How Recovery Personnel Will Secure Artemis II Capsule at Sea After Splashdown - The New York Times","url":"https://news.google.com/rss/articles/CBMihAFBVV95cUxNM2NUWjZlalNoT1R4S0tSdVFGUEJtM3BMUUMwRmR6bW01Q1Q2YkVUQldDV3VfeE9mRFlqdnZRWkpYNkpWYVhTWldnaDhQeVJvUEI1R3RfQUlDSFprb0g5RkZPdVRKUUFSbXBRbzM4bk9yY2l3eWtiOGh0NGRBekdrdWh6NGw?oc=5"}}...
|
rss:The New York Times
|
1.0
|
news_delta:9c8c3bf567ab47e8
|
NULL
|
2026-04-11T03:04:51.217327+00:00
|
Edit
Delete
|
|
22213
|
evt_00ae693c0849
|
signal_ingest
|
2026-04-11T08:46:51.387584+00:00
|
collector:opportunity_research
|
[]
|
{"created_at":"2026-04-11T08:46:51.387 {"created_at":"2026-04-11T08:46:51.387584+00:00","signal_type":"opportunity_research_snapshot","source":"opportunity_research_ingestor","value":{"as_of":"2026-04-11T08:46:51.387584+00:00","bucket":"2026-04-11T08:00Z","error":"http_status_400","items":[],"meta":{},"provider":"serper","quality_hint":0.6,"query":"brent crude OPEC+ supply inventories refinery demand shipping disruption update","source":"opportunity_research_ingestor","source_ref":"web_search:serper","status":"http_400"}}...
|
web_search:serper
|
0.6
|
opportunity_research_snapshot:d5fb60707b9c4bbc
|
NULL
|
2026-04-11T08:46:52.870634+00:00
|
Edit
Delete
|
|
20592
|
evt_00ab915becfa
|
llm_usage
|
2026-04-11T00:55:33.084930+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.002614,"meta":{" {"cost_usd":0.002614,"meta":{"governance":{"chars_trimmed":69502,"complexity":"high","cost_24h_usd":4.733611,"enabled":true,"governance_version":"v1","input_budget_tokens":9000,"input_tokens_final":1542,"input_tokens_original":1542,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":1800,"output_tokens_final":1800,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:opportunity_case_verdicts","complexity:high","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":5200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"opportunity_case_verdicts"},"max_output_tokens":1800,"requested_max_output_tokens":5200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_044eae3b88560ad10069d99bf0226c8195a44cc999761002ec","usage":{"input_tokens":1821,"input_tokens_details":{"cached_tokens":0},"output_tokens":1800,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":3621}}...
|
NULL
|
0.0
|
llm_usage:resp_044eae3b88560ad10069d99bf0226c8195a llm_usage:resp_044eae3b88560ad10069d99bf0226c8195a44cc999761002ec...
|
NULL
|
2026-04-11T00:55:33.084984+00:00
|
Edit
Delete
|
|
28159
|
evt_00a901e7ccb1
|
signal_candidate_ingest
|
2026-04-12T07:50:13.925629+00:00
|
collector:news
|
[]
|
{"created_at":"2026-04-12T07:50:13.925 {"created_at":"2026-04-12T07:50:13.925629+00:00","signal_type":"news_headline_delta","source":"news_rss","url":"https://news.google.com/rss/articles/CBMisgFBVV95cUxQWDNpV1UxZDBwZWNOYWYyaC1qOV9kTzBjbHNJbHN0b1BCWDZQaEwzdFhFX3pwbHRpME52eFNjeEhodTVLMDR0anZjbm1odVhadlNITEhXcFFMUnY1WVJnX1pkSUZqQWU0UkZaaGdEdUFLQlVCTjdMSUJOQl95anVRZnljWXdtSnh5RmNIUkg2NG5wLVpFbjhtSGRfc0stRzlRV1hzVGpydi1fZHJGN1U2RzJR?oc=5","value":{"fp":"25e5f5656e1619cb","published_at":"2026-04-11T16:49:15+00:00","source":"Bloomberg.com","source_domain":"bloomberg.com","source_url":"https://www.bloomberg.com","summary":"Energy Trader Vitol Reorganizes Derivatives Team After Losses Bloomberg.com Exclusive | Wrong-Way Bets on Oil Had a Star Trader Hundreds of Millions in the Hole WSJ Iran war prompts Intercontinental Exchange to raise oil futures margins NewsBytes Vitol, the 'crude oil trading giant,' suffers heavy losses amid the Iran conflict as a star derivatives trader of Chinese descent incurs massive losses from leveraged positions. \u5bcc\u9014\u725b\u725b Oil Trading Costs Have Surged Since Iran War Began Mint","title":"Energy Trader Vitol Reorganizes Derivatives Team After Losses - Bloomberg.com","url":"https://news.google.com/rss/articles/CBMisgFBVV95cUxQWDNpV1UxZDBwZWNOYWYyaC1qOV9kTzBjbHNJbHN0b1BCWDZQaEwzdFhFX3pwbHRpME52eFNjeEhodTVLMDR0anZjbm1odVhadlNITEhXcFFMUnY1WVJnX1pkSUZqQWU0UkZaaGdEdUFLQlVCTjdMSUJOQl95anVRZnljWXdtSnh5RmNIUkg2NG5wLVpFbjhtSGRfc0stRzlRV1hzVGpydi1fZHJGN1U2RzJR?oc=5"}}...
|
rss:Bloomberg.com
|
1.0
|
news_delta:19000b62f4d070ca
|
NULL
|
2026-04-12T07:50:13.925731+00:00
|
Edit
Delete
|
|
22764
|
evt_00a6c4f309d9
|
artifact_upsert
|
2026-04-11T11:46:19.143738+00:00
|
planner
|
[]
|
{"artifact_id":"art_daily_plan_2026-04 {"artifact_id":"art_daily_plan_2026-04-11","confidence":0.95,"created_at":"2026-04-11T11:46:19.143738+00:00","evidence_event_ids":[],"kind":"daily_plan","meta":{"day":"2026-04-11","fingerprint":"e02b06896be30420e24b1b3190a093fe96648bc8","plan_fingerprint":"e0f426200ae21d5b46d1617001f16919d15dac37","source":"planner"},"output_json":{"day":"2026-04-11","plan":{"day":"2026-04-11","do_now":[],"do_today":[],"meta":{"built_at":"2026-04-11T11:46:19.143738+00:00","daily_synthesis_source":"fallback","day":"2026-04-11","filters":{"deduped":0,"internal_shadow":0,"noise_signal":1,"stale":4,"stale_question":0,"stale_workflow":0},"fingerprint":"0385223aaa064cfe512eac687c9db08d911c5b20","intelligence_directives":[],"limits":{"limit_inbox":250,"limit_pending":50,"max_do_now":5,"max_do_today":7,"max_must_do":5,"max_park":25,"max_should_do":7,"max_waiting":5},"owner_context":{"active_projects":[],"commitments":[],"top_focus":null,"work_focus":null},"planner_model":"gpt-5.4-nano","source":"planner","timezone":"America/New_York","week_start":"2026-04-06"},"must_do":[],"notes":[],"one_thing":null,"parked":[],"should_do":[],"version":"planner_v3_hybrid","waiting":[]},"stats":{"builder":"deterministic_v2","counts":{"actionable":0,"do_now":0,"do_today":0,"inbox_in":0,"must_do":0,"parked":0,"pending_in":0,"should_do":0,"visible":0,"waiting":0},"daily_synthesis_source":"fallback","fingerprint":"0385223aaa064cfe512eac687c9db08d911c5b20","planner_model":"gpt-5.4-nano"}},"output_mrkdwn":"*Daily Plan* \u2014 2026-04-11","ready_at":"2026-04-11T11:46:19.143738+00:00","status":"ready","summary":null,"title":"Daily Plan 2026-04-11","updated_at":"2026-04-11T11:46:19.143738+00:00"}...
|
NULL
|
0.95
|
artifact_upsert:daily_plan:2026-04-11:e02b06896be3 artifact_upsert:daily_plan:2026-04-11:e02b06896be30420e24b1b3190a093fe96648bc8...
|
NULL
|
2026-04-11T11:46:19.890356+00:00
|
Edit
Delete
|
|
13050
|
evt_00a2267d4830
|
signal_ingest
|
2026-04-10T02:38:33.700856+00:00
|
daemon:signal_enrichment
|
[]
|
{"created_at":"2026-04-09T19:34:12.195 {"created_at":"2026-04-09T19:34:12.195303+00:00","dedupe_key":"signal_enriched:discovery_ipo_delta:b410e1ae7b60ab99","evidence_event_ids":["evt_6799cf626e6a"],"signal_type":"discovery_ipo_delta","source":"discovery_ingestor","value":{"aggregator_url":"https://news.google.com/rss/articles/CBMisgFBVV95cUxPMkVGM2FPOGJ1RUNaV2p1WDVwMTRaR0hnQUNMTTZwcG1PdS1hNDZTbFViTUREdHNTTm5WWDROU2lIck84UDJVM0paNm5kSm0xT285Z2NVTWNycXFlWGtFWGxSa3o1WWhMbDVWSXlFbVhXUlpXSGNXVVlCdHl6YmlmSW1oOTBqNUllb3UxOGY3d3lHUlN0dG5wLWxrSVhXbTRZLWdaQW95RkZGc2k4RTcxUE5n?oc=5","as_of":"2026-04-09T19:34:12.195303+00:00","canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","enrichment":{"aggregator_url":"https://news.google.com/rss/articles/CBMisgFBVV95cUxPMkVGM2FPOGJ1RUNaV2p1WDVwMTRaR0hnQUNMTTZwcG1PdS1hNDZTbFViTUREdHNTTm5WWDROU2lIck84UDJVM0paNm5kSm0xT285Z2NVTWNycXFlWGtFWGxSa3o1WWhMbDVWSXlFbVhXUlpXSGNXVVlCdHl6YmlmSW1oOTBqNUllb3UxOGY3d3lHUlN0dG5wLWxrSVhXbTRZLWdaQW95RkZGc2k4RTcxUE5n?oc=5","article_chars":5000,"article_truncated":true,"blocked_reason":null,"candidate_id":"sc_a5c3fa59875f3078","canonical_host":"gstatic.com","canonical_is_aggregator":true,"canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","content_type":"text/html; charset=utf-8","enriched_at":"2026-04-10T02:38:33.700820+00:00","extraction_method":"heuristic","fetched_description":"","fetched_title":"","final_url":"https://news.google.com/rss/articles/CBMisgFBVV95cUxPMkVGM2FPOGJ1RUNaV2p1WDVwMTRaR0hnQUNMTTZwcG1PdS1hNDZTbFViTUREdHNTTm5WWDROU2lIck84UDJVM0paNm5kSm0xT285Z2NVTWNycXFlWGtFWGxSa3o1WWhMbDVWSXlFbVhXUlpXSGNXVVlCdHl6YmlmSW1oOTBqNUllb3UxOGY3d3lHUlN0dG5wLWxrSVhXbTRZLWdaQW95RkZGc2k4RTcxUE5n?oc=5&hl=en-US&gl=US&ceid=US:en","html_truncated":true,"paywall_likely":false,"publisher_domain":"gstatic.com","publisher_resolution":"canonical_aggregator_unresolved","requested_url":"https://news.google.com/rss/articles/CBMisgFBVV95cUxPMkVGM2FPOGJ1RUNaV2p1WDVwMTRaR0hnQUNMTTZwcG1PdS1hNDZTbFViTUREdHNTTm5WWDROU2lIck84UDJVM0paNm5kSm0xT285Z2NVTWNycXFlWGtFWGxSa3o1WWhMbDVWSXlFbVhXUlpXSGNXVVlCdHl6YmlmSW1oOTBqNUllb3UxOGY3d3lHUlN0dG5wLWxrSVhXbTRZLWdaQW95RkZGc2k4RTcxUE5n?oc=5","source_event_id":"evt_6799cf626e6a","source_quality":"high","status_code":200,"version":"signal_enrichment_v2"},"fp":"e42185b3ff555a78","kind":"ipo_calendar","published_at":"2026-04-09T12:14:00+00:00","publisher_domain":"gstatic.com","signal_understanding":{"analysis_basis":"headline_and_summary","claim_confidence":0.62,"dates_mentioned":[],"entities":[{"asset_class":"equity","name":"AEVEX Corp.","relevance":"primary","symbol":"","type":"company"}],"event_type":"listing","information_gaps":["The provided article text is not present (only CSS/HTML styling appears), so IPO terms are not available.","No IPO price range, number of shares, expected offering size, underwriting details, exchange listing, or timeline are included in the provided text.","No date of the announcement is included in the provided text."],"key_facts":["Business Wire reported that AEVEX Corp. announced the launch of an initial public offering (IPO)."],"numeric_claims":[],"primary_claim":"AEVEX Corp. announced the launch of its initial public offering (IPO).","relevance_score":0.72,"sentiment":"neutral","source_quality":"high","summary":"AEVEX Corp. announced the launch of an initial public offering (IPO), as reported by Business Wire.","topics":["IPO","initial public offering","company announcement"]},"source":"Business Wire","source_domain":"gstatic.com","summary":"AEVEX Corp. Announces Launch of Initial Public Offering Business Wire","tickers":[],"title":"AEVEX Corp. Announces Launch of Initial Public Offering - Business Wire","url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp"}}...
|
candidate:sc_a5c3fa59875f3078
|
0.62
|
signal_enriched:discovery_ipo_delta:b410e1ae7b60ab signal_enriched:discovery_ipo_delta:b410e1ae7b60ab99...
|
NULL
|
2026-04-10T02:38:33.700903+00:00
|
Edit
Delete
|
|
16360
|
evt_009b6cc3c4b6
|
signal_ingest
|
2026-04-10T13:01:56.706991+00:00
|
daemon:signal_enrichment
|
[]
|
{"created_at":"2026-04-10T13:01:10.854 {"created_at":"2026-04-10T13:01:10.854271+00:00","dedupe_key":"signal_enriched:market_headline_delta:8f96bc3968a9a670","evidence_event_ids":["evt_e655d0f4fb53"],"signal_type":"market_headline_delta","source":"market_ingestor","value":{"aggregator_url":"https://news.google.com/rss/articles/CBMidEFVX3lxTE02SGxjbG0yMHNjZkFjbG05ZEk4OG1tbzJZUFFFLVV1Y3QwSEUxVHc3cjVqdFkyN1hRUGRSN1dCb3RoYy0tODhtWGVtSGxnVFFaVnBLVkdwaGFMOVFtTWNSby1DSm1Sb00ycHF1Ujl2aHQtd2Ju?oc=5","as_of":"2026-04-10T13:01:10.854271+00:00","canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","enrichment":{"aggregator_url":"https://news.google.com/rss/articles/CBMidEFVX3lxTE02SGxjbG0yMHNjZkFjbG05ZEk4OG1tbzJZUFFFLVV1Y3QwSEUxVHc3cjVqdFkyN1hRUGRSN1dCb3RoYy0tODhtWGVtSGxnVFFaVnBLVkdwaGFMOVFtTWNSby1DSm1Sb00ycHF1Ujl2aHQtd2Ju?oc=5","article_chars":5000,"article_truncated":true,"blocked_reason":null,"candidate_id":"sc_bd3c5a72f1fdca58","canonical_host":"gstatic.com","canonical_is_aggregator":true,"canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","content_type":"text/html; charset=utf-8","enriched_at":"2026-04-10T13:01:56.706912+00:00","extraction_method":"heuristic","fetched_description":"","fetched_title":"","final_url":"https://news.google.com/rss/articles/CBMidEFVX3lxTE02SGxjbG0yMHNjZkFjbG05ZEk4OG1tbzJZUFFFLVV1Y3QwSEUxVHc3cjVqdFkyN1hRUGRSN1dCb3RoYy0tODhtWGVtSGxnVFFaVnBLVkdwaGFMOVFtTWNSby1DSm1Sb00ycHF1Ujl2aHQtd2Ju?oc=5&hl=en-US&gl=US&ceid=US:en","html_truncated":true,"paywall_likely":false,"publisher_domain":"cryptorank.io","publisher_resolution":"payload_source_domain","requested_url":"https://news.google.com/rss/articles/CBMidEFVX3lxTE02SGxjbG0yMHNjZkFjbG05ZEk4OG1tbzJZUFFFLVV1Y3QwSEUxVHc3cjVqdFkyN1hRUGRSN1dCb3RoYy0tODhtWGVtSGxnVFFaVnBLVkdwaGFMOVFtTWNSby1DSm1Sb00ycHF1Ujl2aHQtd2Ju?oc=5","source_event_id":"evt_e655d0f4fb53","source_quality":"high","status_code":200,"version":"signal_enrichment_v2"},"fp":"302ddc61214acd9e","published_at":"2026-04-10T12:22:05+00:00","publisher_domain":"cryptorank.io","signal_understanding":{"analysis_basis":"headline_and_summary","claim_confidence":0.55,"dates_mentioned":[],"entities":[{"asset_class":"equity","name":"Nakamoto","relevance":"primary subject of the headline","symbol":"","type":"company"}],"event_type":"price_action","information_gaps":["No reverse split ratio (e.g., 1-for-N) is provided in the provided text.","No ticker symbol for Nakamoto is provided in the provided text.","No timing details (announcement date/effective date) are provided.","No explanation of causality or whether the action is intended to address delisting/price compliance is provided.","The provided article text is not actually present (only CSS/HTML boilerplate), so only the headline can be grounded."],"key_facts":["Headline states: \u201cNakamoto Reverse Stock Split.\u201d","Headline characterizes the move as \u201cA Critical Move.\u201d","Headline states there was a \u201cstaggering 99% Stock Collapse.\u201d"],"numeric_claims":[{"label":"Stock collapse magnitude","value":"99%"}],"primary_claim":"Nakamoto executed a reverse stock split after a staggering 99% stock collapse, described as a critical move.","relevance_score":0.62,"sentiment":"mixed","source_quality":"high","summary":"CryptoRank reports a \u201cNakamoto reverse stock split\u201d described as a critical move following a reported 99% stock collapse.","topics":["reverse stock split","stock collapse","corporate action","Nakamoto"]},"source":"CryptoRank","source_domain":"cryptorank.io","source_url":"https://cryptorank.io","summary":"","tickers":[],"title":"Nakamoto Reverse Stock Split: A Critical Move After a Staggering 99% Stock Collapse - CryptoRank","url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp"}}...
|
candidate:sc_bd3c5a72f1fdca58
|
0.55
|
signal_enriched:market_headline_delta:8f96bc3968a9 signal_enriched:market_headline_delta:8f96bc3968a9a670...
|
NULL
|
2026-04-10T13:01:56.707056+00:00
|
Edit
Delete
|
|
17757
|
evt_0099623c41f3
|
signal_candidate_ingest
|
2026-04-10T15:51:15.884890+00:00
|
collector:discovery
|
[]
|
{"created_at":"2026-04-10T15:51:15.884 {"created_at":"2026-04-10T15:51:15.884890+00:00","signal_type":"discovery_crypto_extremes_delta","source":"discovery_ingestor","url":"https://decrypt.co/363926/bittensor-token-plunges-builder-departs-decentralization-doubts","value":{"fp":"b4341b54581dcfb7","kind":"crypto_extremes","published_at":"2026-04-10T15:30:44+00:00","source":"Decrypt RSS","summary":"BitTensor's native token, TAO, has fallen more than 18% amid public fallout between a leading subnet operator and the AI network's founder.","tickers":[],"title":"BitTensor AI Token Plunges as Top Builder Departs Over Decentralization Doubts","url":"https://decrypt.co/363926/bittensor-token-plunges-builder-departs-decentralization-doubts"}}...
|
crypto_mixed
|
1.0
|
discovery_crypto_extremes_delta:85c05de90c68ddd9
|
NULL
|
2026-04-10T15:51:26.038454+00:00
|
Edit
Delete
|
|
7428
|
evt_0092b114607f
|
llm_usage
|
2026-04-09T19:57:49.338050+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.002615,"meta":{" {"cost_usd":0.002615,"meta":{"governance":{"chars_trimmed":62722,"complexity":"high","cost_24h_usd":2.672734,"enabled":true,"governance_version":"v1","input_budget_tokens":9000,"input_tokens_final":1542,"input_tokens_original":1542,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":1800,"output_tokens_final":1800,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:opportunity_case_verdicts","complexity:high","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":5200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"opportunity_case_verdicts"},"max_output_tokens":1800,"requested_max_output_tokens":5200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0881e5095b5735280069d804b1cc0c8194aa4b025b9d7ff8a5","usage":{"input_tokens":1826,"input_tokens_details":{"cached_tokens":0},"output_tokens":1800,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":3626}}...
|
NULL
|
0.0
|
llm_usage:resp_0881e5095b5735280069d804b1cc0c8194a llm_usage:resp_0881e5095b5735280069d804b1cc0c8194aa4b025b9d7ff8a5...
|
NULL
|
2026-04-09T19:57:49.338099+00:00
|
Edit
Delete
|
|
5608
|
evt_00920927b569
|
llm_usage
|
2026-04-09T12:04:14.126269+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000538,"meta":{" {"cost_usd":0.000538,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":1.778629,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":317,"input_tokens_original":317,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1300,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1300,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_067c31ae396db2bb0069d795bb80b881938e645ae03bf91b6c","usage":{"input_tokens":689,"input_tokens_details":{"cached_tokens":0},"output_tokens":320,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":1009}}...
|
NULL
|
0.0
|
llm_usage:resp_067c31ae396db2bb0069d795bb80b881938 llm_usage:resp_067c31ae396db2bb0069d795bb80b881938e645ae03bf91b6c...
|
NULL
|
2026-04-09T12:04:14.126365+00:00
|
Edit
Delete
|
|
20676
|
evt_008458e59c0e
|
planner_plan_built
|
2026-04-11T01:25:09.315579+00:00
|
planner
|
[]
|
{"day":"2026-04-10","plan" {"day":"2026-04-10","plan":{"day":"2026-04-10","do_now":[],"do_today":[],"meta":{"built_at":"2026-04-11T01:25:09.315579+00:00","daily_synthesis_source":"fallback","day":"2026-04-10","filters":{"deduped":0,"internal_shadow":0,"noise_signal":1,"stale":4,"stale_question":0,"stale_workflow":0},"fingerprint":"eb2380d421cb3edee37d725d58195f73b3ae1991","intelligence_directives":[],"limits":{"limit_inbox":250,"limit_pending":50,"max_do_now":5,"max_do_today":7,"max_must_do":5,"max_park":25,"max_should_do":7,"max_waiting":5},"owner_context":{"active_projects":[],"commitments":[],"top_focus":null,"work_focus":null},"planner_model":"gpt-5.4-nano","source":"planner","timezone":"America/New_York","week_start":"2026-04-06"},"must_do":[],"notes":[],"one_thing":null,"parked":[],"should_do":[],"version":"planner_v3_hybrid","waiting":[]},"stats":{"builder":"deterministic_v2","counts":{"actionable":0,"do_now":0,"do_today":0,"inbox_in":0,"must_do":0,"parked":0,"pending_in":0,"should_do":0,"visible":0,"waiting":0},"daily_synthesis_source":"fallback","fingerprint":"eb2380d421cb3edee37d725d58195f73b3ae1991","planner_model":"gpt-5.4-nano"}}...
|
NULL
|
1.0
|
planner_plan_built:2026-04-10:e9a583b99f2f9618e5a0 planner_plan_built:2026-04-10:e9a583b99f2f9618e5a0afe34e53ef427cc85c81...
|
NULL
|
2026-04-11T01:25:09.347284+00:00
|
Edit
Delete
|
|
12267
|
evt_0083fc470a56
|
signal_ingest
|
2026-04-10T01:37:45.555273+00:00
|
daemon:signal_enrichment
|
[]
|
{"created_at":"2026-04-08T22:43:46.053 {"created_at":"2026-04-08T22:43:46.053448+00:00","dedupe_key":"signal_enriched:discovery_ipo_delta:b0935dc0df06ae4d","evidence_event_ids":["evt_be1f409d4df1"],"signal_type":"discovery_ipo_delta","source":"discovery_ingestor","value":{"aggregator_url":"https://news.google.com/rss/articles/CBMikwFBVV95cUxOcnZqaTlqamZmUmwycXBJSjFHNkplWkFoZlJhLW9DUktwUWhoU0h4SDdCaWRkNGJCbkNDOHVPbzF5cTJSTkhkNnUxc2cwRWhZSXlIOFFlTXl2UE5TWnhXRmNKMzZFTXQ0M0FVN2l1aEhGeTVSZDdHUktSM3k4S1U2OU9HUExLWFR3T01ydDNUZ1h5TGM?oc=5","as_of":"2026-04-08T22:43:46.053448+00:00","canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","enrichment":{"aggregator_url":"https://news.google.com/rss/articles/CBMikwFBVV95cUxOcnZqaTlqamZmUmwycXBJSjFHNkplWkFoZlJhLW9DUktwUWhoU0h4SDdCaWRkNGJCbkNDOHVPbzF5cTJSTkhkNnUxc2cwRWhZSXlIOFFlTXl2UE5TWnhXRmNKMzZFTXQ0M0FVN2l1aEhGeTVSZDdHUktSM3k4S1U2OU9HUExLWFR3T01ydDNUZ1h5TGM?oc=5","article_chars":5000,"article_truncated":true,"blocked_reason":null,"candidate_id":"sc_f69f036955b12eda","canonical_host":"gstatic.com","canonical_is_aggregator":true,"canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","content_type":"text/html; charset=utf-8","enriched_at":"2026-04-10T01:37:45.555246+00:00","extraction_method":"heuristic","fetched_description":"","fetched_title":"","final_url":"https://news.google.com/rss/articles/CBMikwFBVV95cUxOcnZqaTlqamZmUmwycXBJSjFHNkplWkFoZlJhLW9DUktwUWhoU0h4SDdCaWRkNGJCbkNDOHVPbzF5cTJSTkhkNnUxc2cwRWhZSXlIOFFlTXl2UE5TWnhXRmNKMzZFTXQ0M0FVN2l1aEhGeTVSZDdHUktSM3k4S1U2OU9HUExLWFR3T01ydDNUZ1h5TGM?oc=5&hl=en-US&gl=US&ceid=US:en","html_truncated":true,"paywall_likely":false,"publisher_domain":"gstatic.com","publisher_resolution":"canonical_aggregator_unresolved","requested_url":"https://news.google.com/rss/articles/CBMikwFBVV95cUxOcnZqaTlqamZmUmwycXBJSjFHNkplWkFoZlJhLW9DUktwUWhoU0h4SDdCaWRkNGJCbkNDOHVPbzF5cTJSTkhkNnUxc2cwRWhZSXlIOFFlTXl2UE5TWnhXRmNKMzZFTXQ0M0FVN2l1aEhGeTVSZDdHUktSM3k4S1U2OU9HUExLWFR3T01ydDNUZ1h5TGM?oc=5","source_event_id":"evt_be1f409d4df1","source_quality":"high","status_code":200,"version":"signal_enrichment_v2"},"fp":"be1b31e97172caa1","kind":"ipo_calendar","published_at":"2026-04-08T16:50:00+00:00","publisher_domain":"gstatic.com","signal_understanding":{"analysis_basis":"headline_and_summary","claim_confidence":0.74,"dates_mentioned":[],"entities":[{"asset_class":"equity","name":"Golden Destinations","relevance":"high","symbol":"","type":"company"}],"event_type":"listing","information_gaps":["The provided article text is not available beyond styling/HTML; only the headline/summary is usable.","No IPO date, offering size, price, allotment details, or listing venue/ticker are provided in the supplied text.","No confirmation of whether 2.10x refers to overall demand, retail demand, or another tranche."],"key_facts":["The IPO of Golden Destinations was oversubscribed by 2.10 times (2.10x)."],"numeric_claims":[{"label":"IPO oversubscription multiple","value":"2.10x"}],"primary_claim":"Golden Destinations\u2019 IPO oversubscription level was 2.10x.","relevance_score":0.62,"sentiment":"positive","source_quality":"high","summary":"Golden Destinations\u2019 IPO was oversubscribed by 2.10 times, according to Yahoo! Finance Canada.","topics":["IPO","oversubscription","capital markets"]},"source":"Yahoo! Finance Canada","source_domain":"gstatic.com","summary":"Golden Destinations' IPO Oversubscribed By 2.10 Times Yahoo! Finance Canada","tickers":[],"title":"Golden Destinations' IPO Oversubscribed By 2.10 Times - Yahoo! Finance Canada","url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp"}}...
|
candidate:sc_f69f036955b12eda
|
0.74
|
signal_enriched:discovery_ipo_delta:b0935dc0df06ae signal_enriched:discovery_ipo_delta:b0935dc0df06ae4d...
|
NULL
|
2026-04-10T01:37:45.555333+00:00
|
Edit
Delete
|
|
21436
|
evt_007f7ed49bf8
|
signal_ingest
|
2026-04-11T04:19:56.669696+00:00
|
daemon:signal_enrichment
|
[]
|
{"created_at":"2026-04-11T03:10:51.104 {"created_at":"2026-04-11T03:10:51.104915+00:00","dedupe_key":"signal_enriched:discovery_sec_filing_delta:9fa6f06afd10f76c","evidence_event_ids":["evt_95af1cdab379"],"signal_type":"discovery_sec_filing_delta","source":"discovery_sec_filings","value":{"aggregator_url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt","as_of":"2026-04-11T03:10:51.104915+00:00","canonical_url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt","company":"WIDEPOINT CORP","enrichment":{"aggregator_url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt","article_chars":5000,"article_truncated":true,"blocked_reason":null,"candidate_id":"sc_cb2fe76abd46bfcf","canonical_host":"sec.gov","canonical_is_aggregator":false,"canonical_url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt","content_type":"text/plain","enriched_at":"2026-04-11T04:19:56.669639+00:00","extraction_method":"trafilatura","fetched_description":"","fetched_title":"wyy_8k.htm","final_url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt","html_truncated":true,"paywall_likely":false,"publisher_domain":"sec.gov","publisher_resolution":"canonical_url","requested_url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt","source_event_id":"evt_95af1cdab379","source_quality":"high","status_code":200,"version":"signal_enrichment_v2"},"form_type":"8-K","fp":"cce0d816e69606bd","kind":"sec_filing","published_at":"20260410","publisher_domain":"sec.gov","signal_understanding":{"analysis_basis":"article","claim_confidence":0.86,"dates_mentioned":["2026-04-10","2026-04-11"],"entities":[{"asset_class":"equity","name":"WidePoint Corporation","relevance":"high","symbol":"WYY","type":"issuer"},{"asset_class":"broker_dealer","name":"H.C. Wainwright & Co., LLC","relevance":"high","symbol":"","type":"sales_agent"},{"asset_class":"law_firm","name":"Foley & Lardner LLP","relevance":"medium","symbol":"","type":"legal_counsel"}],"event_type":"listing","information_gaps":["What the \u201cprior known state\u201d was (e.g., whether an ATM program existed previously) is not provided in the signal, so the specific delta vs prior state cannot be determined beyond the fact that this 8-K discloses the ATM agreement.","The filing\u2019s SEC \u201citem_hints\u201d and \u201cmaterial_items\u201d fields are empty in the provided context, so no additional item-level categorization beyond Item 1.01 is available.","The cleaned text does not include the full signature block details or any additional exhibits beyond their referenced existence (Exhibit 1.1, 5.1, 23.1)."],"key_facts":["Form 8-K includes Item 1.01: Entry into a Material Definitive Agreement.","On April 10, 2026, WidePoint entered into an At The Market Offering Agreement with H.C. Wainwright & Co., LLC.","The ATM Offering permits issuance and sale of shares of WidePoint common stock with an aggregate offering price of up to $15.5 million from time to time.","WidePoint expects to use net proceeds, if any, over time for general corporate purposes, including potentially expanding existing businesses, acquiring businesses, and investing in other business opportunities.","Sales through the Sales Agent will be made using methods deemed an \u201cat the market offering\u201d under Rule 415 under the Securities Act of 1933.","The Sales Agent will use commercially reasonable efforts to make such offerings consistent with its normal trading and sales practices.","WidePoint will pay the Sales Agent up to 3.0% of the gross proceeds of the sales price per share of common stock sold through the Sales Agent.","WidePoint is not obligated to make any sales under the Sales Agreement; no assurance is given regarding sales, price, amount, or timing.","The Sales Agreement terminates upon earlier of (i) sale of all common stock subject to the agreement or (ii) termination as provided in the agreement.","The Sales Agreement is filed as Exhibit 1.1; counsel opinion and consent are filed as Exhibits 5.1 and 23.1."],"numeric_claims":[{"label":"ATM offering size (aggregate offering price)","value":"$15.5 million"},{"label":"Sales agent fee (max % of gross proceeds)","value":"3.0%"}],"primary_claim":"On April 10, 2026, WidePoint entered into an At The Market Offering Agreement with H.C. Wainwright & Co., LLC to sell up to $15.5 million of its common stock through an ATM offering.","relevance_score":0.78,"sentiment":"neutral","source_quality":"high","summary":"WidePoint Corporation filed a Form 8-K on April 10, 2026 announcing an at-the-market (ATM) equity offering agreement that allows it to sell up to $15.5 million of its common stock from time to time. The filing also discloses expected use of net proceeds and related agent compensation and termination terms.","topics":["SEC filing","8-K","at-the-market offering","equity issuance","sales agreement","general corporate purposes"]},"source":"sec_edgar","source_domain":"sec.gov","summary":"Form 8-K \u00b7 WIDEPOINT CORP \u00b7 Filed 20260410","ticker":"WYY","tickers":["WYY"],"title":"WYY filed 8-K","url":"https://www.sec.gov/Archives/edgar/data/1034760/0001654954-26-003410.txt"}}...
|
candidate:sc_cb2fe76abd46bfcf
|
0.86
|
signal_enriched:discovery_sec_filing_delta:9fa6f06 signal_enriched:discovery_sec_filing_delta:9fa6f06afd10f76c...
|
NULL
|
2026-04-11T04:19:56.669749+00:00
|
Edit
Delete
|
|
6433
|
evt_007cb18c9754
|
llm_usage
|
2026-04-09T15:36:17.039415+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.001485,"meta":{" {"cost_usd":0.001485,"meta":{"governance":{"chars_trimmed":105,"complexity":"medium","cost_24h_usd":2.18635,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1526,"input_tokens_original":1526,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1800,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1800,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0db27eea0767ccbf0069d7c76b21388190beedb9c2a3947e0e","usage":{"input_tokens":1799,"input_tokens_details":{"cached_tokens":0},"output_tokens":900,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2699}}...
|
NULL
|
0.0
|
llm_usage:resp_0db27eea0767ccbf0069d7c76b21388190b llm_usage:resp_0db27eea0767ccbf0069d7c76b21388190beedb9c2a3947e0e...
|
NULL
|
2026-04-09T15:36:17.039463+00:00
|
Edit
Delete
|
|
20188
|
evt_007a8701d850
|
signal_candidate_ingest
|
2026-04-10T22:42:10.560858+00:00
|
collector:discovery
|
[]
|
{"created_at":"2026-04-10T22:42:10.560 {"created_at":"2026-04-10T22:42:10.560858+00:00","signal_type":"discovery_new_listings_delta","source":"discovery_ingestor","url":"https://www.nasdaq.com/articles/tflo-crosses-above-key-moving-average-level","value":{"fp":"f124f3d613e9a81b","kind":"new_listings","published_at":"2026-04-10T21:37:18+00:00","source":"Nasdaq Stocks","summary":"In trading on Friday, shares of the iShares Treasury Floating Rate Bond ETF (Symbol: TFLO) crossed above their 200 day moving average of $50.54, changing hands as high as $50.55 per share. iShares Treasury Floating Rate Bond shares are currently trading trading flat on the day.","tickers":[],"title":"TFLO Crosses Above Key Moving Average Level","url":"https://www.nasdaq.com/articles/tflo-crosses-above-key-moving-average-level"}}...
|
rss
|
1.0
|
discovery_new_listings_delta:d1b4e27d17b66c7c
|
NULL
|
2026-04-10T22:42:13.090922+00:00
|
Edit
Delete
|
|
7856
|
evt_0075afc71370
|
signal_emitted
|
2026-04-09T20:48:35.134608+00:00
|
technical_analyzer
|
[]
|
{"created_at":"2026-04-09T20:48:35.134 {"created_at":"2026-04-09T20:48:35.134608+00:00","reason_trace":{"cutoff_iso":"2026-04-06T20:48:35Z","eligible_timeframes":["1d"],"market_now":"2026-04-09T16:48:35.134628-04:00","period_key":"2026-04-09","recent_signal_hours":72,"signal_timestamp":"2026-04-08T00:00:00Z","strategy":"ema_signals"},"severity":"medium","signal_type":"technical_indicator_signal","source":"technical_analyzer","value":{"bars":600,"confidence":0.6000907957120498,"details":{"bars":600,"ema_fast":7.2320497579354805,"ema_price":7.2320497579354805,"ema_slow":7.509332769728626,"fast_length":12,"fast_slope":0.011905,"price_ema_length":12,"recent_matches":[{"close":9.630000114440918,"ema_fast":9.054911442671377,"ema_price":9.054911442671377,"ema_slow":8.798622366157648,"timestamp":"2026-01-22T00:00:00+00:00","volume":2211000.0},{"close":10.149999618530273,"ema_fast":10.112239524887086,"ema_price":10.112239524887086,"ema_slow":9.764888401706397,"timestamp":"2026-02-17T00:00:00+00:00","volume":443000.0},{"close":7.590000152587891,"ema_fast":7.352340068834719,"ema_price":7.352340068834719,"ema_slow":7.8352093169599275,"timestamp":"2026-03-25T00:00:00+00:00","volume":727200.0},{"close":7.320000171661377,"ema_fast":7.261779451983753,"ema_price":7.261779451983753,"ema_slow":7.629157410357799,"timestamp":"2026-04-01T00:00:00+00:00","volume":452600.0},{"close":7.699999809265137,"ema_fast":7.2320497579354805,"ema_price":7.2320497579354805,"ema_slow":7.509332769728626,"timestamp":"2026-04-08T00:00:00+00:00","volume":964200.0}],"rel_gap":0.036925,"rel_price_gap":0.064705,"signal":{"close":7.699999809265137,"timestamp":"2026-04-08T00:00:00Z"},"slow_length":26},"direction":"up","last_buy":null,"last_sell":null,"magnitude":0.2588201502989885,"price":7.699999809265137,"recent_buys":[],"recent_sells":[],"signal":{"close":7.699999809265137,"timestamp":"2026-04-08T00:00:00Z"},"signal_kind":"priceAboveEma12","strategy":"ema_signals","ticker":"VLRS","timeframe":"1d","timeframe_bucket":"daily"}}...
|
NULL
|
0.6000907957120498
|
ta:technical_indicator_signal:priceAboveEma12:ema_ ta:technical_indicator_signal:priceAboveEma12:ema_signals:VLRS:1d:2026-04-08T00:00:00Z:2026-04-09...
|
NULL
|
2026-04-09T20:49:15.113439+00:00
|
Edit
Delete
|
|
21433
|
evt_007281b01732
|
llm_usage
|
2026-04-11T04:19:50.280723+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.001018,"meta":{" {"cost_usd":0.001018,"meta":{"governance":{"chars_trimmed":97,"complexity":"medium","cost_24h_usd":3.419632,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1526,"input_tokens_original":1526,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1800,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1800,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_025b2fc82f47a3530069d9cbe29374819799653618d1f06ae9","usage":{"input_tokens":1546,"input_tokens_details":{"cached_tokens":0},"output_tokens":567,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2113}}...
|
NULL
|
0.0
|
llm_usage:resp_025b2fc82f47a3530069d9cbe2937481979 llm_usage:resp_025b2fc82f47a3530069d9cbe29374819799653618d1f06ae9...
|
NULL
|
2026-04-11T04:19:50.280772+00:00
|
Edit
Delete
|
|
7774
|
evt_007104fe7cb7
|
signal_emitted
|
2026-04-09T20:38:40.458758+00:00
|
technical_analyzer
|
[]
|
{"created_at":"2026-04-09T20:38:40.458 {"created_at":"2026-04-09T20:38:40.458758+00:00","reason_trace":{"cutoff_iso":"2026-04-06T20:38:40Z","eligible_timeframes":["1d"],"market_now":"2026-04-09T16:38:40.458777-04:00","period_key":"2026-04-09","recent_signal_hours":72,"signal_timestamp":"2026-04-08T00:00:00Z","strategy":"ema_signals"},"severity":"medium","signal_type":"technical_indicator_signal","source":"technical_analyzer","value":{"bars":600,"confidence":0.6039611437284885,"details":{"bars":600,"ema_fast":66.41242903582145,"ema_price":66.41242903582145,"ema_slow":65.51462428287583,"fast_length":12,"fast_slope":-0.017226,"price_ema_length":12,"recent_matches":[{"close":73.06999969482422,"ema_fast":73.19708646141108,"ema_price":73.19708646141108,"ema_slow":69.72918887718457,"timestamp":"2026-02-11T00:00:00+00:00","volume":354800.0},{"close":71.13999938964844,"ema_fast":71.29668134851248,"ema_price":71.29668134851248,"ema_slow":69.9728954681978,"timestamp":"2026-02-23T00:00:00+00:00","volume":195500.0},{"close":70.43000030517578,"ema_fast":70.65056017806246,"ema_price":70.65056017806246,"ema_slow":69.94998759759622,"timestamp":"2026-02-27T00:00:00+00:00","volume":112200.0},{"close":69.30000305175781,"ema_fast":70.51300541184732,"ema_price":70.51300541184732,"ema_slow":69.9868896232687,"timestamp":"2026-03-03T00:00:00+00:00","volume":178900.0},{"close":60.0099983215332,"ema_fast":66.41242903582145,"ema_price":66.41242903582145,"ema_slow":65.51462428287583,"timestamp":"2026-04-08T00:00:00+00:00","volume":1414700.0}],"rel_gap":0.013704,"rel_price_gap":0.096404,"signal":{"close":60.0099983215332,"timestamp":"2026-04-08T00:00:00Z"},"slow_length":26},"direction":"down","last_buy":null,"last_sell":null,"magnitude":0.38561641591726203,"price":60.0099983215332,"recent_buys":[],"recent_sells":[],"signal":{"close":60.0099983215332,"timestamp":"2026-04-08T00:00:00Z"},"signal_kind":"priceBelowEma12","strategy":"ema_signals","ticker":"KRUS","timeframe":"1d","timeframe_bucket":"daily"}}...
|
NULL
|
0.6039611437284885
|
ta:technical_indicator_signal:priceBelowEma12:ema_ ta:technical_indicator_signal:priceBelowEma12:ema_signals:KRUS:1d:2026-04-08T00:00:00Z:2026-04-09...
|
NULL
|
2026-04-09T20:39:01.654865+00:00
|
Edit
Delete
|
|
21126
|
evt_00700f70440b
|
signal_candidate_ingest
|
2026-04-11T03:10:51.104915+00:00
|
collector:discovery
|
[]
|
{"created_at":"2026-04-11T03:10:51.104 {"created_at":"2026-04-11T03:10:51.104915+00:00","signal_type":"discovery_sec_filing_delta","source":"discovery_sec_filings","url":"https://www.sec.gov/Archives/edgar/data/1641631/0001493152-26-016172.txt","value":{"company":"Beyond Air, Inc.","form_type":"8-K","fp":"59fc1254c52811f7","kind":"sec_filing","published_at":"20260410","source":"sec_edgar","summary":"Form 8-K \u00b7 Beyond Air, Inc. \u00b7 Filed 20260410","ticker":"XAIR","tickers":["XAIR"],"title":"XAIR filed 8-K","url":"https://www.sec.gov/Archives/edgar/data/1641631/0001493152-26-016172.txt"}}...
|
sec:edgar
|
1.0
|
discovery_sec_filing_delta:fe22cde81613ab21
|
NULL
|
2026-04-11T03:11:05.356773+00:00
|
Edit
Delete
|
|
25693
|
evt_006e255712e2
|
signal_ingest
|
2026-04-11T22:48:00.169076+00:00
|
daemon:signal_enrichment
|
[]
|
{"created_at":"2026-04-11T21:03:05.105 {"created_at":"2026-04-11T21:03:05.105048+00:00","dedupe_key":"signal_enriched:market_headline_delta:28bf3443c63a9ad6","evidence_event_ids":["evt_38d2f7d1547a"],"signal_type":"market_headline_delta","source":"market_ingestor","value":{"aggregator_url":"https://news.google.com/rss/articles/CBMisAFBVV95cUxNRXFFSUNlcVFteUNfWlIzeVhNUUExc2RKY3MxcXA3bEI4QjJaVlJJX01XckN1cWh4RkJkYTctTXBlbnQwS2FkeU85c3NzZ3I4TXNPRlZ5Z2JuRms3eG84QTlCYkFheG5UcVNPUTlJSkFydzNMc2NSTjJFTmdnNHlTM3BUNDRtc0RGVzhjQ1BWZDFPdjY4ZTg2V1lTSGJ6WDNVVUZIT1Q1UTl4R0MwRVZoRg?oc=5","as_of":"2026-04-11T21:03:05.105048+00:00","canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","enrichment":{"aggregator_url":"https://news.google.com/rss/articles/CBMisAFBVV95cUxNRXFFSUNlcVFteUNfWlIzeVhNUUExc2RKY3MxcXA3bEI4QjJaVlJJX01XckN1cWh4RkJkYTctTXBlbnQwS2FkeU85c3NzZ3I4TXNPRlZ5Z2JuRms3eG84QTlCYkFheG5UcVNPUTlJSkFydzNMc2NSTjJFTmdnNHlTM3BUNDRtc0RGVzhjQ1BWZDFPdjY4ZTg2V1lTSGJ6WDNVVUZIT1Q1UTl4R0MwRVZoRg?oc=5","article_chars":0,"article_truncated":false,"blocked_reason":null,"candidate_id":"sc_fe95e0a6ae80850f","canonical_host":"gstatic.com","canonical_is_aggregator":true,"canonical_url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp","content_type":"text/html; charset=utf-8","enriched_at":"2026-04-11T22:48:00.169034+00:00","extraction_method":"none","fetched_description":"","fetched_title":"","final_url":"https://news.google.com/rss/articles/CBMisAFBVV95cUxNRXFFSUNlcVFteUNfWlIzeVhNUUExc2RKY3MxcXA3bEI4QjJaVlJJX01XckN1cWh4RkJkYTctTXBlbnQwS2FkeU85c3NzZ3I4TXNPRlZ5Z2JuRms3eG84QTlCYkFheG5UcVNPUTlJSkFydzNMc2NSTjJFTmdnNHlTM3BUNDRtc0RGVzhjQ1BWZDFPdjY4ZTg2V1lTSGJ6WDNVVUZIT1Q1UTl4R0MwRVZoRg?oc=5&hl=en-US&gl=US&ceid=US:en","html_truncated":true,"paywall_likely":false,"publisher_domain":"msn.com","publisher_resolution":"payload_source_domain","requested_url":"https://news.google.com/rss/articles/CBMisAFBVV95cUxNRXFFSUNlcVFteUNfWlIzeVhNUUExc2RKY3MxcXA3bEI4QjJaVlJJX01XckN1cWh4RkJkYTctTXBlbnQwS2FkeU85c3NzZ3I4TXNPRlZ5Z2JuRms3eG84QTlCYkFheG5UcVNPUTlJSkFydzNMc2NSTjJFTmdnNHlTM3BUNDRtc0RGVzhjQ1BWZDFPdjY4ZTg2V1lTSGJ6WDNVVUZIT1Q1UTl4R0MwRVZoRg?oc=5","source_event_id":"evt_38d2f7d1547a","source_quality":"empty","status_code":200,"version":"signal_enrichment_v2"},"fp":"cf50d15691687e39","published_at":"2026-04-11T09:07:12+00:00","publisher_domain":"msn.com","signal_understanding":{"analysis_basis":"headline_only","claim_confidence":0.55,"dates_mentioned":["this month"],"entities":[{"asset_class":"equities","name":"Industrials stocks (unspecified)","relevance":"high","symbol":"","type":"asset_category"}],"event_type":"other","information_gaps":["No article text or source summary is provided.","The three specific industrials stocks (company names and tickers) are not present in the provided text.","No information is given about price action, earnings, guidance, or catalysts.","The directionality (trend continuation vs reversal) is not stated\u2014only a regret/missed-opportunity framing."],"key_facts":["Headline states: \u201cTop 3 industrials stocks you'll regret missing this month - MSN.\u201d","No company names or ticker symbols are provided in the provided text."],"numeric_claims":[],"primary_claim":"MSN claims there are \u201cTop 3 industrials stocks\u201d that investors will \u201cregret missing this month.\u201d","relevance_score":0.25,"sentiment":"mixed","source_quality":"unknown","summary":"The provided headline is a promotional listicle claiming there are three industrials stocks investors may regret missing this month. No specific tickers or company names are included in the provided text.","topics":["industrials sector","stock picking","market sentiment (implied)"]},"source":"MSN","source_domain":"msn.com","source_url":"https://www.msn.com","summary":"","tickers":[],"title":"Top 3 industrials stocks you'll regret missing this month - MSN","url":"https://www.gstatic.com/_/mss/boq-dots/_/ss/k=boq-dots.DotsSplashUi_desktop_ms.OYgPNdDf9Nc.L.X.O/am=GAIFAAAADpgFDCgAAQ/d=1/ed=1/rs=ALs0n2OYSmDAUDetpsORI83j3dpsv55GJQ/m=syndicationarticleview,_b,_tp"}}...
|
candidate:sc_fe95e0a6ae80850f
|
0.55
|
signal_enriched:market_headline_delta:28bf3443c63a signal_enriched:market_headline_delta:28bf3443c63a9ad6...
|
NULL
|
2026-04-11T22:48:00.169129+00:00
|
Edit
Delete
|
|
21492
|
evt_006d7453b0cc
|
llm_usage
|
2026-04-11T04:36:14.677671+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000923,"meta":{" {"cost_usd":0.000923,"meta":{"governance":{"chars_trimmed":119,"complexity":"medium","cost_24h_usd":3.44217,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1526,"input_tokens_original":1526,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1800,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1800,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_08bfec7ae5868f2b0069d9cfbb838c81938093172edfc921cd","usage":{"input_tokens":1721,"input_tokens_details":{"cached_tokens":0},"output_tokens":463,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2184}}...
|
NULL
|
0.0
|
llm_usage:resp_08bfec7ae5868f2b0069d9cfbb838c81938 llm_usage:resp_08bfec7ae5868f2b0069d9cfbb838c81938093172edfc921cd...
|
NULL
|
2026-04-11T04:36:14.677726+00:00
|
Edit
Delete
|
|
23855
|
evt_006b08b17381
|
llm_usage
|
2026-04-11T17:27:22.116801+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.002612,"meta":{" {"cost_usd":0.002612,"meta":{"governance":{"chars_trimmed":54388,"complexity":"high","cost_24h_usd":2.629645,"enabled":true,"governance_version":"v1","input_budget_tokens":9000,"input_tokens_final":1542,"input_tokens_original":1542,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":1800,"output_tokens_final":1800,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:opportunity_case_verdicts","complexity:high","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":5200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"opportunity_case_verdicts"},"max_output_tokens":1800,"requested_max_output_tokens":5200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_01656a0d783eea5c0069da846ea27c819089bb267be4d2d386","usage":{"input_tokens":1812,"input_tokens_details":{"cached_tokens":0},"output_tokens":1800,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":3612}}...
|
NULL
|
0.0
|
llm_usage:resp_01656a0d783eea5c0069da846ea27c81908 llm_usage:resp_01656a0d783eea5c0069da846ea27c819089bb267be4d2d386...
|
NULL
|
2026-04-11T17:27:22.116858+00:00
|
Edit
Delete
|
|
4015
|
evt_006af8ab83fe
|
signal_candidate_ingest
|
2026-04-09T04:42:09.468703+00:00
|
collector:discovery
|
[]
|
{"created_at":"2026-04-09T04:42:09.468 {"created_at":"2026-04-09T04:42:09.468703+00:00","signal_type":"discovery_unusual_volume_delta","source":"discovery_ingestor","url":"https://www.nasdaq.com/articles/indian-shares-seen-lower-amid-confusion-over-us-iran-ceasefire-terms","value":{"fp":"c9a8019c99d1d8e0","kind":"unusual_volume","published_at":"2026-04-09T02:43:35+00:00","source":"Nasdaq Markets","summary":"(RTTNews) - Indian shares are seen opening a tad lower on Thursday as oil prices rebounded amid confusion over the U.S.-Iran truce terms.","tickers":[],"title":"Indian Shares Seen Lower Amid Confusion Over US-Iran Ceasefire Terms","url":"https://www.nasdaq.com/articles/indian-shares-seen-lower-amid-confusion-over-us-iran-ceasefire-terms"}}...
|
rss
|
1.0
|
discovery_unusual_volume_delta:27e06dcbf5496916
|
NULL
|
2026-04-09T04:42:13.235546+00:00
|
Edit
Delete
|
|
6406
|
evt_00687082e225
|
llm_usage
|
2026-04-09T15:17:01.900333+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.002616,"meta":{" {"cost_usd":0.002616,"meta":{"governance":{"chars_trimmed":63032,"complexity":"high","cost_24h_usd":2.165418,"enabled":true,"governance_version":"v1","input_budget_tokens":9000,"input_tokens_final":1541,"input_tokens_original":1541,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":1800,"output_tokens_final":1800,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:opportunity_case_verdicts","complexity:high","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":5200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"opportunity_case_verdicts"},"max_output_tokens":1800,"requested_max_output_tokens":5200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0cdd0cbcd15167820069d7c2e2433481949f0718f8b825c27f","usage":{"input_tokens":1832,"input_tokens_details":{"cached_tokens":0},"output_tokens":1800,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":3632}}...
|
NULL
|
0.0
|
llm_usage:resp_0cdd0cbcd15167820069d7c2e2433481949 llm_usage:resp_0cdd0cbcd15167820069d7c2e2433481949f0718f8b825c27f...
|
NULL
|
2026-04-09T15:17:01.900457+00:00
|
Edit
Delete
|
|
4600
|
evt_0066f1f0ec55
|
llm_usage
|
2026-04-09T07:36:52.290093+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000501,"meta":{" {"cost_usd":0.000501,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":1.315367,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":315,"input_tokens_original":315,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1300,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1300,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_06e65ff06f3cf9dd0069d75711656c8193b4317f2fa3f03ff7","usage":{"input_tokens":679,"input_tokens_details":{"cached_tokens":0},"output_tokens":292,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":971}}...
|
NULL
|
0.0
|
llm_usage:resp_06e65ff06f3cf9dd0069d75711656c8193b llm_usage:resp_06e65ff06f3cf9dd0069d75711656c8193b4317f2fa3f03ff7...
|
NULL
|
2026-04-09T07:36:52.290145+00:00
|
Edit
Delete
|
|
5236
|
evt_0065856e4106
|
signal_candidate_ingest
|
2026-04-09T10:33:00.506929+00:00
|
collector:news
|
[]
|
{"created_at":"2026-04-09T10:33:00.506 {"created_at":"2026-04-09T10:33:00.506929+00:00","signal_type":"news_headline_delta","source":"news_rss","url":"https://news.google.com/rss/articles/CBMitwFBVV95cUxOY0d2ZWpmNkVsVXpkMGZITkRKSWlJWHVXUWxyWmJzSUo5TlRzdnQ5bFdneUtBMGluTTlTMHRXaTJvMW41RVRKRkNTa2JDYnF5Ql9tVWlpVHhCZWxSNFZBSHliZUNwOGFNcE5Cb3lPOXJiOWRvb0EtQU56Zkx3VXZvX0twUnR4YjR4cWFoa2kxa3hQbm5NRm1mTG1pc3lYYlRuMmJURXBOSkUydFpKc2duVnBwM0s0QTA?oc=5","value":{"fp":"db2573a00535b73f","published_at":"2026-04-09T09:31:18+00:00","source":"The Hollywood Reporter","source_domain":"hollywoodreporter.com","source_url":"https://www.hollywoodreporter.com","summary":"Cannes: Ira Sachs, Pedro Almod\u00f3var, Asghar Farhadi, Hirokazu Kore-eda Lead Arthouse-Heavy Lineup The Hollywood Reporter Live: watch the announcement of the Official Selection 2026! Festival de Cannes Cannes Film Festival Unveils 2026 Lineup (Updating Live) Variety Cannes 2026 Movies: Competition Lineup, Special Screenings Deadline Cannes 2026: New Films From Nicolas Winding Refn, Cristian Mungiu, Ryusuke Hamaguchi, Pedro Almod\u00f3var, Asghar Farhadi [Full Lineup] The Playlist","title":"Cannes: Ira Sachs, Pedro Almod\u00f3var, Asghar Farhadi, Hirokazu Kore-eda Lead Arthouse-Heavy Lineup - The Hollywood Reporter","url":"https://news.google.com/rss/articles/CBMitwFBVV95cUxOY0d2ZWpmNkVsVXpkMGZITkRKSWlJWHVXUWxyWmJzSUo5TlRzdnQ5bFdneUtBMGluTTlTMHRXaTJvMW41RVRKRkNTa2JDYnF5Ql9tVWlpVHhCZWxSNFZBSHliZUNwOGFNcE5Cb3lPOXJiOWRvb0EtQU56Zkx3VXZvX0twUnR4YjR4cWFoa2kxa3hQbm5NRm1mTG1pc3lYYlRuMmJURXBOSkUydFpKc2duVnBwM0s0QTA?oc=5"}}...
|
rss:The Hollywood Reporter
|
1.0
|
news_delta:b554c835a234f1c1
|
NULL
|
2026-04-09T10:33:00.507038+00:00
|
Edit
Delete
|
|
24251
|
evt_00606595f406
|
llm_usage
|
2026-04-11T19:32:56.606604+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000631,"meta":{" {"cost_usd":0.000631,"meta":{"governance":{"chars_trimmed":0,"complexity":"low","cost_24h_usd":2.602801,"enabled":true,"governance_version":"v1","input_budget_tokens":1800,"input_tokens_final":897,"input_tokens_original":897,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":320,"output_tokens_final":320,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:low","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":320,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0cb48a16984c28530069daa1e64b188195a3dd8a477a6a30c9","usage":{"input_tokens":1153,"input_tokens_details":{"cached_tokens":0},"output_tokens":320,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":1473}}...
|
NULL
|
0.0
|
llm_usage:resp_0cb48a16984c28530069daa1e64b188195a llm_usage:resp_0cb48a16984c28530069daa1e64b188195a3dd8a477a6a30c9...
|
NULL
|
2026-04-11T19:32:56.606680+00:00
|
Edit
Delete
|
|
12467
|
evt_005fd22e9445
|
llm_usage
|
2026-04-10T01:56:23.303490+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000811,"meta":{" {"cost_usd":0.000811,"meta":{"governance":{"chars_trimmed":0,"complexity":"medium","cost_24h_usd":4.534955,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1507,"input_tokens_original":1507,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":false,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_0353d598f6c476a80069d858c4c9bc8197905d4435a5ab50d5","usage":{"input_tokens":2109,"input_tokens_details":{"cached_tokens":0},"output_tokens":311,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2420}}...
|
NULL
|
0.0
|
llm_usage:resp_0353d598f6c476a80069d858c4c9bc81979 llm_usage:resp_0353d598f6c476a80069d858c4c9bc8197905d4435a5ab50d5...
|
NULL
|
2026-04-10T01:56:23.303551+00:00
|
Edit
Delete
|
|
28484
|
evt_005fb745c9b7
|
dead_letter
|
2026-04-12T09:29:00.968623+00:00
|
worker
|
[]
|
{"created_at":"2026-04-12T09:29:00.968 {"created_at":"2026-04-12T09:29:00.968623+00:00","dedupe_key":"job_dead:job_observability_tick_731d307f439f:156:5","error":"ImportError: cannot import name 'observability_tick' from 'opia_core.runtime.daemons.lifecycle' (/app/opia_core/runtime/daemons/lifecycle/__init__.py)","payload":{"attempts":156,"job_id":"job_observability_tick_731d307f439f","job_type":"observability_tick","kind":"job_dead_letter","last_error":"cannot import name 'observability_tick' from 'opia_core.runtime.daemons.lifecycle' (/app/opia_core/runtime/daemons/lifecycle/__init__.py)","leased_at":"2026-04-12T09:29:00.818779+00:00","max_attempts":5,"params":{"interval_s":300},"traceback":"Traceback (most recent call last):\n File \"/app/opia_core/runtime/daemons/worker.py\", line 142, in tick\n out = handler(params)\n ^^^^^^^^^^^^^^^\n File \"/app/opia_core/scheduler/handlers.py\", line 49, in <lambda>\n \"observability_tick\": lambda p: _lazy_observability_tick(ctx, p),\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/app/opia_core/scheduler/handlers.py\", line 245, in _lazy_observability_tick\n from opia_core.runtime.daemons.lifecycle import observability_tick\nImportError: cannot import name 'observability_tick' from 'opia_core.runtime.daemons.lifecycle' (/app/opia_core/runtime/daemons/lifecycle/__init__.py). Did you mean: 'observability'?\n","worker":"observability"},"severity":"high","source":"worker"}...
|
NULL
|
1.0
|
job_dead:job_observability_tick_731d307f439f:156:5
|
NULL
|
2026-04-12T09:29:00.983587+00:00
|
Edit
Delete
|
|
15419
|
evt_005aadb3eb4a
|
signal_ingest
|
2026-04-10T10:10:37.480596+00:00
|
collector:discovery
|
[]
|
{"created_at":"2026-04-10T10:10:30.825 {"created_at":"2026-04-10T10:10:30.825644+00:00","signal_type":"discovery_crypto_extremes_snapshot","source":"discovery_rss","value":{"as_of":"2026-04-10T10:10:30.825644+00:00","bucket":"2026-04-10T10:00Z","items":[{"fp":"d12ba3f6a472130b","published_at":"2026-04-10T09:30:16+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/valr-and-onafriq-pioneer-direct-local-currency-funding-for-african-crypto-users/","summary":"VALR has integrated with Onafriq to allow users across the continent to fund their wallets using mobile money. Key Takeaways: VALR and Onafriq integrated to allow mobile money funding across 43 African markets in 2026. Mobile money added $190 billion to GDP in 2023, making this Onafriq deal vital for local growth. Over 1.7 million [\u2026]","tickers":[],"title":"VALR and Onafriq Pioneer Direct Local Currency Funding for African Crypto Users","url":"https://news.bitcoin.com/valr-and-onafriq-pioneer-direct-local-currency-funding-for-african-crypto-users/"},{"fp":"26f39ea5eaf53c35","published_at":"2026-04-10T09:04:35+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/bitcoins-rally-is-still-just-a-bear-market-bounce-unless-it-reclaims-this-key-level/","summary":"Bitcoin (BTC) moved from roughly $67,000 to $72,000 in the days surrounding the US-Israel-Iran ceasefire announcement, a 7.5% rebound that reduced volatility and lifted sentiment across risk assets. Glassnode's Apr. 8 Week On-chain report noted that the bounce and stabilization still fit the fingerprint of a bear market rebound. BTC still trades inside a bear [\u2026] The post Bitcoin\u2019s rally is still just a bear market bounce unless it reclaims this key level appeared first on CryptoSlate .","tickers":["BTC"],"title":"Bitcoin\u2019s rally is still just a bear market bounce unless it reclaims this key level","url":"https://cryptoslate.com/bitcoins-rally-is-still-just-a-bear-market-bounce-unless-it-reclaims-this-key-level/"},{"fp":"d8e93e9e7acc6b16","published_at":"2026-04-10T08:30:21+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/trm-labs-while-risks-remain-compliance-advances-in-latam/","summary":"In a new report, TRM Labs stated that while illicit finance threats remain in Latam, including cartel-linked OTC brokers, Venezuelan sanctioned flows, and Chinese laundering networks, regulations are encircling these threats, with every major Latam market increasing its compliance efforts. Key Takeaways: TRM Labs reports stablecoins drive 95% of illicit Latam inflows, forcing VASPs to [\u2026]","tickers":[],"title":"TRM Labs: While Risks Remain, Compliance Advances in Latam","url":"https://news.bitcoin.com/trm-labs-while-risks-remain-compliance-advances-in-latam/"},{"fp":"91508497f03ce0d9","published_at":"2026-04-10T07:30:04+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/australias-own-impact-analysis-undercuts-landmark-gambling-ad-crackdown-as-new-zealand-delays-similar-action/","summary":"Australia\u2019s own impact assessment projects its landmark gambling advertising restrictions will reduce national wagering expenditure by AUD 62.7 million per year, or roughly 0.8 percent of total player losses. The same analysis suggests that a full ban previously rejected by the government would have delivered nearly double the reduction. Key Takeaways: Australia\u2019s OIA projects ad [\u2026]","tickers":[],"title":"Australia\u2019s Own Impact Analysis Undercuts Landmark Gambling Ad Crackdown as New Zealand Delays Similar Action","url":"https://news.bitcoin.com/australias-own-impact-analysis-undercuts-landmark-gambling-ad-crackdown-as-new-zealand-delays-similar-action/"},{"fp":"47b5179fc8156afb","published_at":"2026-04-10T06:30:08+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/spot-crypto-volumes-drop-nearly-20-in-march/","summary":"Crypto trading activity slowed in March, with spot volumes falling sharply and derivatives showing mixed performance. The decline was broad-based, though a few platforms posted gains in derivatives and user traffic. Key Takeaways: Exchange data shows March spot volumes fell 19.4%, led by Upbit\u2019s 39.4% drop. Coinbase derivatives rose 41.4% as the total fell 2.9%, [\u2026]","tickers":[],"title":"Spot Crypto Volumes Drop Nearly 20% in March","url":"https://news.bitcoin.com/spot-crypto-volumes-drop-nearly-20-in-march/"},{"fp":"bfbe924e663af729","published_at":"2026-04-10T05:30:14+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/alphaton-capital-scales-confidential-compute-with-43m-vertical-data-infrastructure-deal/","summary":"AlphaTON Capital Corp. has entered a $43 million artificial intelligence (AI) hardware and financing agreement with Vertical Data Inc. to expand its confidential compute infrastructure. Key Takeaways: AlphaTON Capital (Nasdaq: ATON) signed a $43 million AI infrastructure deal with Vertical Data, expected to close in Q2 2026. The agreement deploys Nvidia B300 GPU clusters financed [\u2026]","tickers":["AI"],"title":"AlphaTON Capital Scales Confidential Compute With $43M Vertical Data Infrastructure Deal","url":"https://news.bitcoin.com/alphaton-capital-scales-confidential-compute-with-43m-vertical-data-infrastructure-deal/"},{"fp":"db6ef733e583953b","published_at":"2026-04-10T04:30:06+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/americans-get-wary-as-ai-layoffs-surpass-100k/","summary":"According to reports, over 100,000 jobs have already been replaced, at least in part, by AI in the U.S. Americans are concerned about what\u2019s happening, with half of the population feeling more concerned than excited about the increased use of this tech. Key Takeaways: After 110,348 jobs lost to AI since 2025, Oracle and Meta [\u2026]","tickers":[],"title":"Americans Get Wary as AI Layoffs Surpass 100K","url":"https://news.bitcoin.com/americans-get-wary-as-ai-layoffs-surpass-100k/"},{"fp":"c860df0f6c8fd426","published_at":"2026-04-10T03:30:12+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/france-advances-law-mandating-self-custody-funds-disclosure/","summary":"Even when the DGFIP, France\u2019s tax watchdog, has no way to verify the data submitted, the French National Assembly passed an article establishing that contributors should disclose funds over 5,000 \u20ac held in self-custody, affecting wallets like Metamask, Phantom, and even Ledger. Key Takeaways: The French National Assembly passed a bill forcing users to report [\u2026]","tickers":[],"title":"France Advances Law Mandating Self Custody Funds\u2019 Disclosure","url":"https://news.bitcoin.com/france-advances-law-mandating-self-custody-funds-disclosure/"},{"fp":"c8609577b73fd7c6","published_at":"2026-04-10T02:30:44+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/stablecoins-could-reach-719-trillion-by-2035-with-path-toward-1-5-quadrillion-expansion/","summary":"Stablecoins are rapidly emerging as a dominant force in global payments, signaling a major shift toward blockchain-based financial infrastructure as transaction volumes and real-world use cases expand at unprecedented scale. Key Takeaways: Chainalysis projects stablecoin volume could hit $719 trillion, reshaping payments and settlement systems. Adoption surge from younger investors may drive $508 trillion in [\u2026]","tickers":[],"title":"Stablecoins Could Reach $719 Trillion by 2035, With Path Toward $1.5 Quadrillion Expansion","url":"https://news.bitcoin.com/stablecoins-could-reach-719-trillion-by-2035-with-path-toward-1-5-quadrillion-expansion/"},{"fp":"17d3e70f88bc56e6","published_at":"2026-04-10T01:30:18+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/no-consensus-changes-needed-starkware-cpo-builds-quantum-safe-bitcoin-transactions-from-existing-rules/","summary":"A Bitcoin researcher and Starkware executive published a working scheme this week that makes new bitcoin transactions quantum-safe today, using only rules that have existed in the protocol for years. Key Takeaways: Starkware CPO Avihu Levy published QSB on April 9, 2026, enabling quantum-safe bitcoin transactions with zero protocol changes. Levy\u2019s scheme costs $75 to [\u2026]","tickers":[],"title":"No Consensus Changes Needed: Starkware CPO Builds Quantum-Safe Bitcoin Transactions From Existing Rules","url":"https://news.bitcoin.com/no-consensus-changes-needed-starkware-cpo-builds-quantum-safe-bitcoin-transactions-from-existing-rules/"},{"fp":"721835dd840fbaa6","published_at":"2026-04-10T00:30:45+00:00","quality_hint":1.0,"source":"Bitcoin.com News","source_url":"https://news.bitcoin.com/morgan-stanley-low-fee-bitcoin-etf-sparks-fee-war-across-issuers-analyst-says/","summary":"Lower bitcoin ETF fees are accelerating competition and pressuring margins as Morgan Stanley undercuts rivals, signaling a potential reshaping of investor flows and pricing dynamics across digital asset markets. Key Takeaways: Morgan Stanley launched MSBT with a 0.14% fee, undercutting Blackrock IBIT and escalating a bitcoin ETF fee war. Bloomberg analyst says the fee war [\u2026]","tickers":[],"title":"Morgan Stanley Low-Fee Bitcoin ETF Sparks Fee War Across Issuers, Analyst Says","url":"https://news.bitcoin.com/morgan-stanley-low-fee-bitcoin-etf-sparks-fee-war-across-issuers-analyst-says/"},{"fp":"da9b99e47a5b05f0","published_at":"2026-04-10T00:01:18+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363878/operation-atlantic-us-uk-agencies-trace-freeze-millions-stolen-crypto","summary":"Crypto firms like Coinbase and Kraken teamed up with government agencies to trace and freeze millions in funds tied to crypto scams and fraud.","tickers":[],"title":"'Operation Atlantic': US and UK Team With Firms to Trace, Freeze Millions in Stolen Crypto","url":"https://decrypt.co/363878/operation-atlantic-us-uk-agencies-trace-freeze-millions-stolen-crypto"},{"fp":"9f24906fb2433663","published_at":"2026-04-09T22:09:21+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363902/td-cuts-bitcoin-giant-strategy-price-target-ethereum-treasury-sharplink-buy","summary":"TD Cowen remains positive on $55 billion Bitcoin treasury pioneer Strategy, despite trimming its price target yet again.","tickers":[],"title":"TD Cuts Bitcoin Giant Strategy's Price Target, Calls Ethereum Treasury Sharplink a \u2018Buy\u2019","url":"https://decrypt.co/363902/td-cuts-bitcoin-giant-strategy-price-target-ethereum-treasury-sharplink-buy"},{"fp":"bb3f9aec1342747d","published_at":"2026-04-09T21:57:09+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363880/ai-advance-mankind-not-destroy-why-florida-investigating-openai","summary":"The Florida attorney general's probe into AI giant OpenAI cites national security and child safety risks tied to ChatGPT.","tickers":[],"title":"'AI Should Advance Mankind, Not Destroy It': Why Florida Is Taking Aim at OpenAI","url":"https://decrypt.co/363880/ai-advance-mankind-not-destroy-why-florida-investigating-openai"},{"fp":"32152cb0087de4b2","published_at":"2026-04-09T21:19:39+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363869/pepe-follow-dogecoin-wall-street-etf-investors-arent-buying-meme-hype","summary":"There's now an application for a Pepe ETF, but Dogecoin funds have generated tepid inflows, according to CoinShares' James Butterfill","tickers":[],"title":"Pepe May Follow Dogecoin to Wall Street\u2014But ETF Investors Aren't Buying Meme Hype","url":"https://decrypt.co/363869/pepe-follow-dogecoin-wall-street-etf-investors-arent-buying-meme-hype"},{"fp":"5760ff7e4c51fc2b","published_at":"2026-04-09T20:27:49+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363858/openai-cyber-model-anthropic-mythos","summary":"Both OpenAI and Anthropic are restricting access to their most powerful cybersecurity capabilities, releasing them only to vetted organizations.","tickers":[],"title":"OpenAI Plans Advanced Cybersecurity Product\u2014With 'Trusted Access' Only","url":"https://decrypt.co/363858/openai-cyber-model-anthropic-mythos"},{"fp":"87cf613f9b1e7a5c","published_at":"2026-04-09T20:12:48+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363865/bitcoin-ethereum-open-interest-rises-renewed-risk-appetite","summary":"Bitcoin and Ethereum are trading higher as open interest rises, providing some optimism about investors' risk-on appetite.","tickers":[],"title":"Bitcoin and Ethereum Open Interest Rises, Signaling Renewed Risk Appetite: CryptoQuant","url":"https://decrypt.co/363865/bitcoin-ethereum-open-interest-rises-renewed-risk-appetite"},{"fp":"3e1047c199dfdff0","published_at":"2026-04-09T19:18:34+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363852/youtube-now-lets-you-create-ai-deepfakes","summary":"The new YouTube Shorts feature lets creators generate short videos using a realistic digital recreation of their own face and voice.","tickers":[],"title":"YouTube Now Lets You Create Your Own AI Deepfakes","url":"https://decrypt.co/363852/youtube-now-lets-you-create-ai-deepfakes"},{"fp":"8041f305fc388c6e","published_at":"2026-04-09T18:39:12+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363844/openai-enterprise-ai-revenue-agentic-workflows","summary":"OpenAI CRO Denise Dresser says enterprise now makes up more than 40% of the company's revenue as companies turn to teams of agents.","tickers":[],"title":"OpenAI Says Enterprise AI Is Already 40% of Its Revenue Amid \u2018Agentic Workflow\u2019 Shift","url":"https://decrypt.co/363844/openai-enterprise-ai-revenue-agentic-workflows"},{"fp":"6ab569fa79c7728d","published_at":"2026-04-09T18:00:22+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/the-u-s-economy-almost-stalled-but-inflation-still-stayed-too-hot-for-an-easy-fed-rescue/","summary":"The U.S. economy entered 2026 with far less momentum than markets had priced in a few months earlier. According to the Bureau of Economic Analysis, fourth quarter 2025 GDP growth was revised down to 0.5%, a sharp step down from the 4.4% pace recorded in the third quarter. On its own, that revision would usually [\u2026] The post Bitcoin reacts to US economy moving close to stalling, but inflation still too hot for easy Fed rescue appeared first on CryptoSlate .","tickers":[],"title":"Bitcoin reacts to US economy moving close to stalling, but inflation still too hot for easy Fed rescue","url":"https://cryptoslate.com/the-u-s-economy-almost-stalled-but-inflation-still-stayed-too-hot-for-an-easy-fed-rescue/"},{"fp":"460ad596bf052dec","published_at":"2026-04-09T17:57:18+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363838/meta-coreweave-shares-rise-expanding-21-billion-ai-cloud-deal","summary":"Both Meta and CoreWeave logged stock gains Thursday after expanding their existing AI deal, now valued at $21 billion.","tickers":[],"title":"Meta, CoreWeave Shares Rise After Expanding $21 Billion AI Cloud Deal","url":"https://decrypt.co/363838/meta-coreweave-shares-rise-expanding-21-billion-ai-cloud-deal"},{"fp":"1cae1e6e9e2d9a6e","published_at":"2026-04-09T17:30:35+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363837/googles-paperorchestra-ai-converts-lab-notes-into-publication-ready-research-papers","summary":"The framework automates the complex process of transforming raw research materials into polished academic manuscripts.","tickers":[],"title":"Google's PaperOrchestra AI Converts Lab Notes Into Publication-Ready Research Papers","url":"https://decrypt.co/363837/googles-paperorchestra-ai-converts-lab-notes-into-publication-ready-research-papers"},{"fp":"d528f36f48f9f48f","published_at":"2026-04-09T17:14:40+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363819/solo-bitcoin-miner-hits-jackpot-225k-btc-reward","summary":"An individual Bitcoin miner hit the lottery overnight, scoring a $225,000 BTC reward when they found a block.","tickers":[],"title":"Another Solo Bitcoin Miner Hits the Jackpot, Scoring $225K BTC Reward","url":"https://decrypt.co/363819/solo-bitcoin-miner-hits-jackpot-225k-btc-reward"},{"fp":"513e2d5154ddf8ab","published_at":"2026-04-09T16:55:31+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363828/iran-hormuz-tolls-bitcoin-crypto-intelligence-firm-skeptical","summary":"TRM\u2019s Ari Redbord expressed skepticism that Iran and affiliated actors are accepting Bitcoin for safe passage through the Strait of Hormuz.","tickers":[],"title":"Is Iran Collecting Hormuz Tolls in Bitcoin? This Crypto Intelligence Firm Is Skeptical","url":"https://decrypt.co/363828/iran-hormuz-tolls-bitcoin-crypto-intelligence-firm-skeptical"},{"fp":"b24202436ee2ffee","published_at":"2026-04-09T16:18:37+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363821/treasury-secretary-bessent-slams-crypto-industry-nihilists-as-clarity-act-remains-in-limbo","summary":"Several obstacles to the Clarity Act, which have remained unsolved for months, stand in the way of its passage before a looming deadline.","tickers":[],"title":"Treasury Secretary Bessent Slams Crypto Industry 'Nihilists' as Clarity Act Remains in Limbo","url":"https://decrypt.co/363821/treasury-secretary-bessent-slams-crypto-industry-nihilists-as-clarity-act-remains-in-limbo"},{"fp":"357483659844f71d","published_at":"2026-04-09T15:58:26+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363823/tom-lee-bitmine-uplisted-nyse-ethereum-firm-expands-buybacks-4-billion","summary":"Ethereum treasury giant BitMine Immersion Technologies upped its share buyback program to $4 billion and was uplisted to the NYSE on Thursday.","tickers":[],"title":"Tom Lee's BitMine Uplisted to NYSE as Ethereum Firm Expands Buyback Program to $4 Billion","url":"https://decrypt.co/363823/tom-lee-bitmine-uplisted-nyse-ethereum-firm-expands-buybacks-4-billion"},{"fp":"1a36bc37d638cf02","published_at":"2026-04-09T15:50:44+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/bitcoin-on-chain-activity-is-a-ghost-town-while-price-rallies-in-corporate-products/","summary":"Bitcoin\u2019s rebound to around $71,000 has reignited a familiar bullish conversation about price, liquidity, and positioning. It has also exposed a less comfortable fact inside the network itself. The fee market has barely moved. For a market that still treats on-chain congestion as a sign of organic demand, that divergence deserves more attention than another [\u2026] The post The Bitcoin network is currently a ghost town as price is being controlled elsewhere appeared first on CryptoSlate .","tickers":[],"title":"The Bitcoin network is currently a ghost town as price is being controlled elsewhere","url":"https://cryptoslate.com/bitcoin-on-chain-activity-is-a-ghost-town-while-price-rallies-in-corporate-products/"},{"fp":"25526669dd5d99a9","published_at":"2026-04-09T15:39:32+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363818/openai-pauses-uk-ai-tech-nvidia-energy-costs-regulation","summary":"OpenAI's planned Stargate project with Nvidia and Nscale aimed to deploy thousands of GPUs to support AI workloads in Britain.","tickers":[],"title":"OpenAI Pauses UK AI Tech Team-Up With Nvidia Over Energy Costs, Regulation","url":"https://decrypt.co/363818/openai-pauses-uk-ai-tech-nvidia-energy-costs-regulation"},{"fp":"949fc80e396d5e33","published_at":"2026-04-09T15:09:32+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363809/stablecoin-giant-tether-launches-toolkit-for-building-local-offline-ai-apps","summary":"Tether\u2019s new toolkit lets developers build AI applications that run entirely on-device, marking an expanded push into decentralized AI.","tickers":[],"title":"Stablecoin Giant Tether Launches Toolkit for Building Local, Offline AI Apps","url":"https://decrypt.co/363809/stablecoin-giant-tether-launches-toolkit-for-building-local-offline-ai-apps"},{"fp":"d7347974997dbaf4","published_at":"2026-04-09T15:02:22+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363804/bithumb-files-to-seize-bitcoin-from-holdouts-after-43b-blunder","summary":"The South Korean exchange is pursuing formal legal remedies to recover 7 BTC after voluntary return requests failed.","tickers":[],"title":"Bithumb Files to Seize Bitcoin From Holdouts After $43B Blunder","url":"https://decrypt.co/363804/bithumb-files-to-seize-bitcoin-from-holdouts-after-43b-blunder"},{"fp":"5a225f27cfec0ee4","published_at":"2026-04-09T14:57:29+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363737/nunchuk-open-source-bitcoin-tools-ai-agents-bounded-authority","summary":"Nunchuk releases open-source tools that allow AI agents to interact with Bitcoin wallets while keeping humans in control over spending.","tickers":[],"title":"Nunchuk Launches Open-Source Bitcoin Tools for AI Agents With 'Bounded Authority'","url":"https://decrypt.co/363737/nunchuk-open-source-bitcoin-tools-ai-agents-bounded-authority"},{"fp":"6a544e7c02cf03f9","published_at":"2026-04-09T14:08:29+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/strategy-says-it-made-1-7-billion-on-bitcoin-this-year/","summary":"Strategy (formerly MicroStrategy) is claiming its aggressive Bitcoin purchases have yielded a nearly $2 billion gain this year despite the top asset's clear price struggles. However, a close look at the enterprise software company's legally binding regulatory filings tells a much redder story: under standard accounting rules, the firm is nursing a multi-billion dollar unrealized [\u2026] The post Strategy\u2019s near $2 billion profit on Bitcoin is eclipsed by huge losses SEC filing shows appeared first on CryptoSlate .","tickers":[],"title":"Strategy\u2019s near $2 billion profit on Bitcoin is eclipsed by huge losses SEC filing shows","url":"https://cryptoslate.com/strategy-says-it-made-1-7-billion-on-bitcoin-this-year/"},{"fp":"af4b49cefd5463e5","published_at":"2026-04-09T13:01:03+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363739/meet-anti-trump-crypto-developer-running-congress-virginia","summary":"Ethereum developer Joe Schiarizzi says most pro-crypto lawmakers in D.C. \u201cjust want a check\u201d and don\u2019t actually understand the technology\u2014or its potential.","tickers":[],"title":"Meet the Anti-Trump Crypto Developer Running for Congress in Virginia","url":"https://decrypt.co/363739/meet-anti-trump-crypto-developer-running-congress-virginia"},{"fp":"b21f0f1efedaa9c4","published_at":"2026-04-09T12:00:46+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/morgan-stanley-bitcoin-etf-msbt-430-btc-blackrock-ibit/","summary":"On April 8, Morgan Stanley\u2019s spot Bitcoin exchange-traded fund began trading on the NYSE Arca under the ticker MSBT, logging 1.6 million shares and roughly $34 million in volume on its highly anticipated first day. The MSBT fund purchased 430 Bitcoin on day one, following $30.6 million in net inflows. Speaking on this performance, Bloomberg [\u2026] The post Morgan Stanley\u2019s new Bitcoin ETF puts pressure on BlackRock\u2019s IBIT after strong debut appeared first on CryptoSlate .","tickers":[],"title":"Morgan Stanley\u2019s new Bitcoin ETF puts pressure on BlackRock\u2019s IBIT after strong debut","url":"https://cryptoslate.com/morgan-stanley-bitcoin-etf-msbt-430-btc-blackrock-ibit/"},{"fp":"5aa82a3d53006e18","published_at":"2026-04-09T11:54:40+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363786/morning-minute-iran-wants-bitcoin-to-let-oil-tankers-through-the-strait","summary":"Iran may accept BTC for oil tanker passage through the Strait of Hormuz, while Morgan Stanley just helped drive a huge day for Bitcoin ETFs.","tickers":[],"title":"Morning Minute: Iran Wants Bitcoin to Let Oil Tankers Through the Strait","url":"https://decrypt.co/363786/morning-minute-iran-wants-bitcoin-to-let-oil-tankers-through-the-strait"},{"fp":"ece26b728b54e229","published_at":"2026-04-09T11:42:31+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363772/fartcoin-leads-altcoin-slump-with-double-digit-drop","summary":"Altcoin volatility spiked as Fartcoin crashed 28% from its peak, while Hyperliquid recorded $84 million in liquidations.","tickers":[],"title":"Fartcoin Leads Altcoin Slump With Double-Digit Drop","url":"https://decrypt.co/363772/fartcoin-leads-altcoin-slump-with-double-digit-drop"},{"fp":"f807c547caf00159","published_at":"2026-04-09T10:26:40+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363769/bitmex-co-founder-ben-delo-reveals-5-4m-donation-to-farages-reform-uk","summary":"Delo\u2019s donation to Reform UK comes amid a growing debate around the role of crypto donations in UK political funding.","tickers":[],"title":"BitMEX Co-Founder Ben Delo Reveals $5.4M Donation to Farage\u2019s Reform UK","url":"https://decrypt.co/363769/bitmex-co-founder-ben-delo-reveals-5-4m-donation-to-farages-reform-uk"},{"fp":"10530805b999131a","published_at":"2026-04-09T10:25:04+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/ethereum-foundation-eth-sale-undercuts-staking-selloff-thesis/","summary":"The Ethereum Foundation (EF) announced on Apr. 8 that it would convert 5,000 ETH into stablecoins through CoWSwap\u2019s TWAP feature to fund research, grants, and donations. The announcement reopened a debate over what the foundation\u2019s treasury overhaul was ever meant to accomplish. Over the last year, EF moved treasury assets into DeFi, borrowed against ETH [\u2026] The post Ethereum Foundation is still selling ETH after it staked 70,000 coins appeared first on CryptoSlate .","tickers":["EF"],"title":"Ethereum Foundation is still selling ETH after it staked 70,000 coins","url":"https://cryptoslate.com/ethereum-foundation-eth-sale-undercuts-staking-selloff-thesis/"},{"fp":"e350efff87529a3f","published_at":"2026-04-09T09:27:42+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363766/morgan-stanley-bitcoin-etf-draws-in-31m-on-first-trading-day","summary":"The new fund launched amid a second straight day of outflows for Bitcoin ETFs, undercutting competitors with a 0.14% expense ratio.","tickers":[],"title":"Morgan Stanley Bitcoin ETF Draws In $31M on First Trading Day","url":"https://decrypt.co/363766/morgan-stanley-bitcoin-etf-draws-in-31m-on-first-trading-day"},{"fp":"14b567e28eb1635e","published_at":"2026-04-09T08:51:58+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/visa-stripe-mastercard-rebuild-payments-stablecoins/","summary":"For most of the past two years, debate about stablecoins in payments has focused on the checkout screen: will consumers ever tap a wallet instead of a card? Visa, Stripe, and Mastercard have answered with their capital. Visa now settles in USDC, Stripe bought Bridge, and Mastercard is acquiring BVNK. Each move reflects the same [\u2026] The post Crypto now projected to move $719 trillion through global payments appeared first on CryptoSlate .","tickers":[],"title":"Crypto now projected to move $719 trillion through global payments","url":"https://cryptoslate.com/visa-stripe-mastercard-rebuild-payments-stablecoins/"},{"fp":"fe10ad729ea9fd5e","published_at":"2026-04-08T21:14:43+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363734/bitcoin-depot-atm-operator-3-6-million-btc-stolen-security-breach","summary":"The Bitcoin ATM operator disclosed a hack two weeks after attackers gained control of settlement account credentials and stole BTC.","tickers":[],"title":"Bitcoin Depot ATM Operator Says $3.6 Million in BTC Stolen in Corporate Hack","url":"https://decrypt.co/363734/bitcoin-depot-atm-operator-3-6-million-btc-stolen-security-breach"},{"fp":"d40f6d3124405607","published_at":"2026-04-08T20:56:52+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363727/agentic-risk-standard-ai-research-finance-trades","summary":"A newly proposed agentic settlement standard would hold fees in escrow and bring underwriters into AI agent transactions.","tickers":[],"title":"Researchers Propose New Way to Manage Financial Risk When AI Agents Fumble Trades","url":"https://decrypt.co/363727/agentic-risk-standard-ai-research-finance-trades"},{"fp":"5d3983c3ce35ef4b","published_at":"2026-04-08T20:41:30+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363730/bitcoin-miner-cango-sells-143-million-btc-slashes-production-costs","summary":"NYSE-listed miner Cango reduced costs by 19% by shutting down inefficient equipment, and sold Bitcoin to pay down debt.","tickers":[],"title":"Bitcoin Miner Cango Sells $143 Million in BTC, Slashes Production Costs","url":"https://decrypt.co/363730/bitcoin-miner-cango-sells-143-million-btc-slashes-production-costs"},{"fp":"ee17b95017185421","published_at":"2026-04-08T20:40:50+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/ceasefire-calmed-hormuz-panic-bitcoin-still-faces-oil-risk/","summary":"A two-week conditional ceasefire between the U.S. and Iran has forced a rapid rewrite of the Strait of Hormuz trade, but it has not fully restored the pre-war macro backdrop. Oil has fallen sharply from the panic highs, global equities have rallied, and Bitcoin has rebounded with them. That is a clear break from the [\u2026] The post Bitcoin\u2019s rebound looks like a trap as real Hormuz threat may not be over appeared first on CryptoSlate .","tickers":[],"title":"Bitcoin\u2019s rebound looks like a trap as real Hormuz threat may not be over","url":"https://cryptoslate.com/ceasefire-calmed-hormuz-panic-bitcoin-still-faces-oil-risk/"},{"fp":"1a57f8f95bdbfb95","published_at":"2026-04-08T20:07:25+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363691/meta-muse-spark-most-capable-ai-gemini-pro-still-leads","summary":"Meta's first model from its Superintelligence team is natively multimodal, built for health reasoning, and genuinely competitive\u2014but it doesn't top every leaderboard.","tickers":[],"title":"Meta Launches Muse Spark, Its Most Capable AI Yet\u2014But Gemini 3.1 Pro Still Leads the Pack","url":"https://decrypt.co/363691/meta-muse-spark-most-capable-ai-gemini-pro-still-leads"},{"fp":"511e54edf44a883e","published_at":"2026-04-08T19:42:29+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363690/treasury-outlines-stablecoin-rules-fight-illicit-finance-under-genius-act","summary":"The proposed rule prohibits people with criminal backgrounds from serving as the head of stablecoin issuers\u2019 compliance programs.","tickers":[],"title":"Treasury Outlines How Stablecoin Rules Will Fight Illicit Finance Under GENIUS Act","url":"https://decrypt.co/363690/treasury-outlines-stablecoin-rules-fight-illicit-finance-under-genius-act"},{"fp":"06538290385165e3","published_at":"2026-04-08T19:36:03+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363663/anthropic-claude-mythos-safety-report-warning-risk-assesment","summary":"Anthropic\u2019s Claude Mythos is powerful, but Its own safety report reveals a deeper crisis that's gone largely unnoticed.","tickers":[],"title":"Anthropic's Mythos Safety Report Shows It Can No Longer Fully Measure What It Built","url":"https://decrypt.co/363663/anthropic-claude-mythos-safety-report-warning-risk-assesment"},{"fp":"921749ab9a8a74bf","published_at":"2026-04-08T19:15:47+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/iran-ceasefire-bitcoin-trump-impeachment-odds/","summary":"Polymarket put the odds of President Donald Trump being impeached before his term ends at 64% on Apr. 7, near the contract's high-water mark since its Mar. 19 launch. A comparable Kalshi contract, which resolves against Library of Congress records and runs through Jan. 1, 2028, was priced around 67% in the same window. Driving [\u2026] The post Rising Trump impeachment panic dramatically changes Bitcoin\u2019s future positioning appeared first on CryptoSlate .","tickers":[],"title":"Rising Trump impeachment panic dramatically changes Bitcoin\u2019s future positioning","url":"https://cryptoslate.com/iran-ceasefire-bitcoin-trump-impeachment-odds/"},{"fp":"ce27d54ffb698394","published_at":"2026-04-08T19:06:15+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363685/stablecoin-trading-volume-skyrocket-1-5-quadrillion-2035-chainalysis","summary":"Generational wealth transfer and point-of-sale adoption could drive stablecoin volumes to eclipse traditional payment rails, says Chainalysis.","tickers":[],"title":"Stablecoin Trading Volume Could Skyrocket to $1.5 Quadrillion by 2035: Chainalysis","url":"https://decrypt.co/363685/stablecoin-trading-volume-skyrocket-1-5-quadrillion-2035-chainalysis"},{"fp":"1aad36da56dae5fe","published_at":"2026-04-08T18:58:03+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363680/bitcoin-pioneer-adam-back-bernstein-quantum-threat-not-existential","summary":"Anxieties over the quantum threat to Bitcoin have been growing, but Bernstein backs Back in saying there\u2019s no cause for alarm.","tickers":[],"title":"Bitcoin Pioneer Adam Back, Bernstein Say Quantum Threat to BTC Isn\u2019t Existential","url":"https://decrypt.co/363680/bitcoin-pioneer-adam-back-bernstein-quantum-threat-not-existential"},{"fp":"438a101f0f388bc2","published_at":"2026-04-08T18:51:32+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363681/openai-child-safety-blueprint-ai-exploitation","summary":"OpenAI's new policy blueprint outlines steps the industry can take to combat AI-enabled child sexual exploitation.","tickers":[],"title":"OpenAI Publishes Child Safety Blueprint to Address AI-Enabled Exploitation","url":"https://decrypt.co/363681/openai-child-safety-blueprint-ai-exploitation"},{"fp":"5136c8456dd93c81","published_at":"2026-04-08T18:01:17+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363660/hyperliquid-traders-face-widespread-liquidations-oil-prices-collapse","summary":"Brent crude oil prices were on track for their biggest daily decline since the start of the COVID-19 pandemic in early 2020.","tickers":[],"title":"Hyperliquid Traders Face Widespread Liquidations as Oil Prices Collapse","url":"https://decrypt.co/363660/hyperliquid-traders-face-widespread-liquidations-oil-prices-collapse"},{"fp":"676fcc6a1b6c2f4b","published_at":"2026-04-08T17:44:54+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363654/cloudflare-targets-2029-quantum-safe-internet-threat-bitcoin-looms","summary":"New research and industry timelines are accelerating efforts to replace cryptography that quantum computers could eventually break.","tickers":[],"title":"Cloudflare Targets 2029 for Quantum-Safe Internet as Threat to Bitcoin Looms","url":"https://decrypt.co/363654/cloudflare-targets-2029-quantum-safe-internet-threat-bitcoin-looms"},{"fp":"d9e4e16b4cf749c2","published_at":"2026-04-08T17:18:34+00:00","quality_hint":1.0,"source":"CryptoSlate RSS","source_url":"https://cryptoslate.com/nyt-adam-back-satoshi-security-fears/","summary":"Another mainstream attempt to identify the creator of Bitcoin has landed on Adam Back, the British cryptographer and Blockstream co-founder. This week, The New York Times published a sprawling investigation arguing that Back is the person behind the Satoshi Nakamoto pseudonym, leaning heavily on stylometric analysis of writing and decades-old online records. Back immediately and [\u2026] The post Community hits back at \u201cdangerous\u201d New York Times identifying Satoshi as a known legendary Bitcoin developer appeared first on CryptoSlate .","tickers":[],"title":"Community hits back at \u201cdangerous\u201d New York Times identifying Satoshi as a known legendary Bitcoin developer","url":"https://cryptoslate.com/nyt-adam-back-satoshi-security-fears/"},{"fp":"4ec2f2491600bb92","published_at":"2026-04-08T17:17:31+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363656/potential-insiders-600k-predicting-us-iran-ceasefire-polymarket-bubblemaps","summary":"A trio of accounts on Polymarket made more than $600,000 on U.S./Iran ceasefire markets, drawing attention as potential insiders.","tickers":[],"title":"Potential Insiders Made $600K Predicting US and Iran Ceasefire on Polymarket: Bubblemaps","url":"https://decrypt.co/363656/potential-insiders-600k-predicting-us-iran-ceasefire-polymarket-bubblemaps"},{"fp":"1ffe40a9c07a7fdd","published_at":"2026-04-08T16:10:22+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363617/partner-trump-backed-world-liberty-sanctioned-cambodian-scam-company","summary":"AB network\u2019s planned \u201cblockchain theme resort\u201d involved individuals sanctioned by the U.S. Treasury over ties to the Prince Group.","tickers":[],"title":"Partner of Trump-Backed World Liberty Linked to Sanctioned Cambodian Scam Company: Report","url":"https://decrypt.co/363617/partner-trump-backed-world-liberty-sanctioned-cambodian-scam-company"},{"fp":"a589a73ad846cbaf","published_at":"2026-04-08T16:00:34+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363649/adam-back-denies-bitcoin-creator-satoshi-nakamoto-nyt-expose","summary":"John Carreyrou isn\u2019t the first person to link Adam Back and Satoshi Nakamoto based on their writing styles.","tickers":[],"title":"Adam Back Denies He's Satoshi Nakamoto After NYT Names Him as Bitcoin Creator","url":"https://decrypt.co/363649/adam-back-denies-bitcoin-creator-satoshi-nakamoto-nyt-expose"},{"fp":"4ee89a6b2d3e7222","published_at":"2026-04-08T15:01:24+00:00","quality_hint":1.0,"source":"Decrypt RSS","source_url":"https://decrypt.co/363645/moo-deng-meme-coin-rises-man-fined-entering-pygmy-hippo-den","summary":"The Solana meme coin based on the viral pygmy hippo Moo Deng gained after a man was fined for entering the animal's enclosure.","tickers":[],"title":"Moo Deng Meme Coin Rises After Man Fined for Entering Viral Pygmy Hippo's Den","url":"https://decrypt.co/363645/moo-deng-meme-coin-rises-man-fined-entering-pygmy-hippo-den"},{"fp":"7ae703cdbc7b182e","meta":{"market_cap_rank":38,"trend_score":0},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/bittensor","summary":"Market cap rank 38, trend score 0","tickers":["TAO","TAOUSD"],"title":"Trending: Bittensor (TAO)","url":"https://www.coingecko.com/en/coins/bittensor"},{"fp":"8a8ba72b8f7cbec4","meta":{"market_cap_rank":115,"trend_score":1},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/monad","summary":"Market cap rank 115, trend score 1","tickers":["MON","MONUSD"],"title":"Trending: Monad (MON)","url":"https://www.coingecko.com/en/coins/monad"},{"fp":"5631e97aa9f3237d","meta":{"market_cap_rank":108,"trend_score":2},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/pudgy-penguins","summary":"Market cap rank 108, trend score 2","tickers":["PENGU","PENGUUSD"],"title":"Trending: Pudgy Penguins (PENGU)","url":"https://www.coingecko.com/en/coins/pudgy-penguins"},{"fp":"4e91253cb59c8c07","meta":{"market_cap_rank":148,"trend_score":3},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/ravedao","summary":"Market cap rank 148, trend score 3","tickers":["RAVE","RAVEUSD"],"title":"Trending: RaveDAO (RAVE)","url":"https://www.coingecko.com/en/coins/ravedao"},{"fp":"f1a97173b1aa8fa3","meta":{"market_cap_rank":19,"trend_score":4},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/zcash","summary":"Market cap rank 19, trend score 4","tickers":["ZEC","ZECUSD"],"title":"Trending: Zcash (ZEC)","url":"https://www.coingecko.com/en/coins/zcash"},{"fp":"e0d82d352938eb5e","meta":{"market_cap_rank":1,"trend_score":5},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/bitcoin","summary":"Market cap rank 1, trend score 5","tickers":["BTC","BTCUSD"],"title":"Trending: Bitcoin (BTC)","url":"https://www.coingecko.com/en/coins/bitcoin"},{"fp":"3e0697b119de425e","meta":{"market_cap_rank":36,"trend_score":6},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/world-liberty-financial","summary":"Market cap rank 36, trend score 6","tickers":["WLFI","WLFIUSD"],"title":"Trending: World Liberty Financial (WLFI)","url":"https://www.coingecko.com/en/coins/world-liberty-financial"},{"fp":"b68243dbbee1ad5c","meta":{"market_cap_rank":72,"trend_score":7},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/polygon-ecosystem-token","summary":"Market cap rank 72, trend score 7","tickers":["POL","POLUSD"],"title":"Trending: POL (ex-MATIC) (POL)","url":"https://www.coingecko.com/en/coins/polygon-ecosystem-token"},{"fp":"d3cb254a08310614","meta":{"market_cap_rank":13,"trend_score":8},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/hyperliquid","summary":"Market cap rank 13, trend score 8","tickers":["HYPE","HYPEUSD"],"title":"Trending: Hyperliquid (HYPE)","url":"https://www.coingecko.com/en/coins/hyperliquid"},{"fp":"2406aa2d0c32fb19","meta":{"market_cap_rank":7,"trend_score":9},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/solana","summary":"Market cap rank 7, trend score 9","tickers":["SOL","SOLUSD"],"title":"Trending: Solana (SOL)","url":"https://www.coingecko.com/en/coins/solana"},{"fp":"29f813a45a30f172","meta":{"market_cap_rank":224,"trend_score":10},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/centrifuge-2","summary":"Market cap rank 224, trend score 10","tickers":["CFG","CFGUSD"],"title":"Trending: Centrifuge (CFG)","url":"https://www.coingecko.com/en/coins/centrifuge-2"},{"fp":"3d004c675c6fdd17","meta":{"market_cap_rank":62,"trend_score":11},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Trending","source_url":"https://www.coingecko.com/en/coins/ondo-finance","summary":"Market cap rank 62, trend score 11","tickers":["ONDO","ONDOUSD"],"title":"Trending: Ondo (ONDO)","url":"https://www.coingecko.com/en/coins/ondo-finance"},{"fp":"ecd61d8f78d3221f","meta":{"change_pct":19.15077,"market_cap":6355657493,"price":379.84,"volume_24h":836905744},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/zcash","summary":"24h change 19.15% \u00b7 mcap 6355657493","tickers":["ZEC","ZECUSD"],"title":"Zcash (ZEC) moved 19.15% (24h)","url":"https://www.coingecko.com/en/coins/zcash"},{"fp":"e9ffab4e6aa5fcf1","meta":{"change_pct":-16.47712,"market_cap":2588953553,"price":270.49,"volume_24h":1765531476},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/bittensor","summary":"24h change -16.48% \u00b7 mcap 2588953553","tickers":["TAO","TAOUSD"],"title":"Bittensor (TAO) moved -16.48% (24h)","url":"https://www.coingecko.com/en/coins/bittensor"},{"fp":"29b0eab4e8c7024a","meta":{"change_pct":9.58098,"market_cap":842047893,"price":0.095939,"volume_24h":156768313},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/ethena","summary":"24h change 9.58% \u00b7 mcap 842047893","tickers":["ENA","ENAUSD"],"title":"Ethena (ENA) moved 9.58% (24h)","url":"https://www.coingecko.com/en/coins/ethena"},{"fp":"b8a452e00734e4a6","meta":{"change_pct":-8.7849,"market_cap":2651872959,"price":0.083442,"volume_24h":209321899},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/world-liberty-financial","summary":"24h change -8.78% \u00b7 mcap 2651872959","tickers":["WLFI","WLFIUSD"],"title":"World Liberty Financial (WLFI) moved -8.78% (24h)","url":"https://www.coingecko.com/en/coins/world-liberty-financial"},{"fp":"c516e348e46e095f","meta":{"change_pct":6.50133,"market_cap":1113565819,"price":0.00188291,"volume_24h":64368026},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/pump-fun","summary":"24h change 6.50% \u00b7 mcap 1113565819","tickers":["PUMP","PUMPUSD"],"title":"Pump.fun (PUMP) moved 6.50% (24h)","url":"https://www.coingecko.com/en/coins/pump-fun"},{"fp":"a9d1694fefb77f01","meta":{"change_pct":5.90766,"market_cap":3201035033,"price":1.29,"volume_24h":155984002},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/the-open-network","summary":"24h change 5.91% \u00b7 mcap 3201035033","tickers":["TON","TONUSD"],"title":"Toncoin (TON) moved 5.91% (24h)","url":"https://www.coingecko.com/en/coins/the-open-network"},{"fp":"a632da28532e1af9","meta":{"change_pct":5.00131,"market_cap":1021572335,"price":1.85,"volume_24h":25061706},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/morpho","summary":"24h change 5.00% \u00b7 mcap 1021572335","tickers":["MORPHO","MORPHOUSD"],"title":"Morpho (MORPHO) moved 5.00% (24h)","url":"https://www.coingecko.com/en/coins/morpho"},{"fp":"7f00b03411a09901","meta":{"change_pct":4.59872,"market_cap":9764844104,"price":40.95,"volume_24h":311459479},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/hyperliquid","summary":"24h change 4.60% \u00b7 mcap 9764844104","tickers":["HYPE","HYPEUSD"],"title":"Hyperliquid (HYPE) moved 4.60% (24h)","url":"https://www.coingecko.com/en/coins/hyperliquid"},{"fp":"7931c1b3ffad460a","meta":{"change_pct":3.32762,"market_cap":1780289258,"price":1.38,"volume_24h":249997409},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/near","summary":"24h change 3.33% \u00b7 mcap 1780289258","tickers":["NEAR","NEARUSD"],"title":"NEAR Protocol (NEAR) moved 3.33% (24h)","url":"https://www.coingecko.com/en/coins/near"},{"fp":"8b17ecd73408ff26","meta":{"change_pct":3.25275,"market_cap":2171508363,"price":1.29,"volume_24h":150222309},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/polkadot","summary":"24h change 3.25% \u00b7 mcap 2171508363","tickers":["DOT","DOTUSD"],"title":"Polkadot (DOT) moved 3.25% (24h)","url":"https://www.coingecko.com/en/coins/polkadot"},{"fp":"43f2d51d9fbcb30f","meta":{"change_pct":2.98306,"market_cap":1804981404,"price":0.077888,"volume_24h":13125244},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/sky","summary":"24h change 2.98% \u00b7 mcap 1804981404","tickers":["SKY","SKYUSD"],"title":"Sky (SKY) moved 2.98% (24h)","url":"https://www.coingecko.com/en/coins/sky"},{"fp":"c95dc548504352c3","meta":{"change_pct":2.93846,"market_cap":6412516994,"price":347.71,"volume_24h":121072769},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Movers","source_url":"https://www.coingecko.com/en/coins/monero","summary":"24h change 2.94% \u00b7 mcap 6412516994","tickers":["XMR","XMRUSD"],"title":"Monero (XMR) moved 2.94% (24h)","url":"https://www.coingecko.com/en/coins/monero"},{"fp":"16d0f40002695229","meta":{"change_pct":0.5666403631461004,"market_cap":2515904897915.317},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"CoinGecko Global","source_url":"https://www.coingecko.com/en/global_charts","summary":"Market cap $2515904897915.317 \u00b7 24h 0.5666403631461004%","tickers":[],"title":"Global crypto market","url":"https://www.coingecko.com/en/global_charts"},{"fp":"9958b786141ff532","meta":{"classification":"Extreme Fear","score":"16"},"published_at":"2026-04-10T10:10:36.780445+00:00","quality_hint":1.0,"source":"Alt Fear & Greed","source_url":"https://alternative.me/crypto/fear-and-greed-index/","summary":"Index value 16 \u00b7 Extreme Fear","tickers":[],"title":"Crypto Fear & Greed: 16 (Extreme Fear)","url":"https://alternative.me/crypto/fear-and-greed-index/"}],"kind":"crypto_extremes","quality_hint":1.0,"source":"discovery_rss","source_ref":"crypto_mixed","sources":["CryptoSlate RSS","Decrypt RSS","Bitcoin.com News","CoinGecko Trending","CoinGecko Movers","CoinGecko Global","Alt Fear & Greed"]}}...
|
crypto_mixed
|
1.0
|
discovery_crypto_extremes_snapshot:ed4a37ff97b0a22 discovery_crypto_extremes_snapshot:ed4a37ff97b0a22a...
|
NULL
|
2026-04-10T10:10:37.480841+00:00
|
Edit
Delete
|
|
24769
|
evt_005a8bf9f3a6
|
episode_upsert
|
2026-04-11T21:30:45.806540+00:00
|
episode_reconciler
|
["ep_f9b0ad994592"]
|
{"episode":{"actions":[],"appr {"episode":{"actions":[],"approval_ids":[],"completed_at":"2026-04-11T21:30:45.806408Z","created_at":"2026-04-11T21:29:31.334031Z","errors":[],"event_id":"evt_c22d642a1b28","events":[{"at":"2026-04-11T21:29:31.334338Z","data":{"event_id":"evt_c22d642a1b28","thread_id":"thr_7390fa7e6e0168be3b","turn_id":"turn_evt_c22d642a1b28"},"kind":"created"},{"at":"2026-04-11T21:29:38.511351Z","data":{"primary_len":110,"secondary_len":null},"kind":"notified"}],"id":"ep_f9b0ad994592","notes":["auto_resolved: no pending, no blocking approvals, no remaining actions"],"pending_id":null,"router":{"confidence":0.55,"followup_question":null,"needs_followup":false,"normalized_text":"","trace_id":null},"source":"slack","stage":"resolved","summary":{"applied_types":[],"approval_ids":[],"headline":null,"last_primary_text":"Love that. One question to start: Who\u2019s someone in your life that you feel really grateful for lately\u2014and why?","last_secondary_text":null,"pending_id":null},"thread_id":"thr_7390fa7e6e0168be3b","transcript":[],"triage":null,"updated_at":"2026-04-11T21:30:45.806413Z","user_label":"U080CUSS45P"},"episode_id":"ep_f9b0ad994592"}...
|
NULL
|
1.0
|
NULL
|
ep_f9b0ad994592
|
2026-04-11T21:30:45.806594+00:00
|
Edit
Delete
|
|
14137
|
evt_0058f53e760c
|
signal_candidate_ingest
|
2026-04-10T04:17:05.809709+00:00
|
collector:news
|
[]
|
{"created_at":"2026-04-10T04:17:05.809 {"created_at":"2026-04-10T04:17:05.809709+00:00","signal_type":"news_headline_delta","source":"news_rss","url":"https://news.google.com/rss/articles/CBMinAFBVV95cUxORzBPYTFaYzlpQTVBTDlONWQ0Y21XYUpPVEM1R0pGVWczRmlUSEhGd0NfLXhKZnQxNE1vd0c0a3JhaGgtRWV3TjFFcE1KUGhoUnRWT21XRkxkeHdYWE5JaW15MGhXc1RkZkx2Mzd3N2g0b2FsbG1HNjVsOHRUNGtoOTAxT1p2U3FUSFFfMkg3ZmxPV0FBbDJORXF5azM?oc=5","value":{"fp":"0ea179bd859a6267","published_at":"2026-04-10T04:15:15+00:00","source":"Gotrade","source_domain":"heygotrade.com","source_url":"https://www.heygotrade.com","summary":"Gotrade Daily: Stocks Extend Gains as Traders Watch Ceasefire Gotrade","title":"Gotrade Daily: Stocks Extend Gains as Traders Watch Ceasefire - Gotrade","url":"https://news.google.com/rss/articles/CBMinAFBVV95cUxORzBPYTFaYzlpQTVBTDlONWQ0Y21XYUpPVEM1R0pGVWczRmlUSEhGd0NfLXhKZnQxNE1vd0c0a3JhaGgtRWV3TjFFcE1KUGhoUnRWT21XRkxkeHdYWE5JaW15MGhXc1RkZkx2Mzd3N2g0b2FsbG1HNjVsOHRUNGtoOTAxT1p2U3FUSFFfMkg3ZmxPV0FBbDJORXF5azM?oc=5"}}...
|
rss:Gotrade
|
1.0
|
news_delta:9672509fe456c002
|
NULL
|
2026-04-10T04:17:05.809902+00:00
|
Edit
Delete
|
|
10934
|
evt_005727686ac2
|
llm_usage
|
2026-04-10T00:11:35.441694+00:00
|
llm:openai
|
[]
|
{"cost_usd":0.000951,"meta":{" {"cost_usd":0.000951,"meta":{"governance":{"chars_trimmed":66,"complexity":"medium","cost_24h_usd":3.734423,"enabled":true,"governance_version":"v1","input_budget_tokens":4200,"input_tokens_final":1526,"input_tokens_original":1526,"messages_dropped":0,"messages_final":2,"messages_original":2,"output_budget_tokens":900,"output_tokens_final":900,"policy_flags":{"context_trimmed":true,"model_rerouted":false,"output_capped":true},"pressure":"normal","reason_codes":["task_class:signal_enrichment","complexity:medium","pressure:normal","context_trimmed","output_capped"],"requested_model":"gpt-5.4-nano","requested_output_tokens":1200,"response_format_type":"json_schema","schema_name":"opia_schema","selected_model":"gpt-5.4-nano","task_class":"signal_enrichment"},"max_output_tokens":900,"requested_max_output_tokens":1200,"requested_model":"gpt-5.4-nano","response_format":"json_schema","temperature":0.1},"model":"gpt-5.4-nano","pricing":{"input_per_1m":0.2,"output_per_1m":1.25,"price_key":"gpt-5.4-nano","source":"env_map"},"provider":"openai","response_id":"resp_092cf65b34114cb60069d84034d95c8190b1b16944ae93c491","usage":{"input_tokens":2270,"input_tokens_details":{"cached_tokens":0},"output_tokens":398,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":2668}}...
|
NULL
|
0.0
|
llm_usage:resp_092cf65b34114cb60069d84034d95c8190b llm_usage:resp_092cf65b34114cb60069d84034d95c8190b1b16944ae93c491...
|
NULL
|
2026-04-10T00:11:35.441743+00:00
|
Edit
Delete
|