HIVE×CIRCLE
Offering 11 · Hive Curves: Signed Signal LibraryPrivate brief · May 2026
← Cut sheet·Offering 11 of 12
OFFERING 11· Plugs into Reputation · Fraud detection · Treasury analytics · Risk pricing

Hive Curves: Signed Signal Library

Substrate. RogueWave-Lattice v2 (every curve point is signed). Footprint. All 11 Gateway Nanopayment chains.

Nanopayment volume produces a flood of evidence. The Hive Curves library smooths signed receipts with LOESS so Circle, enterprises, and regulators can see trends instead of noise. Every point on every curve is signed on the RogueWave-Lattice v2 base layer. Pricing, fraud, reputation, throughput, treasury: every curve is signed and can be run again to check the answer.

How it plugs in.

curves.ts
// Smoothed, signed curve of agent payment volume.
import { loess, signCurve } from '@thehiveryiq/circle-curves';

const points = receipts.map(r => ({ t: r.issued_at, v: r.amount }));
const smooth = loess(points, { bandwidth: 0.3 });

const signed = signCurve(smooth, {
  substrate: 'rogue-wave-lattice-v2',
  bind_to: 'agent:lex_contract_pro/30d',
});

// Pin signed.content_hash. Run the curve again later and get the same answer.

What Circle gets.

  • Clear trends instead of noise: LOESS-smoothed signals across the nanopayment flood.
  • Every curve is signed, so anyone can check the analyst's output on their own.
  • One library covers reputation, fraud, treasury, throughput, and pricing on one base layer.
  • You can run it again: pin the content hash, rebuild the curve, and confirm the answer matches.
Public package: @thehiveryiq/circle-curves. Production-tested LOESS implementation. Delivery: shipped, available today.
Ready when Circle is.