QuaiWhale logo
QuaiWhale
External pressure

Dogecoin Pressure

Observes configured DOGE address sends used only as external buy-pressure context.

Live
Runtime key
dogecoin_buy_pressure
Railway process
dogecoin-buy-pressure
Optional supervised process
Last heartbeat
Jul 31, 2026, 12:45:01 a.m.
UTC
Last successful cycle
Jul 31, 2026, 12:45:01 a.m.
UTC
Runtime status
completed
Next scheduled run
Not available
No next_run_at exposed
Last cycle duration
301ms
Completed Jul 31, 2026, 12:45:01 a.m. UTC
Process started
Jul 31, 2026, 12:32:58 a.m.
UTC
Current runtime snapshot

Point-in-time operational summary

This worker exposes a current loop-state record in this view. No multi-run history is requested or inferred.

Live
Runtime status
completed
Next scheduled
Not available
Checkpoint fields
2
Metadata fields
4
Exact data chain

Input to product surface

optional process
Step 1Input
BlockCypher DOGE address feed

Fetches bounded full-address transactions for the configured Dogecoin source address.

Step 2Normalization
Extract outbound sends

Parses transaction outputs, removes non-sends and change, applies the minimum DOGE threshold, and normalizes transaction hashes.

Step 3Enrichment
Attach historical USD context

Adds the historical asset price at the transaction time when the price source is available.

Step 4Persistence
Upsert DOGE sends

Deduplicates by source address and transaction hash and records newly observed sends.

Step 5Product
Render external pressure markers

Feeds aggregated DOGE buy-pressure markers on QUAI Live without changing Quai entity classifications.

Required dependencies

The chain cannot produce its canonical output without these dependencies.

BlockCypher DOGE API

Full address transaction response for the configured source address.

Tracked DOGE address

Explicit source address whose outbound sends are observed.

Supabase service role

Existing-row lookup and idempotent send persistence.

Secondary and fallback paths

Recovery, enrichment, transport, or coordination paths that do not replace the canonical source of truth.

Historical price source

Adds USD context; the send observation remains valid without it.

Storage contract

Tables read or written by this worker chain.

Swipe horizontally to inspect all columns

TablePurpose
dogecoin_address_sendsNormalized DOGE outbound sends and pressure marker fields.

Product outputs

User-facing workspaces directly powered by this chain.

Runtime checkpoint

Latest DOGE address observation

Source
blockcypher-doge-address-full
Observed At
2026-07-31T00:45:01.380Z

Cycle metadata

Enabled
Yes
Fetched
12
Upserted
12
Newly Observed
0

Implementation map

Primary repository files implementing this worker chain and its product read path.

workers/dogecoin-buy-pressure/start.cjs
workers/dogecoin-buy-pressure/feed.js
app/lib/market-feed/dogecoin-buy-pressure.js
app/lib/market-feed/markers.js