Identity fraud costs South African businesses over R10 Billion annually. Traditional identity systems rely on easily forgeable paper documents, static passwords, or centralized databases vulnerable to massive data breaches.
OneFinger™ solves identity fraud at the source by combining client-side biometric encryption (hardware enclaves, WebAuthn passkeys, FIDO2) with the immutable Apertum EVM Blockchain. The ROYI (Return On Your Investment) Token creates a sustainable economic feedback loop where every biometric verification generates organic network fees, fueling real-yield staking payouts and continuous token burns.
- Biometric data stored in central vulnerable databases
- Users pay high fees for verification services
- No shared economic upside for participants
- Single point of failure & vulnerability to leaks
- Zero-Knowledge biometric hashes — raw data never leaves device
- Gasless UX — server Paymaster sponsors EVM execution
- Real-Yield Economics — 50% verification fees to ROYI stakers
- Deflationary Supply — 30% fees automatically burned forever
The ROYI Token operates with a fixed cap of 1,000,000,000 ROYI. Unlike inflation-based yield tokens, ROYI yield is strictly backed by real transaction revenue generated whenever banks, retailers, medical facilities, or enterprise clients verify user identities.
The system relies on three audited Solidity smart contracts deployed on the Apertum EVM Subnet (ChainID: 8847):
ROYIToken.sol
ERC-20 standard token with burn capabilities, owner minting controls, and DEX liquidity pair integration with USDT.
OneFingerStakingVault.sol
Handles time-weighted staking, reward distribution calculations, and lock duration bonus multipliers for ROYI token stakers.
VerificationLedger.sol
Central ledger enforcing fee collection, biometric hash registration, and automatic 50/30/20 fee routing.
Solidity Smart Contract Revenue Routing Logic
To provide a friction-free experience, users never pay gas fees when completing biometric identity checks.
The shield-backend acts as an ERC-4337 style Paymaster, sponsoring gas fees and submitting signed cryptographic proofs to the Apertum network.
User scans fingerprint / passkey on device enclave. Raw biometric template is converted to a one-way cryptographic SHA-256 hash.
Backend verifies user passkey signature, signs the payload using the server wallet, and packages the attestation transaction.
Transaction broadcasts to Apertum EVM Subnet in < 1 second. Verification hash is recorded immutably and fee split executes.