Orbs Network
  • Overview
    • What is Orbs?
    • Layer 3 Protocol
    • Running on EVM and TON
    • Enhanced Execution
    • L3 for Advanced Trading
    • Network Diagram
    • White Papers and Spec
  • Orbs Lambda
    • What is Orbs Lambda?
    • Network Diagram
    • Example Use Cases
    • Step by Step Overview
      • Development Requirements
      • Select Unique ID
      • Project Template
      • index.js Implementation
        • Execution Environment
        • Allowed Packages
        • Supported Networks
        • Execution Triggers
        • Sending Transactions
      • Testing Locally
      • Deploying to Production
      • Analyzing Execution
  • Orbs VM
    • What is Orbs VM?
    • Network Diagram
    • Example Use Cases
    • Step by Step Overview
      • Development Requirements
      • Select Unique ID
      • Docker Image Implementation
        • Execution Environment
        • Working Directory
        • Entry Point
        • Health Check
        • status.json
      • Testing Locally
      • Deploying to Production
      • Analyzing Execution
  • Powered by Orbs
    • Liquidity Hub
      • Integration Spec
    • Perpetual Hub
    • dTWAP Protocol
      • Integration Spec
      • Network Diagram
      • dTWAP Tutorial
      • FAQ
    • dLIMIT Protocol
      • Integration Spec
      • dLIMIT Tutorial
      • FAQ
  • Community Projects
    • Notification Protocol
      • Integrate a New Project
      • Network Diagram
    • TON Access
      • Network Diagram
    • TON Vote
Powered by GitBook
On this page
  • Orbs is a layer 3 protocol
  • The Blockchain Stack
  1. Overview

Layer 3 Protocol

Blockchain infrastructure is often modeled as a tiered stack of multiple protocols that run on top of each other. This composition method allows newer protocols to add capabilities to the foundational protocols that were created before them.

Orbs is a layer 3 protocol

Orbs works in conjunction with existing L1 and L2 solutions, such as Ethereum, TON, Polygon, BNB Chain, Avalanche, Fantom etc. An app does not need to move its liquidity onto a different chain in order to utilize Orbs' enhanced execution services.

Orbs acts as a “decentralized backend”, enhancing the capabilities of EVM and non-EVM smart contracts and opening up a whole new spectrum of possibilities for Web 3.0, DeFi, NFTs and GameFi.

The Blockchain Stack

  • Layer 1 - Security The foundational blockchain layer is called L1 and provides the core security for the entire stack. This layer often holds the liquidity of all apps running on top (TVL). Popular L1 blockchains include Ethereum and TON.

  • Layer 2 - Scalability Since the majority of L1s are not necessarily scalable, L2 protocols often focus on increasing transaction throughput, supporting more users and decreasing transaction fees. Popular L2 blockchains include Polygon and Avalanche.

  • Layer 3 - Enhanced Execution Since L1/L2 contracts are inherently limited in nature and sandboxed, L3 protocols provide enhanced execution capabilities for apps by relying on external validators and oracle networks. Popular L3 blockchains include Chainlink and Orbs.

  • Top layer - Application The top of the stack is the application layer - decentralized applications (dapps) and protocols that cater to users directly. Dapps consume infrastructure services from the layers below. Popular apps include Uniswap and Compound.

PreviousWhat is Orbs?NextRunning on EVM and TON

Last updated 5 months ago