All projects

BOBC — The Digital Boliviano

Bolivia's first stablecoin. Bank-backed, on-chain compliant, CRE-verified

DeFi & Tokenization CRE & AI Risk & Compliance

What it is

Bolivia has no stablecoin. Zero. A country of 12 million people, $1.4 billion in annual remittances, and not a single way to hold or move digital Bolivianos on chain.
It gets worse. In June 2025, Bolivia was placed on the FATF grey list, which is basically the global financial watchdog saying "this country has serious gaps in anti money laundering controls." That means banks face heavier compliance burdens, international transfers get more scrutiny, and regular Bolivians pay the price: 5 to 8 percent fees just to receive their own money from abroad.
BOBC changes that.
It's a stablecoin pegged 1:1 to the Bolivian Boliviano. Fully backed by real money sitting in a reserve bank account. But what makes it different from any other stablecoin is that every single mint is verified and compliance-checked on chain before the token even exists. Not after. Before.
Here's the flow:
You deposit Bolivianos into the reserve account. A Chainlink CRE workflow detects that deposit and kicks off a verification chain: it fetches the real time bank balance, publishes it on chain as a live Proof of Reserve feed, reads the current token supply, screens the recipient wallet for money laundering and sanctions risks (including AI powered pattern analysis), and only if the math checks out AND compliance passes does it mint the tokens. Every step runs across a decentralized oracle network with built in consensus. No single point of failure.
Then there's a second workflow running 24/7 as a safety net. Every 60 seconds it compares the bank balance to the on chain supply. If there's ever a gap, even a small one, an automated circuit breaker pauses the entire contract. No human needed. It just stops.
The invariant behind everything is simple: the money in the bank must always match the tokens in circulation. If it doesn't, nothing moves.
BOBC isn't just a token. It's compliant financial infrastructure for a country that the global system is actively making harder to serve. The reserves generate yield through low risk instruments, same proven model behind Circle's billion dollar revenue. Remittances first, then merchant payments, then payroll. The rails we're building today scale to all of it.

How it Works

Everything flows through two Chainlink CRE workflows. They're the trust layer between the bank and the blockchain.
WORKFLOW 1: Deposit to Mint (event triggered)
When our backend detects a new bank deposit, it fires an HTTP trigger that starts the CRE workflow. From there it's a chain of verifiable steps:
→ HTTPClient fetches the real time bank balance → Publishes that balance on chain as a custom Proof of Reserve feed → EVMClient reads the current BOBC total supply → HTTP call to an external compliance API for AML and sanctions screening → LLM call for deeper transaction pattern risk assessment → EVMClient writes the mint transaction to the smart contract
If any step fails, the whole workflow stops. No token gets created. Every step runs with consensus across Chainlink's decentralized oracle network.
WORKFLOW 2: Reserve Health Monitor (cron triggered)
This one runs every 60 seconds, no trigger needed other than time:
→ HTTP fetch of the bank balance → EVMClient read of on chain supply → Comparison logic → If collateral ratio drops below 100%, it calls the pause function on the contract
It's the always-on safety net.
SMART CONTRACTS
Solidity, deployed on a CRE supported testnet. An ERC-20 with access controlled mint and burn, plus a separate oracle contract that stores the reserve balance on chain.
WEB APP
app.condordev.xyz is where users create purchase orders, enter their wallet, and track everything. Backend handles order management, payment verification, and coordinates with the CRE workflows. Double entry ledger internally for full audit trail.
The key thing is that CRE isn't an add-on here. It IS the architecture. Without it there's no verifiable bridge between a Bolivian bank account and the blockchain. That's the whole product.

Links

Created by

  • Fabricio Jallaza
  • Manuel Elias
  • Claudio Condor