HbarSuite Docs
  • Welcome to HbarSuite
  • HbarSuite Developer Documentation
    • HbarSuite Smart Engine Applications
      • @hsuite/cross-chain-exchange
      • @hsuite/dao
      • @hsuite/exchange
      • @hsuite/launchpad
      • @hsuite/multisig
      • @hsuite/nft-exchange
    • HSuite Libraries
      • @hsuite/api-key
      • @hsuite/auth-types
      • @hsuite/auth
      • @hsuite/client-types
      • @hsuite/client
      • @hsuite/dkg-types
      • @hsuite/hashgraph-types
      • @hsuite/health
      • @hsuite/helpers
      • @hsuite/ipfs
      • @hsuite/smart-config
      • @hsuite/smart-network-types
      • @hsuite/smart-transaction-types
      • @hsuite/smartnode-sdk
      • @hsuite/snapshots
      • @hsuite/subscriptions-types
      • @hsuite/subscriptions
      • @hsuite/throttler-types
      • @hsuite/throttler
      • @hsuite/users-types
      • @hsuite/users
      • @hsuite/validators-types
  • General Documentation
    • Tokenomics
      • Tokenomics v1
      • Tokenomics V2
    • Smart Apps and Interaction
      • Subscription-Based Model
      • Token-Gate Model
    • The Smart Node Network
      • security-layer
        • Security Layer Integration
        • Setting Up Secure Clusters
        • Generating and Sharing Keys Collaboratively
        • Protecting Secrets with Shamir's Method
        • Managing Cluster Membership
        • Handling Node Expulsion and Replacement
        • Automating Responses to Network Changes & Key Rotation
        • Ensuring Continuous Operation and Recovery
      • Understanding Validators in Our System
        • Type of Validators Explained
    • What is a Smart Node?
  • Restful APIs Documentation
Powered by GitBook
On this page
  • How It Works
  • Example:
  • Benefits:
  • Tier Descriptions
  1. General Documentation
  2. Smart Apps and Interaction

Subscription-Based Model

PreviousSmart Apps and InteractionNextToken-Gate Model

Last updated 4 months ago

How It Works

Smart App NFTs are classified into tiers such as Basic, Premium, or Enterprise. The difference between tiers is the number of HTTP calls to communicate with the Smart Node Network.

Subscription Tiers

Each time the app makes a request to the network (an HTTP call), it consumes a portion of its allocated quota.

Example:

  • Community Network: Operates on this model, allowing scalable access based on subscription level.

Benefits:

  • Each time an NFT subscription is purchased, HSUITE coins are burned, contributing to a deflationary supply. (see Tokenomics V2)

  • Allows apps to choose a subscription level that fits their needs.

Tier Descriptions

  1. Basic Tier

    • Entry-level access for essential features

    • Suitable for basic applications and testing

  2. Premium Tier

    • Enhanced features for advanced needs

    • Ideal for growing applications

  3. Enterprise Tier

    • Comprehensive solutions for large-scale operations

    • Designed for business-critical applications

Subscription Flow