Sample resolution

What UPS sees when they query @colt

One API call. $0.001. Always current. Logged for the owner's audit trail. The same call replaces 50 vendor address fields.

200 OK PUBLIC USPS_NCOA verified$0.001 charged · 47ms
@handle
@colt
123 Main Street
Apt 4B
Austin, TX 78701
United States
GET /api/address/resolve/colt?querier=UPS
{
"handle": "colt",
"visibility": "PUBLIC",
"line1": "123 Main Street",
"line2": "Apt 4B",
"city": "Austin",
"region": "TX",
"postalCode": "78701",
"country": "US",
"isVerified": true,
"verificationSource": "USPS_NCOA",
"addressId": "01h8j5..."
}

What the owner sees in their audit log

QuerierVisibilityFee earnedWhen
UPSPUBLIC$0.0012 min ago
Amazon LogisticsPUBLIC$0.0018 min ago
FedExPUBLIC$0.00114 min ago
USPSPUBLIC$0.0011 hr ago
DoorDashMASKED$0.0014 hr ago
Comcast BillingMASKED$0.0018 hr ago
UPSPUBLIC$0.001Yesterday
Walmart SparkPUBLIC$0.001Yesterday
… 27,400 more queries this year$27.40passive income to owner
The day Colt moves apartments
  1. Colt updates his @handle's primary address at /address/setup — old one keeps history via effectiveTo.
  2. His next package from Amazon: their backend scans a label, queries /api/address/resolve/colt, gets the new address — package gets routed to new place automatically.
  3. His subscription box from Birchbox: same thing. UPS scans the label, queries Hylaq, gets new address.
  4. The 47 other vendors that have his old address in their CRMs? They don't matter. The carrier is the source of truth at delivery time, and the carrier queries Hylaq.
  5. Total work for Colt: 2 minutes, done once. Compared to: 4 hours of forms, 2 lost packages, 3 missed bills, 6 vendors with stale data forever.

And while Colt sleeps tonight, UPS / Amazon / FedEx / DoorDash will query his @handle ~75 times. He'll wake up with $0.075 in passive income. Multiply by every package shipped to his address per year: ~$27 / yr / household. Multiply by 130M US households: $3.5B/yr in latent revenue Hylaq is collecting at the address layer.

One @handle. Infinite vendors. Move once, done.

This sample is hardcoded. The live product at /api/address/resolve/<handle>renders from real Postgres + the visibility tier engine.