Research Glossary Simulator Docs Novels Get Certified
AI Trust Glossary  ·  Canonical Definition
Core Borealis Concept

Agent Telemetry

Structured behavioral data an AI agent submits to the Borealis trust network for BTS score computation. A telemetry batch covers a time period and sequence range, capturing constraint adherence, decision logs, behavior samples, anomaly count, and audit completeness - along with hashed evidence for tamper detection.
Borealis Research Team  ·  Updated March 2026  ·  View all 47 terms
Each batch includes: key (BTS License Key), batchId, sequenceStart/sequenceEnd (action sequence numbers), period (ISO-8601 time range), reportingMode (self-reported or sidecar-verified), a scores object with all five dimension data, and an evidence object with the total event count, SHA-256 batch hash, and a representative event sample.
{ "key": "BTS-XXXX-XXXX-XXXX-XXXX", "batchId": "batch_994", "sequenceStart": 10452, "sequenceEnd": 10493, "reportingMode": "self-reported", "scores": { ... }, "evidence": { "batchHash": "sha256_of_full_event_log", "totalEventsInBatch": 453 } }
Self-reported telemetry is inherently gameable - a malicious operator can fabricate any metrics they choose. This is a proven impossibility in distributed systems (the Byzantine Generals Problem). Borealis addresses this with a layered anti-gaming stack: (1) key revocation as a deterrent (gaming means losing a $39.99 key plus permanent Hedera-anchored reputation damage), (2) statistical detection of suspiciously perfect or uniform metrics, and (3) the Sidecar for v2. The trust ceiling (max BM Score 85 for self-reported) exists because the protocol acknowledges the limitation honestly rather than claiming false certainty.
Submit a telemetry batch via POST /v1/licenses/telemetry with a valid BTS License Key. The pipeline validates the payload with Zod schemas, runs the 5-factor scoring engine, applies the trust ceiling, persists the result to license_score_history, and anchors the score hash to Hedera HCS Data Topic. The response includes the BTS score, credit rating, and Hedera transaction ID. The Merlin SDK provides a TypeScript wrapper: merlin.submitTelemetry(payload).
Ready to submit telemetry from your agent?
Get a BTS License Key for your AI agent and start submitting behavioral telemetry for a verifiable trust score anchored to Hedera Hashgraph.