AI Trust Glossary · Canonical Definition
Core Borealis Concept
BTS License Key
A unique cryptographic identifier (format: BTS-XXXX-XXXX-XXXX-XXXX) that permanently binds one AI agent to the Borealis Trust Network. One key, one agent, forever.
Explanation
The key activates trust scoring, behavioral telemetry reporting, and Hedera Hashgraph log anchoring for the bound agent. The key format uses a 32-character alphabet eliminating confusing characters (0/O, 1/I). The raw key is transmitted exactly once via email at purchase; only a SHA-256 hash is stored in the database.
Why it matters
The key is the agent's identity on the trust network. Revoke the key and the agent loses its certification. This creates a hard accountability mechanism - if an agent games telemetry or violates constraints, revocation is immediate and recorded permanently on Hedera.
How Borealis uses it
Sold as Project Merlin on Borealis Terminal at $129.99. Telemetry is submitted via POST /v1/licenses/telemetry using the key. The Merlin SDK provides a TypeScript wrapper: merlin.activate(), merlin.submitTelemetry(), merlin.getScore().
See also