Keeta Network
  • Introduction
  • Architecture
    • Data Structure
    • Consensus
      • Voting Power
      • Votes
      • Vote Stapling
  • Components
    • Ledger
    • Blocks
    • Nodes
      • Ledger Pruning
    • Accounts
      • Permissions
    • Key Pairs
      • Storing Key Pairs
    • Certificates
      • Creating and Attaching Certificates
  • Security
    • Digital Signatures
    • Post Quantum Readiness
    • Data Integrity
    • Protection From Common Attacks
  • Scalability
    • Benchmarks and Performance Metrics
    • Seperating Nodes from Hardware
    • Eliminating Mempools
  • Features
    • Identity Profiles
      • Utilizing Identity Profiles
    • Native Tokenization
      • Creating Tokens
      • Built-in Rules Engine
    • Anchors
      • Creating an Anchor
  • Applications
    • Public Network
    • Private Sub Network
  • Industry Comparison
    • Keeta Network's Advantage
    • Resolving the Blockchain Trilemma
  • Other Documentation
    • Official Links
    • Tokenomics
Powered by GitBook
On this page
  1. Architecture

Data Structure

PreviousIntroductionNextConsensus

Last updated 3 months ago

Keeta's approach to blockchain technology centers around its use of a Directed Acyclic Graph (DAG) structure, representing a departure from traditional blockchain architectures.

In this system, transactions are linked in a multi-dimensional web rather than a single, linear chain, allowing for parallel processing that increases the network's throughput and scalability.

Unlike traditional blockchains, which struggle with scalability issues due to their linear nature and sequential transaction processing, Keeta's DAG system can handle a high volume of transactions simultaneously. This parallel processing eliminates the bottlenecks that plague traditional systems as network activity increases, enabling Keeta Network to scale efficiently as it grows.

Keeta Network processes transactions in parallel, improving performance.