Facts

Citable facts about the Bonis primitive.

Every row carries an evidence pointer — code file, USPTO application, live endpoint, or external authoritative source. The machine-readable version of this page is at /agent-feed.json.

Entity

Who and where Bonis Systems LLC is registered, and how to cite it.

Legal name
Bonis Systems LLC
Jurisdiction
Wyoming, United States
SAM.gov UEI
R2BPJDC5CBA3
CAGE code
1TSP2
extDLA CAGE assignment
Category
Evidence-Native Commerce — cryptographic audit-permanence infrastructure for regulated industries
live/bonis
Thesis
Stream from where you are. Sell a world product. Audit permanence as infrastructure.

USPTO provisional applications

Five provisional applications filed with Jonis Aaron Fields as inventor of record. Provisional applications do not confer granted patent rights. Bonis Systems LLC does not yet own the applications; assignments are planned post-revenue via dedicated IP counsel. See /bonis/ip-posture for the honest posture.

HealthAgent
USPTO provisional application 64/002,221 · filed 2026-03-11 · inventor of record Jonis Aaron Fields · scope: AI Caregiver System for Healthcare Navigation
USPTOApplication 64/002,221
TerraVault
USPTO provisional application 64/012,440 · filed 2026-03-21 · inventor of record Jonis Aaron Fields · scope: B2B Live-Streaming Commerce Platform for Regulated Industries
USPTOApplication 64/012,440
DealMatcher
USPTO provisional application 64/013,240 · filed 2026-03-22 · inventor of record Jonis Aaron Fields · scope: Commercial Deal Aggregation with Federal Data Integration
USPTOApplication 64/013,240
TrustAI
USPTO provisional application 64/036,498 · filed 2026-04-11 · inventor of record Jonis Aaron Fields · scope: AI-Powered Forensic Analysis for Trust, Estate, and Fiduciary Disputes
USPTOApplication 64/036,498
Knox
USPTO provisional application 64/038,359 · filed 2026-04-13 · inventor of record Jonis Aaron Fields · scope: Cryptographic Anchoring Primitive + AI-Moderated Witness Chat
USPTOApplication 64/038,359

Knox event taxonomy

Seventy-one distinct anchored event types covering commerce, compliance, streaming, moderation, monitoring, agent lifecycle, cryptographic signature verification, post-quantum key encapsulation, key lifecycle, container attestation, contact and licensee discovery, agent memory mutations, agent commerce commitments, agent authority lifecycle, and federal-compliance reporting. The exhaustive machine-readable list lives at /agent-feed.json.

Total event types
71
codesrc/lib/knox-anchor.ts:12 (KnoxEventType union)
Stream & witness
stream_start · stream_end · stream_terminated · chat_message · broadcast_token_issued
codesrc/lib/knox-anchor.ts
Ring-in workflow
ring_in_request · ring_in_take_live · ring_in_complete
codesrc/lib/knox-anchor.ts
Moderation
mary_decision · moderation_override
codesrc/lib/knox-anchor.ts
Vendor lifecycle
vendor_signup · vendor_tos_accepted · vendor_event · vendor_slug_provisioned · vendor_intent_captured · vendor_coa_validated · vendor_license_validated · vendor_mary_approved · vendor_storefront_generated · vendor_product_uploaded · vendor_product_batch_published · vendor_gateway_connected · vendor_transaction_observed
codesrc/lib/knox-anchor.ts
Agent operations
attestation · fast_lane_request · collusion_report · surveillance_report · counterparty_dossier_report · agent_run_start · agent_run_complete · agent_run_failed · agent_discovery_observed
codesrc/lib/knox-anchor.ts
Cryptographic signatures & PQC
crypto_signature_verified · pqc_kem_encapsulated
codesrc/lib/knox-anchor.ts
Key lifecycle & data encryption (Cipher Bridge B1)
key_revoked · key_wipe_signaled · key_scope_revoked · knox_dek_issued · knox_key_rotated · data_encrypted · data_decrypted
codesrc/lib/knox-anchor.ts
Continuous monitoring
monitoring_baseline_registered · monitoring_delta_detected · continuous_monitoring_report · registry_expansion_report
codesrc/lib/knox-anchor.ts
Container & boot integrity
artifact_sealed · measured_boot_verified
codesrc/lib/knox-anchor.ts
Contact & licensee discovery
contact_received · licensee_discovered · licensee_claimed
codesrc/lib/knox-anchor.ts
AAM · Memory lane
agent_memory_write · agent_memory_read · agent_memory_edit · agent_memory_redact · agent_memory_export · agent_memory_policy_change
codesrc/lib/knox-anchor.ts
AAM · Transactions lane
agent_transaction_offer · agent_transaction_acceptance · agent_transaction_settlement · agent_transaction_dispute · agent_transaction_reversal · agent_transaction_policy_change
codesrc/lib/knox-anchor.ts
AAM · AITH alignment — agent authority lifecycle
agent_authority_revoked · agent_key_rotation · agent_policy_revocation
codesrc/lib/knox-anchor.ts
AAM · GSAR 552.239-7001 — federal-compliance reporting
data_deletion_certified · security_incident_reported · security_incident_status · gov_data_access · material_change_notice
codesrc/lib/knox-anchor.ts
Misc.
sms_sent
codesrc/lib/knox-anchor.ts
Machine-readable feed
The full 71-entry list is published at /agent-feed.json

