____ _ _ _ _ _ _ _ ____ _____ _ _ _ ____ _ ____ ____
| __ ) / \ | \ | | / \ | \ | | / \ / ___|_ _|/ \ | \ | | _ \ / \ | _ \| _ \
| _ \ / _ \ | \| | / _ \ | \| | / _ \ \___ \ | | / _ \ | \| | | | |/ _ \ | |_) | | | |
| |_) / ___ \| |\ |/ ___ \| |\ | / ___ \ ___) || |/ ___ \| |\ | |_| / ___ \| _ <| |_| |
|____/_/ \_\_| \_/_/ \_\_| \_| /_/ \_\ |____/ |_/_/ \_\_| \_|____/_/ \_\_| \_\____/
π€ FRUIT IS METAL π€
"Nixon took us off gold. We're on bananas now." β The Banana Standard, est. 2025
BAN is a peer-to-peer electronic fruit system. Mine it on your phone. Send it via QR code. No accounts. No servers. No KYC. One BAN equals one banana. Forever.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β 1 BAN TODAY = π (one banana) β
β 1 BAN TOMORROW = π (one banana) β
β 1 BAN IN 1M YRS = π (one banana) β
β β
β INFLATION? NEVER HEARD OF HER. β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
1879β1971 THE GOLD STANDARD $1 = fixed gold Purchasing power: STABLE
1971 NIXON SHOCK "trust me bro" Purchasing power: -85% π
2025 THE BANANA STANDARD 1 BAN = 1 π Purchasing power: PRESERVED
- Mine β Your phone does proof-of-work and earns BAN
- Send β Generate a QR code encoding a signed transfer
- Receive β Scan the QR code, signature verified, BAN credited
- No server required β Exchange happens phone-to-phone, in person, like cash
Read the full technical spec: WHITEPAPER.md
banana-standard/
βββ app/ Flutter mobile app (iOS + Android)
βββ core/ Python P2P node (wallet, mining, gossip)
βββ bootstrap/ VPS bootstrap node for peer discovery
βββ docs/ Architecture and protocol docs
βββ WHITEPAPER.md The Banana Standard technical paper
βββ ROADMAP.md v0.1 β v1.0 development plan
βββ CHANGELOG.md Release history
cd core
pip install -r requirements.txt
python -m api.main
# Node running at http://127.0.0.1:6969cd app
flutter pub get
flutter run
# Connects to local node automaticallyOpen the app β tap Mine β select difficulty β tap START MINING
Your phone is now producing value, pegged to the world's most important commodity.
| Allocation | Amount |
|---|---|
| Founder reserve | 2,100,000 |
| Community mining | 18,900,000 |
| Total | 21,000,000 |
The founder allocation is documented in core/ban/genesis.py. The address is public. The private key is offline. No surprises.
| Version | Status | Theme |
|---|---|---|
| v0.1 | β Current | Local wallets, QR transfers |
| v0.2 | π§ Building | Gossip network, shared ledger |
| v0.3 | π Planned | Kademlia DHT, no bootstrap dep |
| v0.4 | π Planned | Ring sigs, stealth addresses |
| v0.5 | π Planned | Rust core, flutter_rust_bridge |
| v1.0 | π Planned | Audited, 21M supply confirmed |
Full details: ROADMAP.md
See CONTRIBUTING.md. All skill levels welcome. We especially need:
- Python networking (gossip, DHT)
- Rust (for v0.5 rewrite)
- Flutter/Dart
- Cryptography review
- People who know a lot about bananas
MIT β see LICENSE
Is there a server? No. Can you print infinite BAN? In v0.1, yes. In v0.2+, no β the network enforces scarcity. So the current version is basically a signed IOU system? Yes. Welcome to the banana standard.