Page cover

Documentation

At genesis, the Morpheus network utilizes six smart contracts, including the MOR token itself, used to incentivize key contributors to the network, as well as contracts enabling the Techno Capital Machine mechanism functioning.

Morpheus Smart Contracts Set

  • MOROFT – the Morpheus token, a LayerZero Omnichain Fungible Token (OFT)

  • DistributionV4 – used to lock capital for the Techno Capital Machine and claim rewards

  • LinearDistributionIntervalDecrease – a library for calculating rewards

  • L1Sender – sends MOR claiming (minting) requests; wraps and transfers stETH to Arbitrum

  • L2MessageReceiver – receives and processes MOR claiming (minting) requests on L2

  • L2TokenReceiverV2 – receives wstETH and manages Protocol-Owned Liquidity on L2

With the exception of the MOR token and LinearDistributionIntervalDecrease library, all contracts utilize the UUPS proxy pattern to enable upgradeability and are owned by the Morpheus multisignature accounts on their respective chains. Within the contracts, deposit token is used to refer to the token deposited by Capital Providers (stETH) or its wrapped counterpart (wstETH), while reward token refers to the MOR token.

Audits

The Morpheus smart contracts were audited by Renascence and later subject to a public CodeHawks audit.

Last updated

Was this helpful?