Mind Network Docs
  • 🧠 What is Mind Network
  • Background
    • 🔐 HTTPZ
  • 🚀 Challenges and Solutions
  • Research
    • 📚 FHE Research
      • FHE 101
      • FHE Validation
      • FHE Consensus
      • FHE Chain
      • FHE Transaction
      • FHE Scheme
      • FHE Data
  • Product
    • 🛠️ Product Overview
    • 🌐 AgenticWorld 🔥
      • AgenticWorld User Guide
        • DeepSeek Hub
        • Agent Launch @ Mainnet
        • Agent Launch @ Testnet
      • Rewards Rule
      • Revenue and Payment
      • Bridge
    • ⛓️ MindChain
      • MindChain Developer Guide
    • 🌉 FHEBridge
      • FHEBridge Guide - Transfer
      • FHEBridge Guide - Bridge
      • FHEBridge Guide - Manage
    • MINDV (Ended)
      • MindV User Guide (Ended)
      • vFHE Explanation (Ended)
  • Usecase
    • DeepSeek Integrates FHE Rust SDK
    • MindX - Encrypted LLM
    • AI Agents Framework: ElizaOS and Virtuals
    • Multi-Agents: Swarms Shield Hub
    • World AI Health Hub
    • Fair Randomness in Decentralized Systems
    • FHE+TEE: Security in Decentralized AI Governance
    • Decentralized GPU Computation
    • MindLake - FHE Encrypted DataLake
  • Data Encryption
  • Crosschain Infra
  • Storage Secruity
  • Governance
    • $FHE
    • Tokenomics
    • Get $FHE
  • Community
    • 🪪 CitizenZ
    • 🎙️ FHECon
    • 🎤 X On My Mind
  • Deverloper Guide
    • Developer Overview
    • Hub Tutorial
      • SDK For Hub Framework
      • Validator Tutorial - Randgen Hub Voter as the example
  • Consensus Tutorial
  • Security and Privacy
    • Audit - FHEBridge
    • Audit - Restake
    • Multi-Sig & Timelock
    • Mind Network Terms of Service
    • Mind Network Privacy Policy
    • Mind Network Airdrop Terms of Service
    • Mind Network Airdrop Privacy Policy
  • Other
    • Airdrop User Guide
    • Early-bird Rewards
    • FAQ
    • Official Links
    • Brandkit
Powered by GitBook
On this page
  • Mind Network's Research Result:
  • Mind Network's Research Details:
  • 🗝️ Key Features
  • 💻 Compatibility and Development
  • 💼 Staking Mechanism in POSIV
  • 🚀 Benefits of RemoteStaking
  • 📜 Immutable Ledger for Efficient Transactions
  • ⏳ Unstaking Process
  • Rewards and Slashing in Consensus

Was this helpful?

  1. Research
  2. 📚 FHE Research

FHE Chain

PreviousFHE ConsensusNextFHE Transaction

Last updated 2 months ago

Was this helpful?

Mind Network's Research Result:

  • MindChain: , , ,

  • MindChain SDK: ,

Mind Network's Research Details:

MindChain is a specialised rollup chain tailored for FHE Validation, boasting key features that cater to the unique requirements of this domain:

🗝️ Key Features

  • Support for Large Data Size: MindChain accommodates large data sizes, necessary to handle the overhead from encryption.

  • Fast Settlement and Transactions: Despite handling hefty data, MindChain maintains high security while enabling swift settlement and transactions, thanks to its high frequency.

  • RemoteStaking with Trustable Messaging: MindChain facilitates RemoteStaking with reliable messaging to broader source chains, ensuring trustworthiness in the staking process.

💻 Compatibility and Development

MindChain is EVM compatible, providing a familiar environment for developers. It supports the Solidity programming language, ensuring seamless transition for Ethereum developers. Your existing solidity development tools and deployment experience should remain consistent for smart contracts.

💼 Staking Mechanism in POSIV

Similar to POS, POSIV requires staking to represent voting power. Mind Network has developed a remote staking mechanism, deploying staking or restaking contracts in source chains like Ethereum, its rollup chains, Bitcoin L2, and AI bluechip chains. Tokens are locked in the source chains, while their amount information is sent to MindChain. MindChain keeps a ledger of all tokens owned by the staker, who then delegates to the SIV.

🚀 Benefits of RemoteStaking

RemoteStaking offers two major benefits:

  1. Preventing Token Loss: It reduces the risk of token loss during bridging.

  2. Minimising Token Value Loss: It helps minimize token value loss during swapping. This design caters to the needs of our partners who may not always want to swap their existing tokens. Hubs can also accept multiple tokens as long as the total token values match

📜 Immutable Ledger for Efficient Transactions

An immutable ledger serves as an integrated accounting book for all economic transactions such as delegation, rewards, and slashing. It enhances settlement efficiency, especially for small transactions, and ensures error-free ledger replayability. Moreover, the ledger accommodates mixed token activities to meet the flexible demands of Hubs, becoming a universal reference for checking stakers' Total Value Locked (TVL).

⏳ Unstaking Process

Unstaking occurs in the source chains, where smart contracts verify unstake amounts with the ledger and unlock tokens accordingly. Depending on the Task Definition in the Hub, unstake may get the updated stake amount if rewards are in the same tokens, or staked amount plus other token if rewards are in other tokens, or staked amount plus points if rewards are in points before token issues. Worth to mention, UTXO types of token needs careful consideration when design slash strategy.

Rewards and Slashing in Consensus

Both rewards and slashing are crucial in the consensus. We inspired from which has been proofed to be working for a long time. SIVs receive rewards for successfully submitting private votes, with higher rewards for good votes. On the slashing side, "" occurs if no votes are received, while "double voting" results in punishment. If more 2/3 stakes are lost, SIV are removed and need to re-opt-in if want to participate again.

ChainList
Mainnet Explorer
Testnet Explorer
Rust SDK
Rust SDK
TS SDK
Ethereum consensus
bleeding