Shuttle Docs
  • Trusted Execution Environments
    • Confidentiality
    • Execution Integrity
    • Remote Attestation
    • Threat Models
    • Side-Channel Attacks
    • Side-Channel Attack Mitigation
    • Model Types
  • Foreword
    • Shuttle
  • Solution #1
    • Blockchain | Framework Alignment
    • Enarx
    • Web Assembly System Interface(WASI)
  • Solution #2
    • Attestation
      • SGX DCAP
      • Intel Trust Authority
    • Decentralizing Attestation
      • It’s Butterfree!
      • Decentralized Public Key Infrastructure(DPKI)
      • Our Tool: Cryptographic Accumulator
      • Re-attestation
  • Blockchain
    • Reducing Computational Overhead
    • Ekiden
    • Verifier's Dilemma
    • Independent Layers
    • Security of Enclaves & Consensus
    • Non-Byzantine Computation
      • Discrepancy Detection - Good Idea Oasis!
    • Roughtime
  • Avalanche
    • Multi-dimensional Fees
    • Stakeless?
  • Privacy
    • Confidential Blockchain
    • Secret Network Vulnerability - 2022
  • Summary
    • Market Potential
    • Cosmos, Polkadot, Avalanche
Powered by GitBook
On this page
  1. Avalanche

Multi-dimensional Fees

Public blockchains use a fee mechanism to manage the allocation of limited computational resources among competing transactions. Most current fee market models use a single, fungible unit of account (like gas in Ethereum) to assign value to distinct resources such as bandwidth, computation, and storage, often by setting their relative prices through hardcoded values.

The HyperSDK separates these units so that we can see the resources each transaction consumes. It also allows us to get a better evaluation on the resource savings we are achieving.

Max compute usage may also allow unsustainable state growth

PreviousAvalancheNextStakeless?

Last updated 6 months ago