Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-enhance-hollow-account-docs-97196.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Hedera mainnet (short for main network) is where applications are run in production, with transaction fees paid in HBAR. Any application or retail user can submit transactions to the Hedera mainnet; they’re automatically consensus-timestamped and fairly ordered. Any Hedera account can query data associated with Hedera’s services and stored on-chain. Every transaction requires payment as a transaction fee denominated in tinybars (100,000,000 tℏ = 1 ℏ). You can learn more about transaction fees and estimate your application costs here. If you’re looking to test your application (or just experiment), please visit Testnet Access. The Hedera testnet enables developers to prototype and test applications in a simulated mainnet environment that uses test HBAR for paying transaction fees.Main Network Throttles
| Network Request Types | Throttle (tps) |
|---|---|
| Cryptocurrency Transactions |
|
| Consensus Transactions |
|
| Token Transactions |
|
| Schedule Transactions | ScheduleSignTransaction: 100 tpsScheduleCreateTransaction: 100 tps |
| File Transactions | 10 tps |
| Smart Contract Transactions | ContractExecuteTransaction: 15 million gas per secondContractCreateTransaction: 15 million gas per second |
| Queries (per node) |
|
| Receipts | unlimited (no throttle) |