tgBTC Docs
  • Intro to TON Teleport BTC
  • USER GUIDES
    • Testnet in TON
    • Signet in BTC (for PC)
    • Signet in BTC (for Mobile)
    • Mint your first tgBTC
    • Burn your tgBTC for BTC
    • View transaction history
    • Common errors and solutions
    • How passwords keep you safe
  • DEVELOPMENT
    • Build first tgBTC dApp
    • tgBTC API by TONX
  • INFORMATION DESK
    • FAQ
    • Key resources
  • Whitepaper
    • Abstract
    • Declaration of Trustlessness
    • Overview
    • Key Concepts
      • Peg-in (BTC Deposit)
        • Bitcoin Simplified Payment Verification Client
        • Transaction Confirmation, Processing and tgBTC minting
      • Peg-out (tgBTC Withdraw)
        • Building of Withdrawal Transactions
        • DKG and FROST
        • Peg-out Timing and Optimizations
      • Additional Components and Security Mechanisms
        • Bitcoin Transaction Fees
        • Validator Rotation and Key Management
        • Refund Mechanism for Expired Deposits
        • Consensus-based System Updates
        • Inspectors
    • Expanding Possibilities and Value for TON
    • Conclusion
    • Papers
Powered by GitBook
On this page
  1. Whitepaper

Declaration of Trustlessness

PreviousAbstractNextOverview

Last updated 5 months ago

Trustless systems epitomize architectures that eliminate the need for intermediaries to maintain trust between participants. Built upon blockchain technologies, these frameworks ensure that all operations and interactions are regulated and executed automatically through transparent and predictable consensus mechanisms and smart contracts. This eradicates centralized control points significantly reducing risks associated with manipulation and corruption.

In his seminal introduction to the Bitcoin whitepaper, Satoshi Nakamoto highlighted:

”What is needed is an electronic payment system based on crypto graphic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party.”

This assertion remains the cornerstone for all trustless systems and guides the development of technologies aiming to remove intermediaries and centralization, thus securing digital systems.

In the context of interoperability, trustless systems imply the ability of different blockchain platforms to interact with each other without needing to trust centralized control points, issuers, or other intermediaries. Examples of successful implementation of trustless interoperability might include systems using SPV verification of blockchain states, zero-knowledge proofs (with certain caveats), or the application of cross-chain verification through validators operating on a Proof of Stake consensus within one of the blockchains.

Although blockchains based on Proof of Work (PoW) are considered among the most trustless systems due to their high level of decentralization and security, Proof of Stake (PoS) blockchains can also be sufficiently reliable for use in trustless systems. Despite their potential centralization due to large stakeholder concentrations, users and validators are vested in their stability and security, especially in PoS blockchains where smart contracts are used—less value to those 3 algorithms not protected by network validators without direct trust. While PoS systems have their drawbacks, the community finds acceptable compromises. Adding additional layers of validators to process cross-chain transactions, however, can lead to additional points of failure and susceptibility to attacks, which is no longer a necessary compromise.

Trustless systems represent a fundamental basis in approaches to security and reliability in managing digital assets, based on cryptographic verification and decentralization. This approach significantly enhances the system’s resilience to external attacks and internal manipulations, ensuring transparency and giving users full control over their data and assets, which is especially vital in an era where digital assets and operations are increasingly valuable and vulnerable. Trustless systems not only elevate trust and security in the digital economy but also open new avenues for innovation and development in blockchain technology, providing a robust platform for future digital finances and decentralized applications.