Skip to content

Networks

Allfeat runs two parallel chains. You pick the target on every call via the network field:

NetworkUse it forBlock timeWhat gets debited from org credits
testnetDevelopment, integration tests, staging12 sStorage fee only — chain fees (network fee, deposit, service fee) are waived.
mainnetProduction registrations6 sFull price (network fee + deposit + service fee + storage fee).
  • Storage free tier — asset files up to 10 MB incur no storage fee. Above that threshold, the storage fee is charged per MB and increases progressively with file size.
  • Maximum file size — asset files larger than 500 MB are rejected at upload time.
  • Per-key override — a B2B API key can be issued with a stricter max_file_size_bytes cap; uploads above the per-key cap are rejected before the chain call.

On testnet, this means any file ≤ 10 MB registers for 0 credits (storage fee is 0 and chain fees are waived). Use it freely for development and integration tests.

On mainnet, every component is billed — keep at least one credit-funded mainnet org separate from your testnet org so production never accidentally hits a low-balance failure.