Bankabil · BLKBXS · MAND8 · DUE

Make AI-assisted
workflows bankable.

Bankabil turns AI-assisted decisions into signed, portable, independently verifiable evidence bundles.

  • BLKBXSmakes banking AI reviewable.
  • MAND8makes AI risk insurable.
  • DUEmakes AI-assisted legal workflows defensible.
BANKABIL
BANKABIL
Evidence Bundle
BANKABIL
BANKABIL
BUILT ON INK RECEIPTS
Evidence infrastructure
for regulated finance.
  • Canonicalized
    Deterministic bytes for the same record.
  • Hashed
    Tamper-evident cryptographic fingerprint.
  • Signed
    Bound to issuer and time by the BIL Kernel.
  • Verified
    Independently checkable by any counterparty.
INK RECEIPTS · EDITION 01
Product thesis

From AI output to institutional evidence.

  1. 01AI Decisioninput
  2. 02Canonicalize
  3. 03Hash
  4. 04Receipt
  5. 05Bundle
  6. 06Verifyoutput
Result

BANKABIL converts AI-assisted decisions into INK Receipts and evidence bundles — portable proof objects structured by the BIL Kernel and independently verifiable by counterparties.

Same decision · Same bytes · Same proof
The problem

AI decisions are not yet bankable.

Models produce outputs. Institutions need records.

A bank cannot underwrite, approve, deny, insure, audit, or defend an AI-assisted decision unless the decision can be reconstructed, verified, and trusted after the fact.

01

No durable record

AI decisions often disappear into logs, prompts, screenshots, or vendor systems.

02

No independent verification

Most audit trails require trusting the same platform that produced the result.

03

No institutional portability

Evidence does not move cleanly between banks, insurers, vendors, auditors, and regulators.

Product architecture

Three regulated markets. One evidence layer.

Banking

BLKBXS

Universal Banking Receipts for AI-assisted credit, underwriting, vendor review, examiner reconstruction, and third-party risk evidence.

Explore BLKBXS
Insurance

MAND8

Universal Insurance Receipts for AI exposure, delegated authority, underwriting controls, incident review, claims evidence, and risk-transfer readiness.

Explore MAND8
Legal

DUE

Universal Legal Receipts for liability review, contract evidence, adverse-action defense, counsel packets, and contestability records.

Explore DUE
Why they belong together

Bankabil is the evidence company.

BLKBXS, MAND8, and DUE are not separate products chasing separate markets. They are vertical expressions of the same proof architecture.

A bank needs evidence before it can trust an AI-assisted credit, fraud, onboarding, or vendor workflow. An insurer needs evidence before it can underwrite AI exposure, delegated authority, incidents, claims, or renewals. A legal reviewer needs evidence before defending an AI-assisted outcome.

All three markets need the same institutional primitive: a portable, signed, independently verifiable record of consequential AI action.

The stack
INK Receipts
Bankabil Evidence Bundles
BLKBXS
Banking
MAND8
Insurance
DUE
Legal
I.

The Tetrahedral System

The mark is not a flat logo. It is the front-facing projection of a tetrahedron — a four-sided structure where three regulated domains form the base, and assurance is the point they meet at.

Banking, Insurance and Legal form the base; Assurance is the fourth pointBANKINGINSURANCELEGALAssurance

Banking · Insurance · Legal form the base — Assurance is the fourth point

BANKABIL
TriangleInstitutional Base
The visible triangle is the stable base — Banking, Insurance, and Legal — the three domains where an AI decision becomes consequential. An output only carries institutional weight once it has passed through them.
BANKABIL
TetrahedronInstitutional Depth
A fourth point, implied through depth rather than drawn as a corner, turns the flat triangle into a solid. That point is the assurance object itself — the evidence bundle, verification report, and signed artifact the three domains produce together.
BANKABIL
RingsAccumulated Proof
Each ring is another layer of institutional preservation, laid down like growth rings — decision, context, control, signature, hash, review, audit, liability boundary. The rings record proof accumulating over time.
The stack

The Bankabil stack

Bankabil is the commercial evidence platform. INK Receipts are the open primitive. The BIL Kernel is Bankabil's hardened implementation that issues and verifies receipts. The verifier lets counterparties check integrity. Evidence bundles package the result for institutional review. Product lines make the system usable in banking, insurance, and legal workflows.

Platform

Bankabil

