🔬
Product Docs
  • 👋Introduction
  • Overview
    • 💡What problem are we solving?
    • ✨Our Features
    • 💰What's in it for Rollups?
    • ⚡How are we different from Liquid Staking?
    • 🔐Risks & Risk Mitigation
  • Design Architecture
    • 🏹Nexus Network Design Document
  • Developer Docs
    • 📔Smart Contracts
      • Nexus Contract
      • Node Operator Contract
      • Nexus Bridge ETH
        • Different Nexus Bridge Architecture
      • Nexus Bridge DAI
      • Validator Execution Rewards
    • 🤖Backend Bot
    • 🚲Nexus Testnet
    • 🖥️Integration Guide
    • 💻Node Operators
Powered by GitBook
On this page
  1. Developer Docs

Smart Contracts

PreviousNexus Network Design DocumentNextNexus Contract

Last updated 11 months ago

Nexus Network uses a set of smart contracts that orchestrate the flow of assets to generate yields for rollups -

  1. : This contract manages the core functionality of the Nexus network orchestrating the end-to-end flow of journey for rollups. The admin part governs rollup registration, rollup parameters can then be modified using rollup admin address. It stores the necessary parameters for the rollup to start staking. It also keeps track of all validators registered through Nexus Network and governs the integration with SSV network

  2. This contract handles all the node operator operations. It maintains the DVT clusters needed for running validators, ensures staking/unstaking from validators, and tracks the performance of all node operators

  3. : Nexus Bridge ETH is a package imported by rollups in their bridge contract to start the integration with Nexus Network. Once imported, it enables the staking of ETH from the bridge contract

  4. : This contract enables the rollup to earn returns on the DAI locked in the bridge by depositing it to the savings contract

  5. : Block proposer rewards generated by the validators are directed to this contract. The contract enables rollups to claim the rewards

📔
Nexus Contract
Node Operator Contract:
Nexus Bridge ETH
Nexus Bridge DAI
DSR
Validator Execution Rewards