# BondFoundry > An MIT-licensed AI assistant for the buy-side fixed-income desk — and the working reference implementation of the FINOS AI Governance Framework v2.0. Self-hosted, Claude-backed, with hash-chained audit logs, HMAC-signed HITL approval envelopes, and a pure-function policy gate that produces verbatim rule citations on every blocked action. BondFoundry sits alongside an existing OMS (it is *not* a replacement for BlackRock Aladdin, SimCorp Dimension, Charles River, or Bloomberg AIM). It is governed by a single pure-function policy gate, every action passes through that gate, every decision is written to a Postgres-enforced append-only audit chain with sha256 row chaining, and every audit row carries a `framework_ref` pointing to the FINOS AIGF v2.0 risk and mitigation it satisfies. Coverage status: 23 of 23 AIGF v2.0 risks mapped. CI build fails any PR that drops coverage below 85%. ## Platform pillars - [Policy gate](https://bondfoundry.neullabs.com/platform/policy-gate): pure function `decide(action, context) -> Decision`. No I/O, deterministic, tier-routed by reversibility (T0 read-only, T1 reversible, T2 single-HITL, T3 dual-HITL + irreversible). - [Audit chain](https://bondfoundry.neullabs.com/platform/audit-chain): append-only at the database layer (Postgres triggers reject UPDATE/DELETE) with sha256 hash chain across rows for Tier-3 tamper-evidence. - [HITL approval envelopes](https://bondfoundry.neullabs.com/platform/hitl-envelopes): HMAC-signed, server-generated, scoped to action + identity. The agent cannot forge them. - [AIGF coverage gate](https://bondfoundry.neullabs.com/platform/aigf-coverage): CI-enforced 85% AIGF coverage minimum, generated by `bondfoundry-finos coverage`. ## Audiences - [For the buy-side desk](https://bondfoundry.neullabs.com/buy-side): operational velocity + materiality-tier governance for PMs, traders, treasury. - [For engineers and CTOs](https://bondfoundry.neullabs.com/engineers): architecture, MCP boundary, Postgres immutability, fastworker control plane. - [For quants and AI architects](https://bondfoundry.neullabs.com/quants): pure-function policy gate, four-dimension eval harness, model-agnostic design. - [For FINOS and compliance reviewers](https://bondfoundry.neullabs.com/finos): the reference implementation, cross-framework mapping, auditor evidence kit. ## Articles - [How to Build an AI Agent Your Auditor Will Actually Approve](https://bondfoundry.neullabs.com/blog/auditor-approved-ai-agent) - [The Four Pillars of Governed AI in Finance](https://bondfoundry.neullabs.com/blog/four-pillars-governed-ai) - [Materiality-Driven Access Control: Why Tier Routing Matters for Bond Desks](https://bondfoundry.neullabs.com/blog/materiality-tier-routing) - [Why Fixed-Income Desks Need FINOS AI Governance Now](https://bondfoundry.neullabs.com/blog/finos-aigf-fixed-income) - [Curve Provider Architecture for Multi-Source Bond Markets](https://bondfoundry.neullabs.com/blog/curve-provider-architecture) - [Evaluating Agentic AI: The Four-Dimension Battery](https://bondfoundry.neullabs.com/blog/four-dimension-eval-battery) - [FIX Gateway as AI: Connecting Your OMS to Claude-Backed Quant Analysis](https://bondfoundry.neullabs.com/blog/fix-gateway-as-ai) - [Open-Source vs Vendor SaaS: Building Your Own Governed AI Desk](https://bondfoundry.neullabs.com/blog/open-source-vs-saas-ai-desk) ## Reference - [About](https://bondfoundry.neullabs.com/about) — what BondFoundry is and isn't, license, contributors - [Book a walkthrough](https://bondfoundry.neullabs.com/book) — 20-minute demo - [Full-text dump for LLM ingestion](https://bondfoundry.neullabs.com/llms-full.txt) - [GitHub repository](https://github.com/neullabs/bondfoundry) — MIT-licensed source - [RSS feed](https://bondfoundry.neullabs.com/rss.xml)