Roadmap
Last updated: June 7, 2026
What is live on chain today, what is shipping in the next 30 days, and what sits in the backlog or behind a named blocker. Every public surface is linked.
For the live values right now, /api/apy, /api/por, and /api/risk-status are the canonical truth surfaces.
Live on chain today
kUSD Peg Stability Module
/api/statsSynthetic dollar minted at 1:1 against USDC through an on-chain PSM with a 10 bps mint fee. First mint shipped 2026-05-14 (supply went 0 to 0.312455 in a single tx).
Delta-neutral Hyperliquid hedge
/api/risk-statusAutonomous bot opens a short perpetual position against the vault's ETH leg, sized to keep delta deviation under the 5% tolerance. Single hedge venue today; multi-venue is a scaling step in the backlog.
Hourly signed proof of reserve
/api/porBot publishes a signed JSON attestation every cycle. Total assets, total liabilities, solvency ratio, and delta deviation are all attested with the strategist key and persisted in the on-disk PoR archive.
Live APY methodology
/api/apyComputed every minute as leverage times (Lido staking SMA + Hyperliquid 180-day trailing funding), net of strategy costs, insurance allocation, and protocol fee. The methodology string in the response cites the exact source files the formula reads from.
24-hour funding forecast
/api/forecastLinear forecaster trained on two years of hourly funding data. Refreshed every 30 minutes by the bot. Gated by an isLive freshness flag that returns null when the upstream is stale.
Opal Genesis fragment ledger
/opalHourly fragment accrual at 100 frags per kUSD per hour, with a 10% referrer bonus. Backed by a Postgres ledger on the Kerne VPS with TLS verify-full and hostssl-enforced authentication, hardened 2026-05-15.
skUSD staking
app.kerne.fi/stakeStaking vault deployed at 0xdEd74F7E on 2026-05-11. Source verified on Sourcify (full match, 2026-05-14). Frontend Stake tab live on app.kerne.fi since 2026-05-14. Role rotation to 2-of-3 Safe (DEFAULT_ADMIN) and bot strategist (STRATEGIST) executed 2026-05-18.
Adversarial and comprehensive audits
/security/auditsTwo public audits across all 80 contracts in May 2026. Both reports plus the resolution status of every critical and high-severity finding are published.
Bug bounty program
/securityPublic scope and payout schedule. Reports go to kerne.systems@protonmail.com.
Shipping in the next 30 days
Aerodrome kUSD/USDC pool
Gauge proposal for a kUSD/USDC stable pool on Aerodrome (Base). Forum thread and initial seed liquidity preparation in progress.
Coingecko and CoinMarketCap kUSD listings
Submission packets prepared; assisted submission flow running through the canonical kerne.systems support thread for both aggregators.
External audit firm engagement
/security/auditsPreparation package complete; firm selection in progress. The audit firm name and scope will be published on /security/audits when the engagement is confirmed.
KerneVault PAUSER_ROLE grant
/security/auditsKerneVault has no live PAUSER_ROLE holder (legacy holder was revoked 2026-04-17). Auto-pause from the sentinel needs a Safe-signed grantRole(PAUSER_ROLE, Safe) followed by an operational pause smoke. Queued for the next 2-of-3 Safe convening. The skUSD role rotation listed alongside this item shipped 2026-05-18, see /security/skusd-admin-status.
Backlog and quarantined
KerneVault v1 to v2 redeploy
/security/auditsLive v1 WETH vault has a documented share-supply degraded state (totalSupply approximately 4.87e36 kLP versus 0.119 WETH backing). New WETH deposits are guarded by the isVaultDegraded flag; the v2 redeploy spec is written. PSM mint path is unaffected and remains the live revenue surface.
KerneOracleRouter deployment
/api/risk-statusDual-feed Pyth and Chainlink oracle router with 200/500 bps tolerance is shipped in source but not yet deployed to Base. PSM today still reads single-feed Chainlink with the 1-hour staleness window.
Pendle PT/YT integration for skUSD
Yield tokenization on Pendle once skUSD has sufficient TVL and a verifiable APY history. Spec preparation in progress.
Morpho isolated lending market
Curator engagement in progress with Gauntlet and Steakhouse. Listing is gated on a TVL milestone and on the external audit firm engagement landing.
kUSD on Ethereum mainnet via LayerZero OFT
/security/auditsThe cross-chain bridge stack is currently quarantined per the 2026-05-08 adversarial audit. Mainnet OFT deployment is deferred until that quarantine clears.
Additional hedge venues
Today the bot hedges on Hyperliquid only. Adding redundant venues is a scaling step gated on a TVL milestone and on the bot multi-venue refactor.
This page is the authoritative roadmap. Internal documentation at /docs and the runbook chapters provide deeper detail, but this page plus the four live API endpoints (/api/apy, /api/por, /api/risk-status, /api/forecast) are the canonical surfaces. Drift between the marketing surface and the operational surface is the protocol's worst-case bug. If any of these surfaces disagree, please email liam@kerne.fi directly.