USDe · Question revision 2
What risks exist across USDe's mechanisms, smart contracts, protocols, integrations, and counterparties, and how can those risks combine and propagate through the system?
Research dated September 11, 2026 · Source review, not a live deployment certification
What do you actually
get back?
USDe, staked USDe and a token built on top of them can lead to different exits. The important question is not only what they are worth, but what asset reaches you—and when.
USDe is designed to stay near a dollar. sUSDe is a share in a staking contract holding USDe, with rewards reflected in that share’s accounting. A principal token, or PT, adds a maturity claim; a loan adds debt. These are not interchangeable promises. Ethena’s backing overview; inspected staking source; Pendle’s PT explanation.
The boundary of this report: the source paths and documents below were inspected. Their current deployed implementations, settings, balances and sale liquidity were not independently verified. No present-day yield, backing ratio or safety score is offered.
1. Holding USDe: selling and redeeming are different
A sale needs another market participant, available liquidity and an acceptable price. Issuer redemption is a separate route with access rules. Ethena’s public terms distinguish ordinary Holding Users from eligible Mint Users. Owning the token does not automatically place you in the second group. USDe terms, updated August 2025.
For eligible users, the terms describe a reserve-based claim capped at one dollar, with conditions, rather than an unconditional promise to deliver a dollar immediately. The Mint User Agreement also addresses title to reserves and gives no unconditional redemption-timing warranty. A token balance is not the same thing as a bank deposit or direct ownership of a particular custody asset. Terms, including sections 2 and 14; Mint User Agreement, including sections 3 and 18.
Ordinary market exit: USDe → buyer or liquidity pool → the asset paid by that market.
Eligible issuer route: USDe → accepted redemption process → supported collateral delivery.
Those routes support one another only when the intermediaries can actually operate. Eligibility, fees, processing, available collateral and a buyer’s price matter. A discount can reflect difficult access without proving that the whole system is insolvent; assets valued above obligations do not prove that everyone can sell at par today. This distinction is the starting point for the rest of the report.
What the inspected issuance code establishes
The historical USDe token source lets its owner replace the minter. Its selected V1 mint contract adds signed orders, role permissions, nonce checks and per-block limits, and can disable minting and redemption. Those limits protect that path; they do not by themselves bind a token owner choosing a different minter. USDe token; Mint V1; admin source.
Current Mint V2 documentation describes additional checks. We did not establish its deployed-source equivalence. The two issuer documents also disagree about the signer threshold for the same linked development Safe. Neither description is promoted here to current state. Mint V2 documentation; address list; architecture.
2. Staking: a second asset, then a second clock
Staking does not turn USDe into cash. In the selected sUSDe source, rewards are added to a vault and released into its accounting over time. The sUSDe balance represents shares: the amount of USDe associated with them depends on the conversion calculation, not a fixed one-token-for-one-token assumption. staking accounting; selected ERC-4626 conversion dependency.
The inspected cooldown path burns shares and moves USDe into a separate holding contract, the silo. The claim is then for that requested USDe amount, not continuing participation through the burned shares. Release depends on the recorded end time or the global cooldown being switched off. We have not read the live cooldown setting. StakedUSDeV2; USDeSilo.
sUSDe → request an unstake → USDe waits in the silo → release USDe → sell it or use an eligible redemption route.
A source-level detail that changes the wait: another request by the same direct account accumulates the amount and resets its end time. In a hypothetical 14-day setting, a request on day 0 followed by another on day 10 puts the combined request at day 24. This is an illustration of the inspected code—not a claim that today’s duration is 14 days. A wrapper can manage requests differently. request logic; a different wrapper’s request design.
Selling sUSDe instead is a market transaction with its own price and liquidity. It is not evidence that the underlying unstake is instant. The relevant comparison is the asset and proceeds available through each route, not just two buttons both labelled “exit.”
Restrictions and audits: what was and was not confirmed
The selected staking source contains roles that can restrict accounts and an administrator path affecting fully restricted balances. These powers are different from ordinary market-price risk. Historical Code4rena findings and sponsor replies were compared with the later source: the owner restriction and zero-cooldown release concerns have corresponding later code changes; a proposed soft-withdrawal restriction was disputed as inconsistent with intended behavior. source restrictions; historical audit and sponsor discussion.
That comparison does not prove that a current deployment has the same implementation, administrators or parameters. A historical Mint V2 audit also identifies a nonce issue and a separate fixes-review commit; its fixes repository was unavailable in this investigation. We are not reporting that old issue as a current exploit. Mint V2 audit.
3. Nested tokens: maturity is not necessarily cash
Pendle separates a yield-bearing position into a principal token, PT, and a yield token, YT, using a standardized-yield wrapper, SY. The principal claim has a maturity and an accounting unit. “One unit at maturity” does not necessarily mean one sUSDe token, still less one dollar in a bank account. PT mechanics; SY mechanics.
Here the source-level detail is decisive: the inspected sUSDe-specific Pendle adapter permits sUSDe as its redemption output. We followed that override into the inherited output validation and transfer path. It does not make the final USDe-to-cash step disappear. This conclusion applies to the pinned adapter, not every Pendle market or newer chain implementation. sUSDe adapter; inherited vault wrapper; output checks and pause path.
A matching PT position → maturity/redemption rules → SY → sUSDe → unstake or sell → USDe → the final desired asset.
srUSDe adds yet another distinction. Strata’s senior token is not simply another spelling of sUSDe. Its documented structure adds a junior loss-absorbing layer and a strategy holding sUSDe. Junior support is finite, and output, accounting units, withdrawal rules and administrative controls still matter. This investigation read the design documents and a bounded Yearn assessment excerpt, not Strata’s implementation or current buffer. Strata risks; technical design; Yearn’s August 5, 2026 assessment.
A principal or senior label therefore identifies a position inside a structure. It is not enough to infer a risk-free dollar payment. A decline in a wrapper’s asset exchange rate can also affect a PT claim; that is separate from asserting that ordinary negative funding automatically reduces the sUSDe vault’s share conversion. Pendle’s negative-yield mechanics.
Borrowing adds a bill that does not disappear with the collateral
A loan against a token adds debt, a pricing rule and liquidation conditions. Liquidation means collateral can be taken and sold to repay debt when the loan’s conditions are breached. The accounting price used by a loan can differ from what a liquidator receives by selling. A deterministic PT maturity curve is a time discount, not by itself a current dollar price or sale quote. Its index and underlying price need compatible units. linear discount oracle; PT collateral and unwind path.
Illustrative arithmetic: $100 of your own equity supporting $500 of collateral and $400 of unchanged debt loses $25 if the collateral falls 5%. That is a 25% equity loss before interest, fees or liquidation. With an illustrative initial loan-to-value ratio—debt divided by collateral value—of 80% and a liquidation limit of 86%, the price-fall distance to the boundary is about 6.98%, not simply six percentage points. These are reproducible examples, not actual market settings or a suggested position.
In the selected Morpho core source, lender withdrawals require available liquidity. If a liquidated borrower exhausts its collateral with debt remaining, that bad debt reduces supply assets in the affected market. A vault holding positions in several markets adds further accounting and control choices; we have not audited those vaults or identified a current USDe market’s complete configuration. Morpho source, lines 180–440; liquidation mechanics.
Why the exact market, chain and maturity cannot be skipped
An Aave proposal identifies PT-USDe maturing October 22, 2026 on Monad, chain 143. A September 4 reply challenges that market’s availability and distinguishes a similarly dated sUSDe market. The proposal is not proof of execution; the reply is not independently replicated proof of absence. Our attempt to inspect the market API failed, so neither side becomes a current market fact. proposal and subsequent replies.
This report therefore does not publish that proposed market as an available route. Token symbols, a shared maturity month and a protocol name are insufficient identity evidence.
4. Behind the token: who holds, owes and pays?
The familiar crypto hedge combines an asset holding with a short position, which gains when the referenced asset falls and loses when it rises, to offset price moves. That price offset does not eliminate funding costs, differences between the asset and hedge, margin needs, or the time required to collect a gain. Ethena also describes cash/stable assets, real-world assets, DeFi lending, institutional credit and non-crypto basis strategies. Their risks cannot all be reduced to one perpetual-futures trade. derivatives explanation; backing scope; institutional lending; real-world assets; non-crypto basis.
Off-exchange custody keeps custody and trading operations distinct. It does not make every settlement payment or withdrawal instant. The issuer describes different settlement arrangements by venue; Copper’s own service disclosures acknowledge interruptions or failed access. These are provider statements, not a legal or operational guarantee for the exact account backing USDe. settlement design; exchange-failure discussion; Copper disclosures.
Think of a simple timing mismatch. An asset worth $1,000 falls to $900 while a perfectly offsetting short produces a $100 receivable. On paper, the sum is still $1,000. If only the asset can be sold now, the short receivable does not immediately fund a $1,000 payout. This hypothetical ignores fees, basis and margin: it isolates why value and available money are different.
Lending can create another clock. March 2026 governance reviews of Maple/Anchorage lending discuss exposure limits and readily available assets. They distinguish the proposed Anchorage A1 legal entity from the US regulated bank. A brand name is not a substitute for the actual borrower, agreement and recall rights. The proposal and reviews do not prove funds were deployed. proposal, legal-entity discussion and risk reviews.
Issuer-reported DeFi lending also raises a question worth investigating: does backing depend on the same markets that use USDe-related collateral? If so, reduced lending liquidity and falling collateral could meet at a common exit. A shared protocol name is not enough to prove that loop. Exact positions, market identifiers and dates are missing here. Proposed Solana lending additionally requires its own chain and oracle checks. DeFi backing strategy; Solana proposal and selected review.
A conditional chain of stress—not a claim that it happened
Adverse carry or a borrower/venue problem → delayed usable backing → more holders seek a market exit → a discount or valuation mismatch → liquidations where loan rules transmit it → more selling into that route.
The chain can stop. Readily available assets can pay redemptions; effective settlement can turn a receivable into spendable funds; independent venues can offer another exit; collateral margins can absorb movement without liquidation. Their size, access and timing must be verified. An issuer reserve policy is a possible buffer, not insurance automatically available to each holder. reserve policy; funding-risk discussion.
A market discount alone does not establish a backing shortfall. Conversely, an apparently positive backing ratio does not demonstrate that a nested, borrowed or bridged position can leave without loss. Current exposure, executable depth and common dependencies are necessary before quantifying this stress path.
5. A backing number is only as good as its scope
The issuer’s November 2025 disclosure reports a snapshot at November 26, 2025, 23:59 UTC. Its listed components add to $7.295711 billion, versus the $7.297 billion reported aggregate. The $1.289 million difference is compatible with the figures’ displayed rounding precision. Using the aggregate and separately reported reserve produces approximately 101.00% of the stated USDe supply at the report’s dollar unit. historical publisher disclosure.
This is an arithmetic check, not an attestation. The embedded custody letters failed to load, so their signatories, scope and exclusions were not inspected. More recent attestation links were discovered but their underlying reports were not retrieved. These figures are neither a September 2026 balance sheet nor evidence of how much is accessible for immediate redemption. issuer attestation index.
What was checked—and what remains open
The investigation followed the historical Ethena token, V1 mint, staking, silo, administrator and one ERC-4626 dependency file; three selected Pendle adapter/base files; and the Morpho liquidation/withdrawal slice. It compared consequential historical audit findings with later source, read the public redemption terms and agreement, and examined backing, custody and lending documents. Exact source versions and limits are below.
The missing checks are material: current deployed-source matches and permissions; today’s cooldown, portfolios and reserves; underlying custody assurance; exact lending and oracle settings; executable market exits; and bridge implementations. The broader ecosystem is not fully inventoried or exposure-weighted. ENA, USDtb and cross-chain representations are not assumed interchangeable with USDe.
The useful first conclusion is about the position, not a safety label. Identify the asset you hold, what comes next, who must deliver it, how long that can take, and whether debt can force the timing. That is where a broad protocol story becomes a route a reader can actually understand.
Read the full inspection boundary · How evidence is classified
Inspect the example inputs, formulas and results (JSON)
Sources and inspection limits
Retrieved September 11, 2026. A retrieval date is not an event date, a commit date or a measurement block. Issuer statements, provider documentation, commissioned audits and reviewer observations have different evidential roles.
Core code and historical audits
Ethena historical public-assets commit metadata — Commit metadata and recursive source tree; not deployment attestation. Default branch age does not establish production version. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
USDe.sol — Entire file OpenZeppelin ownership/token imports not fully inspected. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
StakedUSDe.sol — Entire file Current roles, balances, live bytecode and complete import graph unverified. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
StakedUSDeV2.sol — Entire file Constructor maximum is not a reading of current cooldown. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
USDeSilo.sol — Entire file Deployment addresses and actual asset balance unverified. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
SingleAdminAccessControl.sol — Entire file Imported AccessControl and live signer protections not fully verified. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
EthenaMinting.sol — historical V1 — Entire file in two contiguous reads: lines 1–270 and 271 through EOF This is V1, not matched current Mint V2. No EVM execution or complete import review. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
Vendored OpenZeppelin ERC4626.sol — Entire selected dependency file Other inherited files were not fully traced. Preview output is not an executable exit guarantee. Commit f3e56d5f06bfef82367d5d5b561398e91d5bebc1.
Code4rena Ethena security review — Scope and M-01, M-02, M-03 descriptions, proof-of-concept discussion and sponsor replies read; M-04 opening only, not its disposition. Not a full report re-audit; historical review does not certify live deployments. No audit PoC executed.
Pashov Ethena Mint V2 security review — May — Entire Markdown report read, including scope and all three findings. Fixes repository returned 404; no assertion of current vulnerability or deployed remediation. May 23 2024 is issuer-index dating, not an explicit date in this Markdown. Commit 13af3256a19f4aaae93e62f6b661a803fc359d93.
Terms, backing and settlement
Backing assets overview — Full backing overview Not an actual allocation.
Key addresses — Full address table Issuer-reported addresses, not deployment matching.
GitHub / architecture overview — Architecture and role sections Documentation can differ from code and live parameters.
Mint and redeem contract V2 — Full Mint V2 documentation V2 source matching remains incomplete.
DeFi lending backing strategy — Full DeFi lending backing page Amounts and same-market overlap not established.
Custodian attestation index — Full attestation index; August/July destinations attempted Neither index nor inaccessible images establish backing.
USDe terms and conditions — Full current terms, including definitions and sections 2, 14, 23, 26, 27 No individualized legal opinion or unconditional par/timing guarantee.
USDe Mint User Agreement — Full text, including reserve title, termination, redemption timing, set-off and dispute terms. No legal advice or jurisdiction-specific enforceability opinion; private lending agreements not accessed.
November 2025 backing disclosure — Entire publisher text; three underlying embedded letter images could not be retrieved. Not independently verified custody, current backing, signed attestor scope, or available redemption cash.
Off-exchange settlement in detail — Full narrative Typical settlement descriptions are not guaranteed availability.
Exchange failure risk — Full narrative; not external contracts Undated allocations and intervals are issuer descriptions, not measured recovery times.
Institutional lending — Full narrative No executed loan book or confidential agreement verification.
Real-world assets — Full narrative No current holdings or settlement liquidity verified.
Non-crypto basis trade — Full narrative Linked proposal 779 not read; no live allocation inferred.
Reserve fund — Full narrative Stated current revenue allocation is a document claim; actual transfers not verified.
Funding risk — Full prose; chart pixels and historical series not inspected Do not treat old funding averages or chart claims as current observations.
Underlying derivatives — Full narrative No current hedge book, margin schedule or basis calibration.
Maple and Anchorage lending proposal and reviews — Full thread through March 19 2026; proposal, legal-entity discussion, Kairos and Blockworks reviews. No allocation execution verified; confidential master loan agreements were not available to this research.
Kamino and Jupiter Solana backing-lending proposal — Proposal and first substantive review section, parsed lines 1–107; not every later reply. Proposed settings and reviewer observations are not independently verified deployments or current positions.
Copper ClearLoop network — Full product description and legal/risk disclosures, including service interruption caveat. Commercial provider statement, not an attestor report or Ethena-specific agreement.
Nested claims, loans and current-market uncertainty
PT-USDe October 2026 on Aave V3 Monad proposal — Full proposal and visible replies through September 4 2026 Proposal is not execution; API replication failed, comment unverified.
Pendle principal token — Full page text and equations; no linked source audit implied. Generic mechanism; exact market, adapter, oracle and live parameters need separate verification.
Pendle standardized yield — Full page text and equations; no linked source audit implied. Generic mechanism; exact market, adapter, oracle and live parameters need separate verification.
Pendle negative yield — Full page text and equations; no linked source audit implied. Generic mechanism; exact market, adapter, oracle and live parameters need separate verification.
Pendle PT as collateral — Full page text and equations; no linked source audit implied. Generic mechanism; exact market, adapter, oracle and live parameters need separate verification.
Pendle linear discount oracle — Full page text and equations; no linked source audit implied. Generic mechanism; exact market, adapter, oracle and live parameters need separate verification.
PendleSUSDESY.sol — Entire file No current market-to-adapter match or complete import graph; do not generalize to newer/L2 adapters. Commit 73676d931102a369a978a713abfd0b48e3e34361.
PendleERC4626SY.sol — Entire file No current market-to-adapter match or complete import graph; do not generalize to newer/L2 adapters. Commit 73676d931102a369a978a713abfd0b48e3e34361.
Pendle SYBase.sol — Entire file No current market-to-adapter match or complete import graph; do not generalize to newer/L2 adapters. Commit 73676d931102a369a978a713abfd0b48e3e34361.
Morpho core withdrawal and liquidation source — Lines 180–440 only: supply tail, withdrawal, borrow/repay, collateral and liquidation paths. Health helper, full imports, vault adapters and live market IDs not inspected. Commit 8e26ca6a8dbc5089edcd67fb576248810fd2870a.
Morpho liquidation concepts — Full page; core mechanisms distinguished from vault-specific statements. Example thresholds are not live parameters; no current USDe-related market verified.
Strata risks and mitigations — Full page text No guarantee and no current coverage ratio measured.
Strata technical protocol overview — Full page, accounting, deposit and exit design No Strata source or deployment verification; other market examples not applied to srUSDe.
Yearn Strata srUSDe risk assessment — scoped excerpt — Returned overview, addresses, role/proxy and verification/history sections only; response truncated before remainder. Not our on-chain verification. No full assessment read; score/TVL not adopted. Yearn has a prospective investment-use interest. Commit 205d396341958265c09f2d704b6a16de64900bdf.