Developer Center

Developer Center

  • Getting Started
  • Built-in Features
  • REST API Endpoints
  • Guides
  • Cheat Sheet

›Built-In Features

Getting Started

  • What is Sirius Chain
  • Setting up your workstation
  • Writing your first application

Built-in Features

  • Account
  • Mosaic (SDA)
  • Namespace
  • Transfer Transaction
  • Aggregate Transaction
  • Multisig Account
  • Metadata
  • Account Restriction
  • Cross-Chain Swaps
  • Exchange Market
  • Decentralized Exchange Market
  • Liquidity Provider
  • Storage

Protocol

  • Node
  • Block
  • Cryptography
  • Transaction
  • Validating
  • Consensus Algorithms
  • Receipt
  • Inflation

REST API

  • Overview
  • Tools
  • Serialization
  • Websockets
  • Status Errors

SDKs

  • Overview
  • Architecture
  • Languages
  • Extending Sirius Chain Capabilities
  • SDK Development
  • SDK Documentation

Wallets & Explorers

  • Wallets & Explorers

Cheat Sheet

  • Sirius Chain Cheat Sheet

Guides

  • Overview
  • External Guides
  • Account

    • Creating and opening an account
    • Getting account information
    • Getting the amount of XPX sent to an account
    • Reading transactions from an account

    Account Restriction

    • Preventing spam attacks with account restrictions

    Aggregate Transaction

    • Sending payouts with aggregate-complete transaction
    • Creating an escrow with aggregate bonded transaction
    • Asking for mosaics with aggregate-bonded transaction
    • Signing announced aggregate-bonded transactions

    Block

    • Listening to New Blocks
    • Getting block by height

    Cross Chain Swaps

    • Atomic cross-chain swap between Sirius public and private chains

    Metadata

    • Account Metadata
    • Mosaic Metadata
    • Namespace Metadata
    • Account Metadata (Deprecated since 0.7.0 Sirius Chain release)
    • Mosaic Metadata (Deprecated since 0.7.0 Sirius Chain release)
    • Namespace Metadata (Deprecated since 0.7.0 Sirius Chain release)

    Monitoring

    • Monitor transaction

    Mosaic

    • Creating a mosaic (SDA)
    • Getting the mosaic information
    • Getting the asset identifier behind a namespace with receipts

    Mosaic Levy

    • Modifying Mosaic Supply

    Multisig Account

    • Converting an account to multisig
    • Modifying a multisig account
    • Creating a multi-level multisig-account
    • Sending a multisig transaction

    Namespace

    • Registering a namespace
    • Registering a subnamespace
    • Getting the Namespace information
    • Linking a namespace to a mosaic
    • Linking namespace to account

    Transfer Transaction

    • Transfer transaction
    • Sending an encrypted message

    Storage

    • Data Modification Cancel
    • Data Modification
    • Download Channel
    • Download Payment
    • Drive Closure
    • Finish Download Channel
    • Prepare Bc Drive
    • Replicator Offboarding
    • Replicator Onboarding
    • Storage Payment
    • Verification Payment

Storage

  • Overview
  • Participate
  • External Economy
  • Roles
  • Verification
  • Challenge
  • Rewards
  • Transaction Schemas
  • Built-In Features

    • Drive
    • Replicator
    • Verifier
    • Supercontracts

    Protocols

    • Cross-Block Protocol
    • Fair Streaming

    Storage User Application

    • Overview
    • Getting Started
    • Managing Drives
    • Managing Drive Files
    • Downloading Data

Verifier

Often in decentralized networks, it is required that the verification algorithm supports public verifiability, which means that the network can verify that the node really stores the data. Although the given algorithm allows introducing public verifiability, we do not need to implement this since verifications are made by the Replicators of the same Drive.

There are two roles of nodes in terms of Storage Verifications:

  • Prover — a Replicator that proves that it stores data.
  • Verifiers — Replicators that check whether the Prover stores data.

The verification process ensures that Replicators in the system are actively performing and storing data properly.

There are two main scenarios which the verification process addresses:

Confirmed Storage State:

  • Replicator is in the Confirmed Storage State if it has approved the last modification.
  • Replicators not in the Confirmed Storage State for a long time are removed from the Drive.

Storage Verifications

Executed in a "many-to-many" style, where each Replicator verifies all others in the same Shard.

Approved Drive State:

  • Replicator should store the approved Drive State.
  • Regular Storage Verifications are introduced to check this.

Replicator roles:

  • Prover proves that it stores data.
  • Verifier checks if the Prover stores data.

Verification Frequency:

  • Verifications start after approving a "zero" modification.
  • Verifications are executed regularly but randomly to ensure fairness.
  • Frequency is determined based on block generation time, expected intervals between verifications, and time needed to generate a block.

Pending Verification:

  • Verification is considered pending if it is not canceled and has been initiated less than N minutes ago, where N is determined based on timestamps in the blockchain blocks.
  • Only Replicators that are in the Confirmed Storage State at the beginning of the verification participate in verification process.

Verification Process:

  • Verifications are conducted via Verifier-Prover Protocol.
  • Verifier expects Prover's response within a short time window after the verification process has started.
  • If no correct response received in given time, Verifier votes that the Prover has failed the verification.
  • Verifiers express their opinions about Provers in EndDriveVerification transaction.

Verification Result:

  • Prover's status is defined as the median of Verifiers' opinions.
  • If the status is Failure, LeaveDriveEvent is generated for the Prover.

Deposit Slashing:

  • Storage Deposit slashing is performed for Provers that have failed the verification.
  • Storage Deposit is transferred to the Drive account and can be used to pay for other Replicator Upload.

Billing Period:

  • If the verification is first in the new billing period, the unspent number of the verifications in the previous billing period are added to the current amount of prepaid verifications.

Verification Payment:

  • Drive Owner pays for verifications through VerificationPayment transaction.
  • Feedback fee is proportional to the number of prepaid verifications.
← ReplicatorSupercontracts →
  • Storage Verifications
  • Follow our profile
  • Ask development questions
  • Join our Discord channel
  • Explore our Youtube channel
  • Explore Github
Protocol
BlockConsensus AlgorithmsCryptographyInflationNodeReceiptTransactionValidating
Built-in Features
AccountAggregate TransactionCross-Chain SwapsExchange MarketDecentralized Exchange MarketMetadataMosaicMultisig AccountNamespaceTransfer TransactionStorageLiquidity Provider
References
REST APISDKsCheat Sheet
Includes Documentation Forked from NEM
Copyright © 2025 Sirius Chain