Antimatter Finance
HomeApplicationGithub
  • Disclaimer
    • Notice and Disclaimer
  • 🔗Antimatter B2 Sidechain
    • Introduction - Scaling and Transaction Fees
    • Token Economy of B2
      • Configurations
    • Technical Background
    • Chain Architecture
      • System Contracts
      • On-Chain Governance
      • On-Chain Staking
      • Slashing
      • Blocks & Epochs
      • Reward Distribution
      • Modifications
    • DApps in Antimatter Ecosystem
    • Links
  • Introduction
    • Antimatter Overview
    • Antimatter Labs: Vision & Roadmap 2022
    • Community & Resources
    • Marketing Material
    • Educational Infographics
    • Challenges & Solutions
  • 🏗️Antimatter Structured Product
    • Dual Investment
      • Rules
      • On-chain Configurations
      • Risk Control
      • Terminology & Calculations
    • Recurring Strategy
    • DeFi Option Vault - DOV
      • Mechanism
    • Weekly Sharkfin
      • Mechanism
  • 📈Antimatter Perpetual Options
    • Introduction
      • Options Basics
      • Antimatter Features
      • Comparative analysis
      • Technical Whitepaper
      • Structure
      • Option Token Symbol System
    • Mechanism
      • Price Equilibrium and Arbitrage
      • Generation and Redemption
      • Underlying Asset
      • Leverage Ratio
      • Arbitrage Example
      • Slippage & Fees (full disclosure)
      • Oracles
      • Permission-less protocol
    • Mathematics
      • Modelling Kit
      • Mathematical Model
  • 🛠️Antimatter Dao
    • Introduction
    • Governance Policies
  • 🛒Antimatter Non-fungible Finance
    • Introduction
    • How to Create an Index
  • ℹ️User guides
    • Connect to a Wallet
      • Switch Wallet Network
    • Bull & Bear Tokens
      • How to Create an Option
      • Tools
    • Account System
    • Getting Started - Antimatter Structured
      • Dual Investment Subscription
      • Recurring Strategy Subscription
      • Defi Option Vault Subscription
      • Defi Option Vault Withdrawal
      • Decision Guide for Dual Investment
  • Developers
    • Contracts
    • GitHub
    • Auditing report
  • Token
    • Token Utility
    • Token Information
    • Token Bridge
Powered by GitBook
On this page

Was this helpful?

  1. Antimatter B2 Sidechain
  2. Chain Architecture

System Contracts

B2 sidechain has an EVM execution environment with a predefined set of system smart contracts for the platform operation. Predefined system smart contracts are defined as follows:

• Staking Contract: Used for managing validator delegations and active validator sets.

• Slashing Indicator Contract: Used for slashing not active validators.

• System Reward Contract: Is a treasury for the system rewards to cover relay fees and others.

B2 also has the following upgradable contracts (which can be improved later if required):

• Staking Pool: Provides cheaper access to the staking contract.

• Governance: A default on-chain implementation by Compound’s Alpha governance.

• Chain Configuration: Used for the consensus that is managed by on-chain governance.

• Runtime Upgrade: Allows upgrading system contract runtime.

• Deployer Proxy: Used for managing deployers of the smart contracts.

Using the Parlia consensus mechanism encourages users to deposit their funds and vote for honest validators, and this will make the B2 sidechain more decentralized and reliable. It also helps share-holders get rewarded from their stakes by earning commissions from block producers. From a technical point of view, the B2 sidechain involves staking smart contracts on Solidity for the EVM runtime. This smart contract is an extension of IValidatorSet and allows users to manage active validators based on the total delegated amount and distribute rewards among stakeholders.

PreviousChain ArchitectureNextOn-Chain Governance

Last updated 2 years ago

Was this helpful?

🔗