Built in the Open

We build our banking infrastructure in the open: open-source libraries and source-available platforms. Read the code, audit the design, and see how we work.

Banks adopt infrastructure they can trust. Publishing our code lets a prospective customer's engineers see exactly how money moves and how balances reconcile before they sign anything. It is also how good infrastructure earns its place: out in the open, where anyone can check the work.

Auditable

Every line that handles a balance is open to inspection.

Foundational

Reusable Rust libraries, not a black box.

Proven

The same code that ran a Bitcoin wallet for millions.

How our code is licensed

Two models, both public. Our libraries are released under standard open-source licenses (Apache 2.0, MPL 2.0, MIT), and you can use them freely. Our product platforms, including Lana, are source-available under the Business Source License (BSL 1.1): read, modify, and run them for non-production use today, and each release converts to Apache 2.0 four years after it ships. Production use is licensed commercially.

The Platforms

The products and services financial institutions deploy. The license chip on each card shows the exact terms.

Rust Source-available · BSL 1.1

Lana by Galoy

A Bitcoin-backed lending platform that runs the full loan lifecycle, from origination through real-time loan-to-value monitoring, margin calls, and liquidation. Double-entry accounting and institutional governance controls are built in.

lana-bank
Rust MPL-2.0

Bitcoin Wallet Infrastructure

Wallet infrastructure for services that move on-chain Bitcoin at scale. It handles UTXO management, transaction batching, fee estimation, and signing behind a clean API, and serves as the payments backbone of the stack.

bria
Rust Apache-2.0

Double-Entry Accounting Ledger

A double-entry accounting ledger built for high-throughput financial applications. Strongly typed and SQL-backed, it is designed so balances always reconcile, which makes it the bookkeeping core beneath lending and payments.

cala

The Foundations

Lower-level Rust libraries we extracted from production and maintain as standalone open source.

Rust Apache-2.0

es-entity

A framework for persisting event-sourced entities in PostgreSQL. Brings event sourcing to a familiar relational database without giving up SQL queries or transactional guarantees.

es-entity
Rust Apache-2.0

job

A durable background job runner backed by PostgreSQL. It schedules and retries asynchronous work like settlement, monitoring, and reporting, with the same transactional safety as the rest of the system.

job
Rust PostgreSQL

obix

Outbox and inbox patterns implemented in Rust. It makes message passing between services reliable and exactly-once, solving a problem that every event-driven system eventually runs into.

obix

Bitcoin & Lightning Heritage

Projects that established our track record running real Bitcoin and Lightning systems in production.

TypeScript MIT

Blink

The Lightning-native Bitcoin wallet Galoy built and scaled to hundreds of thousands of users, including a country-wide deployment. Much of the infrastructure on this page was proven here first.

blink
Rust Lightning

Dollar Stability Engine

Keeps a Bitcoin balance stable in dollar terms using a derivatives hedging strategy settled over Lightning. A self-contained engine for dollar-denominated accounts on a Bitcoin rail.

stablesats-rs
TypeScript Proof of reserves

Proof of Sats

A library implementing proof-of-liabilities, so a custodian can prove what it owes its customers without exposing individual balances. Transparency primitives for Bitcoin custody.

proof-of-sats

For Engineers

If you are looking at these repos before a conversation with us, here is what they show about how we build:

  • Rust across the stack, from the accounting ledger to the job runner
  • Event sourcing on PostgreSQL, with correctness treated as a first-class concern
  • Double-entry accounting that has to reconcile, every time
  • Clean service boundaries, typed APIs, and reproducible builds

Working Here

We are a remote-first team of builders developing banking software for the Bitcoin Age. The code on this page is what we actually run. Read it, audit it, and build on the open-source pieces. If you like what you read, we would like to hear from you.

See the whole picture

Forty-plus repositories, from production platforms to the small libraries that hold them together.