TL;DR

How it works

You deposit ETH or WETH into Avant’s minting contract and receive avETH, a plain token that holds no yield. Staking avETH mints savETH, an ERC-4626 vault share whose redemption value grows as the protocol pays yield in. The deployed contracts are a near-verbatim fork of Ethena’s USDe/sUSDe: the same single-admin access control, the same cooldown “silo,” and the same 8-hour reward-vesting schedule. Yield arrives when a privileged rewarder transfers avETH into the vault, lifting the share price; on-chain the price is simply the vault’s assets divided by its shares (convertToAssets(1e18) = 1.05382 avETH, 2026-08-20). There is no external oracle and no borrowing, so a savETH holder can never be liquidated — they can only absorb a loss if the share price falls. Chainlink price feeds and proof-of-reserves are described in the docs as “planned,” not live.

The yield is a single economic leg: carry from a managed delta-neutral book (short perpetual-futures funding against spot, lending-rate arbitrage, Pendle and LP positions), executed by third-party trading partners that Avant names only in part (0xPartners is one). That is short-volatility carry — positive most of the time, with a fat negative tail when funding inverts or a basis trade gaps. It is not an ETH staking yield, so if the strategies stop there is no floor underneath avETH; the token is only a claim on the book. As the book grows, the same funding is split over more capital, so the carry compresses.

The label-vs-exposure gap is the whole story here. The name and marketing read like stETH — “Ethereum-pegged, 1:1 ETH” — but on-chain the vault holds only avETH, and avETH’s backing is WETH swept to an off-chain custody address for basis trading. savETH sits senior to a small junior tranche, avETHx, which absorbs losses first and is paid an extra 10% of total strategy yield for doing so; that buffer is only about a tenth of the senior tranche (about 1,346 avETHx versus about 10,615 savETH, 2026-08-20), and the reserve-fund address published in Avant’s docs holds under 0.01 ETH on Ethereum.

Risks

Verified on-chain: contract lineage (Ethena fork), the single-EOA admin across token, vault and minter with no timelock, the 1-day cooldown, the 5,000-avETH/block mint-and-redeem caps, zero avETH DEX liquidity, tranche sizes, the near-empty balance of the reserve-fund address published in Avant’s docs, and the 1.0538 share price. Taken on trust: the strategy composition, off-chain custody / MPC key management, the fee schedule, the “no critical audit findings” claim, and any reserve held off Ethereum.

IDRiskMechanismSource + our delta
R1Single-key admin, no timelockOne externally-owned address (0xd4d2…57cb, nonce 163) is owner/admin of avETH, savETH and the minter. It can whitelist itself as minter and mint unbacked avETH, inject or withhold rewards, blacklist an address and seize its savETH (redistributeLockedAmount), and re-point custody — instantly, no delay.Docs describe MPC wallets and multisig treasury controls, but publish no signer set or threshold; on-chain there is no multisig and no timelock. Ethena runs these same roles behind a Gnosis Safe. Verifiable control is one key.
R2Off-chain backing, no proof of reserves100% of avETH backing is WETH swept off-chain into trading positions; no custodian is named, no attestation exists, Chainlink PoR is only “planned.” Backing is a discretionary promise, not verifiable collateral.No independent rater covers Avant. Exit trigger: leave if no third-party reserve attestation exists at the next review.
R3Gated, discretionary exit; zero secondary marketavETH has no DEX pool anywhere. The only exit is an off-chain redemption executed by Avant’s whitelisted redeemer (“often hours, up to 7 days”) after a 24-hour savETH cooldown, capped at 5,000 avETH/block. A gatekeeper role can disable redemptions outright.Ethena mitigates the identical design with deep sUSDe liquidity; Avant has none. Exit trigger: leave if observed redemption latency exceeds 7 days.
R4Strategy loss past a thin bufferShort-vol / basis carry has a negative tail. The junior avETHx tranche (about a tenth of the senior) plus a near-empty on-chain reserve fund absorb only a small first loss before savETH principal is impaired; the loss lands as a share-price haircut.Reserve-fund size is undisclosed and the Ethereum address is empty. Exit trigger: sustained decline in convertToAssets.
R5No avETH-specific contract auditThe deployed code is an Ethena sUSDe fork (audited upstream), but Avant’s Ethereum deployment has no published contract audit. Public audits cover the avUSD system and the bridge (Omniscia); Trail of Bits covers OPSEC only.Docs claim “no critical or high findings” but the report files are unlabeled and unattributed.
R6Young, thin, concentrated venueavETH has been live on Ethereum since August 2025, holding about $26M in savETH (roughly $29M across all avETH on Ethereum) spread over 79 holders; the wider protocol is 82% Avalanche avUSD. BVI foundation, seed-stage backing with no tier-1 VC, US users restricted.Protocol TVL fell about 35% in the Nov-2025 Stream contagion (met and recovered), but avETH was negligible then, so retention is untested and the holder base too thin to read.

Key-compromise threshold

Per the code, admin power is a single on-chain address behind no timelock; whether it is MPC-distributed off-chain is unattested and, either way, enforces no on-chain threshold or delay.

Liquidity & exit

Primary path: request redemption in-app; Avant’s whitelisted redeemer burns avETH and returns ETH from off-chain custody, “often within hours, up to 7 days,” and only after the 24-hour savETH cooldown. Backup path: none — avETH has no DEX liquidity to sell into. Worst-case latency: effectively unbounded — redemption is off-chain and discretionary, and the admin can extend the cooldown to 90 days or disable redemptions.

On-chain reads (2026-08-20): savETH.totalAssets = 11,185.95 avETH; convertToAssets(1e18) = 1.05382; maxRedeemPerBlock = 5,000 avETH; avETH DEX reserves = $0 (GeckoTerminal, no pools); the reserve-fund address published in Avant’s docs holds 0.0097 ETH.

Defensible size at current liquidity: effectively $0 while under review. There is no secondary market to haircut, so no slippage math applies — size is bounded entirely by trust in a single off-chain redemption desk, not by depth. Treat any position as fully illiquid and potentially freezable.

Stress scenario: “NOCA exits 50% in 7 days while peers also redeem.” Every redemption funnels through one desk unwinding off-chain basis positions, throttled to 5,000 avETH/block and to whatever the desk can liquidate. Correlated redemptions (the Nov-2025 pattern) queue; if the gatekeeper pauses redemptions, exit is indefinite. Hold only size you can afford to have frozen.

External reviews

No independent risk rating of avETH/savETH exists (no LlamaRisk, Exponential, Bluechip, DeFiScan, or Chaos Labs coverage found, 2026-08-20). Coverage is limited to the protocol’s own audit and security pages.