Contracts
Deployed contract addresses for ETH Strategy on Ethereum mainnet and Derive chain.
All ETH Strategy contracts are deployed on Ethereum mainnet. ESPN options execution operates on the Derive chain.
Ethereum Mainnet — ETH Strategy Core
All core contracts are verified on Etherscan. StratToken extends ERC20Permit (EIP-2612) with authorized minting and burning. StratOption represents call options over STRAT, used to represent the option component of issued convertible notes and presale allocations.
Ethereum Mainnet — ESPN (Perpetual Note)
ESPN Redemption Queue
—
Deploying soon
Staked ESPN LP (StakedEthStrategyPerpetualNoteLP)
ERC-4626 Vault
Proxy Contracts
The Arrakis vault uses the EIP-1967 Beacon Proxy pattern — the implementation can be upgraded by the beacon owner (Arrakis governance), not by ETH Strategy.
Bridge
Rate-limited bridge vault for cross-chain USDS transfers to Derive chain for options execution.
Multisigs
All multisigs use Safe (v1.4.1). Each is a SafeProxy delegating to the shared Safe singleton at 0x4167…61a.
ETH Strategy uses Safe's nested multisig hierarchy. Each sub-multisig (Liquidity, Staking, Puttable Warrant, Perpetual Note) inherits from the main ETH Strategy Multisig, distributing operational control across functional domains while maintaining a unified governance structure. See Governance & Alignment for parameter bounds and the decentralization roadmap.
Derive Chain
Upcoming Contracts
The following contracts are part of the upcoming release and will be deployed before permissionless launch. Addresses will be published here once deployed.
esETH
ERC-20
Non-rebasing unified LST wrapper pegged 1:1 with ETH — the treasury denomination layer
Deploying soon
CDT (Convertible Debt Token)
ERC-20
Fungible protocol debt token
Deploying soon
EthStrategyConvertibleNote
ERC-721
Bonding, note issuance, conversion, and redemption
Deploying soon
StakedStrat
ERC-4626 Vault
On-chain STRAT staking with 7-day reward streaming
Deploying soon
Core protocol contracts (esETH, CDT, EthStrategyConvertibleNote, StakedStrat) have completed audits. Reports will be published alongside the code before permissionless launch. StratETHTreasuryLend will be audited separately before its Q2 2026 deployment. See Audits for current status.
Compiler & Verification
All ETH Strategy contracts are compiled with Solidity v0.8.20, verified on Etherscan with exact source match, and use OpenZeppelin's Ownable2Step for ownership transfers. Third-party contracts (Uniswap, Arrakis, Socket) use their respective compiler versions.
Last updated