MAINNET· en service depuis 2020BLOC #32,731,548FINALITÉ 5.00sOPS / BLOC 0VALIDATEURS 11 · 5 ORG.TOTAL XBN 369B XBNEN CIRCULATION 74.10B XBNCONSENSUS HFBA · FINALITÉ 3 À 5 SMAINNET· en service depuis 2020BLOC #32,731,548FINALITÉ 5.00sOPS / BLOC 0VALIDATEURS 11 · 5 ORG.TOTAL XBN 369B XBNEN CIRCULATION 74.10B XBNCONSENSUS HFBA · FINALITÉ 3 À 5 S
Bantu
AboutFor Developers

Build on a chain that settles in seconds.

Bantu is a Layer-1 blockchain on Harambee Federated Byzantine Agreement consensus. No mining, no staking-based validator selection, no probabilistic confirmation — actual finality in 2–4 seconds, fees from 100 Spirits per operation, native asset issuance and a built-in DEX at the protocol layer. Build in Go, Java, or Flutter/Dart, or hit the Horizon REST API from anywhere.

Finality
2–4 seconds

Actual finality via federated quorum voting — not probabilistic confirmation.

Min fee
100 Spirits

0.00001 XBN per operation. Micropayment workloads are viable.

Supply cap
369 B XBN

Hard-capped native utility token. 1 Spirit = 0.0000001 XBN.

SDKs
Go · Java · Dart

Plus a REST API (Horizon) accessible from any language.

//Protocol design

Harambee Federated Byzantine Agreement.

HFBA is what makes the rest possible. Known validators. Quorum voting. Finality in seconds. Suited for payment, settlement, and asset-issuance workloads where speed and cost predictability matter more than censorship resistance at the mining layer.

No mining

No Proof-of-Work. No energy-intensive competition to produce blocks.

No staking-based selection

Validators are chosen on trust and reputation within the network's quorum, not on capital lock-up.

Federated quorum voting

Consensus is reached among known validator nodes, producing transaction finality in 2–4 seconds.

Cost-predictable

100 Spirits (0.00001 XBN) per operation. Fees do not balloon under congestion.

// XBN — network utility token

XBN powers every operation. Spirits are the unit of count.

Every transaction requires a small XBN fee. The smallest unit is the Spirit. Total supply is hard-capped — no future inflation, no dilution by design.

Unit
1 Spirit = 0.0000001 XBN
Supply
369,000,000,000 XBN
Min fee
100 Spirits / op
//Developer infrastructure

The full stack — node, API, SDKs, sandbox.

Five pieces. Each one independent. Pick the layer you need. The hosted Horizon is enough for most apps; the Core node is there when you need it.
01

Bantu Core

The node software that connects to the Bantu peer-to-peer network and maintains the shared distributed ledger. Run your own for production deployments, high-availability access, or to contribute to decentralisation. You do not need to run a node to build — a hosted Horizon is sufficient for most apps.

02

Horizon

The REST API surface to Bantu. Translates Bantu Core's internal data structures into clean JSON. Submit signed transactions, query balances and history, stream real-time ledger events via SSE, interact with the built-in DEX.

03

SDKs

Go, Java, and Flutter/Dart — official, published under github.com/bantublockchain. Covers key management, account creation, transaction construction and signing, and asset operations.

04

Bantu Laboratory

A developer sandbox for testing transactions and wallet operations against testnet and mainnet without risk, and for exploring the ledger programmatically.

05

Bantu Blockchain Explorer

Real-time, public visibility into all network activity — accounts, transactions, assets, operations, and node status. Available to anyone, no auth required.

//What you can build

Primitives, not promises.

Every capability listed below is a protocol primitive — built into the chain, not bolted on as a smart contract that could contain bugs or be unilaterally upgraded.
Issuance

Digital asset issuance.

Any account on Bantu can issue custom assets in a few lines of code using the protocol's native asset primitives. Stablecoins, tokenised commodities, reward tokens, carbon credits, equity instruments — configurable with authorisation flags that control who may hold or trade, whether the issuer can freeze balances, and whether clawback is enabled. Suitable for regulated asset classes that require lifecycle control.

Anchoring

Fiat on/off ramps.

Bantu's anchor model connects on-chain assets to external banking and payment rails. An anchor maintains a 1:1 reserve of an off-chain asset (naira, cedis, kwacha) and issues the equivalent on-chain. Users deposit through the anchor's off-chain rails and receive on-chain assets, and vice versa. The architecture that makes Bantu a practical bridge between bank rails and digital-asset rails.

DEX

Decentralised exchange.

A DEX built into the protocol layer. Any Bantu-issued asset can be listed and traded without deploying a separate smart contract. Path payments allow multi-hop trades — a sender can denominate in one asset while the receiver gets a different one, with conversion handled atomically.

Cross-chain

AMTP — Automated Multi-chain Transfer Protocol.

Bantu-issued assets — including regulated assets like cNGN — move across Ethereum, Polygon, BSC, Base, Tron, and other networks via AMTP. Extend reach beyond the native network without sacrificing the compliance properties set at issuance.

Permissioned

Private deployments.

The same Bantu protocol deployed as a credentialed, access-controlled network. The mode used by regulated financial institutions and multilateral systems. Same speed and finality as the public network, with the access controls regulated environments require.

// Getting started

Account, asset, anchor — in an afternoon.

Spin up a testnet account, mint an asset, point an SDK at Horizon, sign a transaction. The full developer documentation walks every step.