Enter app
LegacyStackVault protocol v1.0Overcollateralized OCTSepolia testnet

The vaultthat outlivesthe wallet.

An overcollateralized vault protocol with a continuity layer built in. Mint dollar-pegged OCT against ETH or WBTC, backstop the system through the Stability Pool, and program a deterministic on-chain plan for what happens if you stop checking in.

Protocol token
OCT
Collateral
ETH · WBTC
Oracle
Chainlink
Manifesto

Three ruleswe refuseto break.

LegacyStack is opinionated on purpose. The product is shaped by the kind of capital that asks better questions about counterparty risk, succession, and discipline.

  1. 01

    Custody alone is not a plan.

    A wallet protects keys. A protocol should protect outcomes. LegacyStack treats inactivity as a first-class event, not a bug to ignore.

  2. 02

    Borrowing should not require trust in a company.

    OCT is minted only against locked ETH and WBTC — overcollateralized, redeemable on-chain, and governed by parameters in code, not off-chain reserve attestations.

  3. 03

    Inheritance should not require lawyers.

    Heirs are configured on-chain with allocation rules, inactivity windows, and per-user reserves. Execution is permissionless once the conditions are met.

Inside the interface

Less dashboard.More cockpit.

Every operator surface is built for clarity at scale: vaults, collateral, debt, health, heirs, and automation, all readable in a single glance.

preview
Vaults
Collateralized positions
4 active
TVL
$1.42M
OCT supply
69.4k
Avg health
1.87
Recovery
Idle
System TCR · 30d
286.4%
Trove IDCollateralDebtHealthLTV
0x4f1…ae212.5 ETH9,800 OCT2.3441%
0x9c0…b130.42 WBTC11,200 OCT1.7852%
0x21a…7d44.0 ETH · 0.1 BTC6,400 OCT1.4165%
0xee2…0a130 ETH42,000 OCT1.9647%
Surfaces

Every screen.One discipline.

A consistent interaction model across vaults, borrowing, the stability pool, inheritance, automations, and redemptions. No fragmented mental models.

Specification

Read the code.Then read it again.

We publish parameters, oracle topology, and operational defaults up front. No marketing-only numbers. Everything below is enforced by the contracts.

Min CR
150%
Liquidation CR
110%
Recovery CR
150% system
Gas comp
200 OCT
Borrow fee
0.5%–5% dynamic
Redemption fee
0.5%–5% dynamic
legacystack.spec.yamlverified
# Live protocol parameters protocol:  name:        "LegacyStack"  stablecoin:  "OCT"  network:     "sepolia"  peg_target:  "1.00 USD" collateral:  - symbol: "ETH"    min_cr: 150    liq_cr: 110  - symbol: "WBTC"    min_cr: 150    liq_cr: 110 oracle:  primary:    "chainlink"  fallback:   "in-house aggregator"  staleness:  3600s  deviation:  5%  sequencer:  "l2-uptime checked" inheritance:  enabled:           true  inactivity_window: 365d  // configurable  heir_cap:          10  debt_reserve:      "per-user, isolated" monitoring:  liquidation_bot:  true  alerts:           ["defender", "tenderly"]  soak_test:        "sepolia · 7-day rolling"
Audit posture

Security isthe product.

A loop of test, audit, fix, re-run. Engineered for the failure modes that destroyed prior vault protocols — and instrumented so an operator can prove it on demand.

  1. 01

    Internal audit pass · complete

    Slither, full unit suite, and adversarial scenarios across borrowing, redemption, liquidation, and inheritance.

  2. 02

    Invariant & stateful fuzzing

    System-wide invariants — including OCT supply ≥ debt, accounting integrity, and inheritance reserves — proven across thousands of randomized actor sequences.

  3. 03

    Oracle hardening

    Chainlink primary with staleness, deviation, and sequencer-uptime checks. Fallback feed plus pause-on-stale gating before sensitive operations.

  4. 04

    Liquidation bot + alerting

    First-party keeper, OpenZeppelin Defender autotask template, and Tenderly alert rules included.

  5. 05

    Sepolia soak

    Continuous on-chain smoke and soak scripts validate every release before mainnet promotion.

Private beta · Sepolia

Vault collateral. Mint OCT. Program inheritance — onboarding soon.

Testnet only · not investment advice · audit before mainnet promotion