Verifiable Reputation
for Onchain Finance
Turn static identities and raw transaction histories into dynamic, privacy-preserving credit scores. Built natively on Whitechain L2 using WB Soul anchors and SOVA cryptographically-secure attestations.
Multi-Wallet Resolution
Resolves primary and up to 4 secondary linked wallets per WB Soul ID to aggregate behavioral histories under one credit profile.
Ecosystem Anchor
Directly queries Whitechain's native identity registry for verification checks, WBT staking tiers, and SoulDrop status.
Salted Cryptographic Evidence
Uses salted hashes to commit transaction and repayment histories. Real values remain offchain; only cryptographic proofs exist on the public registry.
Instant revocability via Epochs
Issuers can rotate keys and invalidate previous claim sets globally in a single, zero-gas transaction using epoch markers.
Integrate reputation checks directly into your lending pools or access controllers. The getScore() call runs offchain using our high-performance SQLite engine or onchain via oracle relays.
interface ISoulScore {
function getScore(uint256 soulId)
external view returns (uint256);
}
SoulScore Sandbox
SIMULATEDProject Roadmap
Our milestone-based delivery plan taking Sova Protocol from testnet validation to a fully audited Mainnet launch.
Reconnaissance
Whitechain Sepolia L2 validated. WB Soul contracts mapped. Core registry deployed and verified.
Specification
Freezing the v0.1 scoring formulas, parameter normalization, time-decay weights, and anti-farming rules.
Smart Contracts
Writing and deploying SoulReader and ReputationOracle contracts on Whitechain Sepolia.
Data Engine
Upgrading the SQLite indexer for WB Soul events, setting up the feature store and scoring database.
Product Release
Releasing user reputation dashboard, query APIs, and a demo lending integration dApp.
Mainnet Launch
Independent Hacken contract security audit completion and full deployment to Whitechain Mainnet.