Measured throughput

Results from sustained load tests against the production anchor path. Log files are retained with the firm and produced on counsel request.

Sustained anchor rate
4.95 anchors/sec over a 30-minute run
codetests/load/knox-anchor-falcon-landing-30min-2026-04-19T06-25-22-009Z.log
Success rate under load
96.32% — zero server errors, zero IP-block failures
codetests/load/knox-anchor-falcon-landing-30min-*.log
Latency (p50 / p95)
p50 = 155 ms · p95 = 1,371 ms (full 30-minute run)
codetests/load/knox-anchor-falcon-landing-30min-*.log
Tuned p50
158 ms under sustained 11 req/sec after Cloud Run min=1 + cpu-boost + concurrency=80 + Prisma connection_limit=10
codetests/load/knox-anchor-knox-p95-corrected-5min-30rps-2026-04-19T17-45-53-910Z.log
Measured monthly extrapolation
12,840,400 anchors/month (from the 30-minute sustained run)
codetests/load/knox-anchor-falcon-landing-30min-*.log
Ceiling validated
5,000 anchors/min over a 5-minute run at 80 rps — 100% success, zero 429s (extrapolates to 29,556,348/mo)
codetests/load/knox-anchor-knox-5k-ceiling-validated-5min-80rps-2026-04-19T17-02-43-303Z.log
Known-open gap
p95 under concurrent burst = 11.2s, p99 = 13.3s. Remediation priced and gated on a binding demand trigger.

Formal specifications

TLA+ specifications of the anchor-chain and underlying event-store semantics are served as static artifacts alongside a human-readable overview at /bonis/spec.

Knox anchor-chain spec
TLA+ specification of the append-only, sequence-monotonic, hash-linked anchor chain
specspec/knox_anchor_chain.tla
Core event store spec
TLA+ specification of the underlying event store semantics
specspec/core_event_store.tla
Invariant class
Monotonic sequence · hash-linked previousHash · Merkle-rooted bundles · detectable history tampering
codeprisma/schema.prisma:KnoxBaasAnchor
codesrc/lib/knox-anchor.ts

Public API surface

Endpoints that are intentionally callable by anyone — no authentication, rate-limited, documented, and logged.

Health
GET /api/knox/health — public SLA snapshot. Uptime, db latency, anchor count, latest anchor ISO timestamp.
codesrc/app/api/knox/health/route.ts
Public anchor
POST /api/knox/public-anchor — drop a sha256 digest, receive a sequence number and FRE 902 affidavit.
codesrc/app/api/knox/public-anchor/route.ts
Verify
GET /api/knox/verify?hash=<sha256> — verify a previously anchored digest.
codesrc/app/api/knox/verify/route.ts
OpenAPI
GET /api/knox/openapi — OpenAPI 3.1 description of the Knox public API surface.
codesrc/app/api/knox/openapi/route.ts
Market data
GET /api/knox/market-data — k-anonymous aggregate market data (window selector, segments below k=5 suppressed).
codesrc/app/api/knox/market-data/route.ts
codesrc/lib/market-aggregates.ts (K_MIN_VENDORS = 5)
Machine feed
GET /agent-feed.json — self-describing JSON feed for AI crawlers.

FRE 902(13)/(14) claim ladder

Each rung either establishes an underlying fact, publishes the template for a certification, or names the path to adjudication. No rung claims a court has ruled on a Knox record — no court has.

Rule FRE 902(13)
Certified records of a regularly conducted activity — electronic. Knox anchor records are structured to satisfy this rule's certification requirements (process + integrity).
Rule FRE 902(14)
Certified data copied from an electronic device. Knox anchor verification path produces the process declaration + certification needed for this rule.
Self-authentication structure
The anchor chain carries monotonic sequence + previousHash + payloadHash + merkleRoot on every row. A process declaration + certification template is published.
codeprisma/schema.prisma:KnoxBaasAnchor
Bitcoin-anchoring path
Bundle anchors are submitted to the OpenTimestamps protocol which publishes to the Bitcoin blockchain (1–6 hour confirmation window).
Adjudication status
Admissibility of any specific Knox record is determined by a court on a case-by-case basis. Bonis Systems has not yet obtained a judicial ruling on a Knox record.

Operations

Runtime and compliance operational posture. Subject to change as the firm matures.

DMCA Designated Agent
Section 512 safe-harbor designated agent on file with the U.S. Copyright Office (Pay.gov transaction 281F7HFI, filed 2026-04-15).
Scheduled anchor cadence
Hourly chain anchor job + hourly monitor job + hourly core-events checkpoint (Cloud Scheduler).
Runtime topology
Cloud Run (us-central1) · Cloud SQL PostgreSQL · GCS content-addressable storage · Secret Manager for all credentials.
Robots & sitemap
Machine-readable entry points: /robots.txt · /sitemap.xml · /agent-feed.json

How to cite

Cite this page with the URL https://bonissystems.com/facts#<section-id> (anchors: entity, patents, taxonomy, throughput, formal, api, fre-902, ops). For programmatic access, prefer /agent-feed.json.