Skip to content

[P0] `devshards` fees #935

Closed @dcastro opened 2026-03-23 11:12 UTC 1 comment Updated 2026-04-29 21:44 UTC
Priority: High devshards

Context: https://github.com/gonka-ai/gonka/issues/914#issuecomment-4090483233

  • Calculate and charge fee for devshards
    • Initial impl: create_fee + max_nonce * fee_per_nonce
      • Reasoning: charging per nonce acts as a mechanism to deter from spamming the network with small inference requests
    • Ensure escrow amount covers the fee
    • Ensure the escrow balance never goes below the fee
    • Charge the fee upon settlement

💬 Comments (1)

@KKizilov commented 2026-03-26 15:06 UTC

Calculate and charge fee for subnets Will be done by March 29th.

All the remaining items will be done by April 5th


🔄 Auto-synced from Issue #935 every hour.