Genesis Phase Live: 0% Performance Fees • Delta Neutral

Genesis Phase Live: 0% Performance Fees • Delta Neutral

Genesis Phase Live: 0% Performance Fees • Delta Neutral

Genesis Phase Live: 0% Performance Fees • Delta Neutral

Kerne Logo
Documentation

Vault Architecture (ERC-4626 Standard)

The KerneVault

The KerneVault is the primary deposit and withdrawal interface for the protocol. It is built on the ERC-4626 tokenized vault standard, the industry standard for yield bearing vaults in DeFi.

Why ERC-4626?

ERC-4626 is a widely adopted standard that defines how vaults accept deposits, track shares, and process withdrawals. Because Kerne uses this standard, kUSD and the vault itself are automatically compatible with a broad range of DeFi protocols, aggregators, and tools. Any application that supports ERC-4626 vaults can integrate with Kerne without custom development.

This matters because it means kUSD is not an isolated token. It plugs into the existing DeFi ecosystem from day one. Lending protocols, yield aggregators, portfolio trackers, and other tools that support ERC-4626 will recognize and work with kUSD automatically.

Non Custodial by Design

The vault is non custodial. Your assets are held by audited smart contracts on Base, not by any company or individual. You retain the cryptographic right to initiate withdrawals at any time. The protocol cannot selectively prevent individual users from withdrawing their collateral.

This is a fundamental design principle. We never take custody of your assets. The smart contracts hold them, and only you (through your wallet) can initiate a withdrawal.

Technical Details

All smart contracts are written in Solidity 0.8.24 and built using OpenZeppelin v5.0, the industry standard open source library for smart contract security primitives. Contracts are deployed and verified on BaseScan, meaning the source code is viewable by anyone at any time.

Key security features of the vault architecture:

  • Role based access control with strictly scoped permissions (distinct roles for strategy management, emergency pausing, and routine operations)
  • Multi signature governance requiring consensus for any structural changes
  • Timelocks on administrative actions so changes are visible before they take effect
  • Per asset deposit caps for gradual, controlled scaling
  • Automated circuit breakers for adverse market conditions
  • Dual oracle system for price feed integrity
  • EIP 2612 permit support for gasless approvals