Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.66 KB

File metadata and controls

62 lines (35 loc) · 1.66 KB

Strata contracts

CircleCI

Introduction

Strata is a perpetual yield tranching protocol built on the Ethena Network, designed to offer structured yield exposure on USDe, Ethena’s delta-neutral synthetic stablecoin. Strata allows investors to optimize their risk-return preferences while earning yield from Ethena’s carry trade strategies with two risk-adjusted investment profiles—Senior and Junior.

Docs

docs.strata.money

Deployment + Verification

# Testnet Ethena dependencies
npx hardhat ignition deploy ignition/modules/Testnet.ts --network hoodi --verify

# Predeposit
npx hardhat ignition deploy ignition/modules/pUSDePreDepositModule.ts --network hoodi --verify


Tests

To run tests first spin up a ganache-cli instance with unlimited contract size flag

npm run test

Deployments

Hoodi


Foundry Test

Tests can be found in test/*.t.sol

forge test