Banking and web3,
unified.
Katena Labs gives banks a single platform for accounts, payments, lending, custody, and tokenization — across traditional and decentralized rails.
Trusted by leading financial institutions
Two worlds. One platform.
Issue a card this morning. Settle a tokenized bond this afternoon. Katena connects the rails you already trust with the ones your customers are asking for.
- Accounts & cards
- SWIFT / SEPA payments
- Consumer lending
- KYC & AML
- Custody
- Stablecoins & tokenization
- DeFi lending
- On-chain settlement
Everything a modern bank needs.
Six building blocks. One integration.
Core banking
Accounts, cards, and payment rails for every major region.
Lending
Traditional consumer credit and on-chain DeFi lending, from one engine.
Custody
Institutional-grade custody for crypto and tokenized assets.
Tokenization
Stablecoins, tokenized deposits, and real-world assets at scale.
Compliance
KYC, AML, and transaction monitoring built for regulated institutions.
Developer APIs
A single SDK, white-label UI, and sandbox environment.
Go live in weeks, not years.
Integrate
Connect with our REST API or white-label SDK. Sandbox in minutes.
Configure
Pick the rails, products, and regions you need. We handle the rest.
Go live
Launch to customers with our compliance and ops team at your side.
Built for regulated institutions.
Audited, certified, and operating under the same regulatory expectations your risk team already has.
Coverage across EU, UK, US, and APAC.
A platform developers love.
Idiomatic SDKs, honest docs, and a sandbox that actually behaves like production.
import { Katena } from "@katena/sdk";
const katena = new Katena({ apiKey: process.env.KATENA_KEY });
// Issue a tokenized deposit
const deposit = await katena.tokenize.deposit({
amount: 1_000_000,
currency: "EUR",
chain: "ethereum",
});