Flokicon
Flokicon is the native currency and high-speed settlement layer deeply integrated into the Zapf ecosystem.
While Zapf natively supports Bitcoin directly over the Lightning Network, it is architected with multi-currency routing capabilities. Flokicon operates as a parallel, specialized currency for low-friction, high-velocity micro-transactions.
Denominations
To facilitate precise micro-tipping over Lightning, Flokicon employs a standard denomination hierarchy similar to Bitcoin's Satoshi schema:
| Unit | Sub-unit Equivalent |
|---|---|
1 loki | 1 Flokicon |
1 mloki | 0.001 loki (Milli-loki) |
Like Bitcoin handling millisatoshis on the Lightning Network, the Zapf Master Node routes and settles transactions denominated down to the mloki level.
Lightning Network Integration
Flokicon is natively supported within Zapf's LUD-06 and LUD-16 LNURL flows.
When a user profiles configures Flokicon as their preferred receiving currency, the Identity Authority (IA) automatically injects a specialized routing metadata tag into the LNURL payRequest response:
{
"chain/flokicoin": "true",
"minSendable": 1000,
"maxSendable": 50000000000
}
This signals to multi-chain aware NWC wallets that they should generate a Flokicoin Lightning Invoice (lnfloki1...) instead of standard Bitcoin (lnbc1...), allowing the transaction to settle on the Flokicon rails instantly with near-zero fees.