Arch Documentation
  • ♾️Introduction
  • πŸŒ‰History of Bitcoin Programmability
    • The Challenges Facing Bitcoin DeFi
  • Bitcoin-Native vs. Bitcoin L2s & Metaprotocols
    • Why L2s and Meta-protocols Aren’t Enough
  • πŸ”—Quick Links
  • FUNDAMENTALS
    • 🌟Introducing Arch
      • Arch’s Signature Scheme Model (FROST + ROAST)
      • How Arch Works
      • Bridgeless Execution
      • Decentralized Validation
      • State Transitions Anchored on Bitcoin
      • Minimized Trust Assumptions
    • Step-by-Step User Journey on Arch
      • How It Works
  • USE CASES
    • How Arch Unlocks the Core Pillars of DeFi
    • πŸ’΅Using multi-party programs to enable AMMs, LPs, and DEXs
      • 🀝Example: A Bitcoin DEX
      • πŸͺ™StableCoin
  • DEVELOPERS
    • Overview
    • FAQ
  • The Future
    • πŸ—ΊοΈRoadmap
    • πŸ”ŽAudits
Powered by GitBook
On this page
  1. FUNDAMENTALS
  2. Introducing Arch

Minimized Trust Assumptions

By allowing users to invoke programs with a native Bitcoin transaction, Arch improves the user experience by reducing the number of steps needed to interact with the platform, and reduces security risk since there is no bridge implementation to depend on. Furthermore, unlike chains that require bridges, there is no fear of assets being marooned in the Arch network because assets are never stored on Arch; should a bridge go offline in other scenarios, a user's funds would effectively be stuck until the bridge was able to be started again.

Users of applications who use Arch behind the scenes put trust in the decentralized key generation scheme for assets only while their assets are controlled by Arch Bitcoin addresses, and also for the consistency of external-to-Bitcoin state. Users also place trust in the program authors, the same as they would with other networks that support smart contracts, though these programs can and should be audited first before being used, as a best practice.

PreviousState Transitions Anchored on BitcoinNextStep-by-Step User Journey on Arch

Last updated 7 months ago

🌟