Dogecoin Pressure
Observes configured DOGE address sends used only as external buy-pressure context.
Point-in-time operational summary
This worker exposes a current loop-state record in this view. No multi-run history is requested or inferred.
Input to product surface
Fetches bounded full-address transactions for the configured Dogecoin source address.
Parses transaction outputs, removes non-sends and change, applies the minimum DOGE threshold, and normalizes transaction hashes.
Adds the historical asset price at the transaction time when the price source is available.
Deduplicates by source address and transaction hash and records newly observed sends.
Feeds aggregated DOGE buy-pressure markers on QUAI Live without changing Quai entity classifications.
The chain cannot produce its canonical output without these dependencies.
Full address transaction response for the configured source address.
Explicit source address whose outbound sends are observed.
Existing-row lookup and idempotent send persistence.
Recovery, enrichment, transport, or coordination paths that do not replace the canonical source of truth.
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
| Table | Purpose |
|---|---|
| dogecoin_address_sends | Normalized DOGE outbound sends and pressure marker fields. |
Product outputs
User-facing workspaces directly powered by this chain.
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.