Commercial evidence platform for regulated AI adoption.

Primitive

INK Receipts

Open evidence primitive — machine actions canonicalized, hashed, signed, and independently verifiable.

Kernel

BIL Kernel

Bankabil's hardened kernel that issues and verifies INK Receipts.

Tool

Verifier

Independent integrity check across receipts and bundles.

Artifact

Evidence Bundle

Audit-ready institutional artifact.

Products

Product Lines

BLKBXS / UBR · MAND8 / UIR · DUE / ULR for banking, insurance, and legal workflows.

INK Receipts · The primitive

INK Receipts — the open evidence primitive.

An INK Receipt binds a machine action — its inputs, its issuer, its verification state — into a portable proof object structured by the BIL Kernel. Canonicalize, hash, sign, verify: the four movements that turn model output into institutional evidence.

Canonicalize
Same record. Same bytes.
Hash
Tamper-evident fingerprint.
Receipt
Bound to issuer and time.
Verify
Independent integrity check.

No hidden state. No silent mutation. Just evidence.

BANKABIL
Sample bankability packet

What a bankability packet contains.

ComponentPurpose
Decision recordThe AI-assisted decision, canonicalized as bytes.
Input manifestInputs, prompts, context, and referenced documents.
Policy contextThe control policy, version, and enforcement state.
Issuer bindingOrganization, system, and key identity that issued the receipt.
Timestamp proofSigned, auditable time of decision and bundle creation.
Cryptographic digestTamper-evident hash of the canonical record.
Verification resultIndependent integrity check output.
Export manifestReadable summary for bank, insurer, audit, or legal review.
Download sample packetPlaceholder — links to the Canapi dossier until the sample PDF is ready.
Developer wedge

Built for developers selling into regulated institutions.

Bankabil starts with the builder.

Developers at high-assurance startups can add evidence capture, receipt issuance, bundle export, and independent verification before they enter bank, insurer, legal, procurement, or risk review. The result is lower sales friction, faster institutional review, and a repeatable evidence format that travels with the product.

For developers

Built for developers at high-assurance startups.

Add verifiable evidence to regulated AI workflows without rebuilding your audit, compliance, or legal infrastructure from scratch.

  1. 01Canonicalize the decision.
  2. 02Hash the record.
  3. 03Issue the receipt.
  4. 04Bundle the evidence.
  5. 05Verify it anywhere.
bundle.rs
Evidence Bundle
let bundle = bankabil::decision(input)
    .canonicalize()
    .hash()
    .receipt()
    .bundle();

bundle.verify();
Developer infrastructure

Developer infrastructure for verifiable financial applications.

APIsSDKsCLISchemasVerifierRegistry
receipt.rs
INK Receipt
let bundle = bankabil::decision(input)
    .canonicalize()
    .hash()
    .receipt()
    .bundle();

bundle.verify();

Native SDKs, a verifier you can run anywhere, and open schemas. Build evidence directly into the workflows that issue, review, and defend decisions.

Read the BIL Kernel spec
Audience

One evidence layer. Multiple institutional users.

AudienceWhat they need
Banks
Defensible AI-assisted decisions
Insurers
Decision-useful risk evidence
Fintechs
Trust layer for enterprise adoption
Auditors
Portable records they can verify
Regulators
Clear reconstruction of decision logic and evidence
Developers
APIs, SDKs, schemas, verifier tools
Designed for regulated environments

Built to be examined.

Deterministic

Same input creates the same evidentiary representation.

Portable

Evidence moves outside the originating system.

Verifiable

Integrity can be checked independently.

Institutional

Built for audit, review, insurance, and governance.

BANKABIL provides compliance-supporting evidence infrastructure. It does not guarantee regulatory approval, insurance coverage, legal admissibility, or examiner acceptance. Outcomes depend on institutional controls, implementation, and review.

Dossiers

Choose your reading path.

Banktech investors

The Canapi Dossier — how Bankabil fits the banktech adoption bottleneck.

Read the Canapi Dossier →
Insurance-market reviewers

The MAND8 / Lloyd's brief — evidence for insurable AI risk.

Read the MAND8 / Lloyd's Brief →
Developers

The open-core evidence stack — INK Receipts, BIL Kernel, verifier.

View the open-core evidence stack ↗

Make AI bankable.

BANKABIL gives regulated institutions the evidence layer required to use AI with confidence, portability, and independent verification.