NEAR Protocol Fees: Complete Guide & Cost Breakdown
Learn how NEAR Protocol transaction fees work. Simple transfers cost ~$0.0001. Explore gas calculations, storage staking, and fee comparisons vs Ether...
NEAR Protocol at a glance
| Metric | Figure |
|---|---|
| Average transaction fee | ~$0.0001 |
| Fee distribution | 70% burned, 30% to validators |
| Transaction finality | ~2–3 seconds |
| Consensus mechanism | Thresholded Proof of Stake (Nightshade sharding) |
Contents
- What Is NEAR Protocol?
- How Does NEAR Protocol Work?
- How Do NEAR Protocol Fees Work?
- What Is Storage Staking on NEAR Protocol?
- NEAR Protocol Fees vs. Ethereum, Solana, and Avalanche
- NEAR Protocol and Aurora EVM: Understanding the Fee Difference
- NEAR Protocol Fees: Frequently Asked Questions
What Is NEAR Protocol?
NEAR Protocol: Definition and Overview
NEAR Protocol is an open-source, proof-of-stake Layer 1 blockchain (a base-layer network that processes and finalizes transactions independently, not on top of another chain) built for scalability and developer accessibility. Its Nightshade sharding architecture splits transaction processing across multiple parallel shards, keeping fees predictable and cost-efficient even as usage grows. The network's native currency, the NEAR token, is used to pay transaction fees, secure the network, and participate in governance.
Think of NEAR Protocol as a multi-lane highway for digital applications: while Ethereum processes all transactions in a single queue where traffic determines cost, NEAR distributes that traffic across many lanes simultaneously, preventing the congestion-driven fee spikes that affect single-lane chains.
Who Created NEAR Protocol?
NEAR Protocol was co-founded in 2018 by Illia Polosukhin, a former Google engineer and co-author of the influential "Attention Is All You Need" paper that introduced the Transformer architecture foundational to modern AI, and Alexander Skidanov, a former Microsoft and MemSQL engineer. The mainnet launched in 2020. The NEAR Foundation, a nonprofit based in Switzerland, oversees protocol development, ecosystem grants, and governance processes for NEAR Protocol. Founding credentials and further background are available at near.org/about.
What Is the NEAR Token?
NEAR is both the name of a Layer 1 blockchain network (NEAR Protocol) and the native cryptocurrency token used to pay fees and participate in governance on that network. The ticker symbol is NEAR. The token serves four functions: paying transaction fees, providing storage staking collateral, validator staking (locking NEAR to earn the right to process transactions and receive fee rewards), and governance voting on protocol upgrades. Current price data is not included here because it changes constantly. For real-time pricing to convert fee amounts to USD, see the NEAR token price on CoinGecko or CoinMarketCap.
What Can You Do on NEAR Protocol?
NEAR Protocol is a developer-friendly platform for building Web3 applications, including decentralized apps (dApps, software applications that run on a blockchain rather than a central server) ranging from decentralized finance (DeFi, financial services like lending, yield earning, and trading that run on blockchain smart contracts rather than through banks) to NFT marketplaces and games. Concrete applications active on NEAR include:
- DeFi trading: Ref Finance (token swaps and liquidity pools)
- Lending and yield: Burrow (decentralized lending protocol)
- NFTs: Mintbase and Paras (buying, selling, and minting digital collectibles)
- Blockchain gaming: Multiple games built natively on NEAR
- Low-cost global payments: Send NEAR tokens internationally for under $0.0001
- dApp development: Build smart contracts in Rust or AssemblyScript on NEAR's infrastructure
To understand why NEAR Protocol fees are so low, we need to look at the technical design that makes it possible.
How Does NEAR Protocol Work?
NEAR Protocol's architecture rests on two design choices that work together to keep transaction fees low and throughput high: Nightshade sharding and Thresholded Proof of Stake consensus.
Nightshade Sharding: Why NEAR Fees Are Low
NEAR Protocol fees are low because of Nightshade sharding, NEAR's approach to processing transactions across multiple parallel shards simultaneously. Sharding is the technique of splitting a blockchain's processing work across multiple parallel segments, or shards, to increase throughput. NEAR's Nightshade implementation is specific: the network divides its state and processing into shards, each of which produces a "chunk" that becomes part of the next block. Validators (the network participants who process and confirm transactions) are assigned to individual shards rather than processing the entire chain, enabling horizontal scalability as more shards are added.
The causal chain from architecture to fees is direct: parallel shard processing increases total throughput, which means less competition for block space on any single shard, which in turn keeps fees predictable and cost-efficient. NEAR's gas price is also protocol-set rather than determined by an open bidding market, which prevents the auction-driven fee spikes that occur on Ethereum during periods of high demand.
NEAR Protocol currently processes thousands of transactions per second on mainnet, with theoretical capacity scaling to approximately 100,000 TPS as additional shards are activated. Transaction finality is approximately 2–3 seconds, compared to Ethereum's 12-second block time and longer economic finality period.
Smart contracts (self-executing programs stored on the blockchain that automatically carry out predefined actions when conditions are met) are the primary driver of gas consumption on NEAR, with more complex contracts consuming more gas and therefore generating higher fees.
Proof of Stake and Validators
NEAR Protocol uses a proof-of-stake consensus mechanism, meaning validators are chosen to confirm transactions based on the amount of NEAR tokens they have staked as collateral, rather than through computational work. Staking, in this context, means locking tokens as collateral to participate in the network. The specific variant is called Thresholded Proof of Stake (TPoS), where validator seats are filled by those staking above a dynamic minimum threshold, making the validator set competitive rather than fixed.
Validators earn 30% of all transaction fees processed through their assigned shard as compensation for securing the network. (Token holders who do not wish to run a validator node can delegate their NEAR to an existing validator, earning a proportional share of staking rewards. Validators typically charge delegators a commission of 5–10% of the staking rewards earned. This commission is set by each validator individually and is separate from the transaction fee structure.) The full details of fee distribution are covered in the next section.
Now that we understand why NEAR fees are low by design, let's look at exactly how those fees are calculated and what they cost.
How Do NEAR Protocol Fees Work?
NEAR Protocol fees are the transaction costs paid in NEAR tokens to process any action on the network. Fees are calculated based on the amount of computational work (measured in TerraGas) required for each transaction, multiplied by the current gas price. For most simple transactions, such as token transfers, NEAR fees are approximately $0.0001 or less, making NEAR one of the most cost-efficient Layer 1 blockchains available.
NEAR Protocol Fee Structure Overview
NEAR Protocol's fee structure has four components:
- Transaction fees: Gas-based costs paid in NEAR tokens, approximately $0.0001 for simple transfers
- Storage staking: Recoverable NEAR locked to cover on-chain data storage (separate from transaction fees; covered in the next section)
- Fee distribution: 70% of every fee is permanently burned; 30% goes to the validator who processed the transaction
- Aurora EVM: If you use Aurora, NEAR's Ethereum-compatible execution layer, fees are paid in ETH rather than NEAR
Fees are denominated in NEAR tokens, not USD. The USD equivalent changes with the NEAR token price. For current conversion, use NEAR token price on CoinGecko.
How a NEAR Transaction Fee Is Calculated
Here is the step-by-step process that occurs every time you submit a transaction on NEAR Protocol:
- You initiate a transaction (for example, a token transfer or a smart contract function call)
- The network calculates the computational work required, measured in TerraGas (Tgas) units
- The fee is calculated: Gas consumed (Tgas) multiplied by the current gas price in NEAR tokens
- The fee is deducted automatically from your NEAR wallet balance; no manual gas price setting is required
- The fee is distributed: 70% is permanently burned (removed from circulating supply) and 30% goes to the validator who processed your transaction
This process happens at the protocol level. You do not need to approve gas prices or manage fee settings the way Ethereum users sometimes do.
Gas Fees and TerraGas (Tgas) Explained
Gas is the unit of measurement for the computational work required to execute a transaction or run a smart contract on a blockchain. On NEAR Protocol, you may see fees referred to as "gas fees" or "transaction fees" interchangeably. These terms mean the same thing on NEAR. The official documentation uses "transaction fees" as the primary term, which this article follows throughout.
NEAR measures gas in its own unit called TerraGas (Tgas):
TerraGas (Tgas): NEAR Protocol's unit for measuring computational work. 1 Tgas = 1 trillion gas units. A standard NEAR token transfer consumes approximately 0.45 Tgas, resulting in a fee of roughly 0.000045 NEAR (under $0.0001 at most NEAR token prices).
The fee calculation follows a two-step formula:
Step 1: Fee in NEAR
Transaction Fee (NEAR) = Gas Consumed (Tgas) × Gas Price (NEAR per Tgas)Step 2: Fee in USD
Fee (USD) = Fee (NEAR) × Current NEAR Token PriceWorked example for a standard token transfer:
- Gas consumed: approximately 0.45 Tgas
- Gas price: approximately 100 million yoctoNEAR per gas unit (where 1 yoctoNEAR = 10⁻²⁴ NEAR)
- Resulting fee: approximately 0.000045 NEAR
- USD equivalent: under $0.0001 at typical NEAR token prices
While Ethereum measures gas in gwei and fees in ETH, NEAR uses TerraGas (Tgas) and NEAR tokens. The fundamental mechanism (gas consumed times gas price) is similar in both systems, but NEAR's parallel shard architecture keeps the per-unit cost orders of magnitude lower. Note that Tgas measures gas quantity, while Ethereum's gwei measures gas price; they are different dimensions of fee calculation and cannot be compared directly.
For the full technical specification, see NEAR Protocol gas documentation.
How Much Do NEAR Transactions Cost?
A standard NEAR token transfer costs approximately $0.0001 or less at typical NEAR token prices. The table below shows approximate fees by transaction type:
| Transaction Type | Approx. Tgas Consumed | Approx. NEAR Fee | Approx. USD Fee |
|---|---|---|---|
| Simple NEAR transfer | ~0.45 Tgas | ~0.000045 NEAR | under $0.0001 |
| Token (NEP-141) transfer | ~0.45–1 Tgas | ~0.000045–0.0001 NEAR | under $0.001 |
| Smart contract call (simple) | ~2–5 Tgas | ~0.0002–0.0005 NEAR | ~$0.001–$0.005 |
| Smart contract call (complex) | ~10–50 Tgas | ~0.001–0.005 NEAR | ~$0.01–$0.05 |
| Account creation | Includes ~0.1 NEAR storage deposit | ~0.1 NEAR (recoverable) | ~$0.30–$0.50* |
*Account creation requires a storage staking deposit of approximately 0.1 NEAR, which is recoverable. This is storage staking, not a transaction fee. See the Storage Staking section for the distinction.
Smart contract interactions consume more Tgas proportional to computational complexity, typically costing $0.001–$0.05, which remains orders of magnitude below equivalent Ethereum operations. Fees are paid automatically from your NEAR wallet balance at the protocol level.
USD equivalents in the table above are illustrative and will vary with the token's current market value. Check NEAR token price on CoinGecko for current conversion.
Where Do NEAR Fees Go? The 70/30 Burn and Validator Split
NEAR Protocol burns 70% of all transaction fees, permanently removing those tokens from circulating supply. The remaining 30% goes to the validator who processed the transaction.
"Burned" means permanently removed from circulating supply, not destroyed from the validator's income perspective. The validator still receives their 30% share; the burned 70% simply never re-enters circulation.
There is no separate protocol treasury allocation from transaction fees. NEAR Protocol's treasury is funded separately via inflation and token issuance, not from fee revenue. Specifically, NEAR has approximately 5% annual inflation distributed as validator and staker rewards; the 70% fee burn partially offsets this inflation, making the net inflation rate dynamic based on transaction volume. There is no three-way split: fees go entirely to validators (30%) or to burning (70%).
For investors evaluating NEAR's tokenomics, the fee burn mechanism creates a supply reduction pressure that scales with network usage. As more dApps and users transact on NEAR, more NEAR is burned, increasing the offset against issuance inflation.
This model is structurally similar to Ethereum's EIP-1559 fee mechanism introduced in 2021, which burns the base fee component of each Ethereum transaction. The key difference is that NEAR uses a fixed 70/30 split regardless of network congestion, while Ethereum's burn rate fluctuates based on the market-determined base fee.
Verify current fee distribution parameters against the official NEAR Protocol gas documentation before publication, as governance decisions can change protocol parameters.
Beyond standard transaction fees, NEAR Protocol has a second cost mechanism that many new users overlook: storage staking.
What Is Storage Staking on NEAR Protocol?
Storage staking on NEAR Protocol is a mechanism where a small amount of NEAR tokens must be locked (not spent) to pay for data stored on the blockchain. Unlike transaction fees, storage staking deposits are recoverable: when the stored data is deleted, the locked NEAR is returned to the account.
Storage Staking: The Basics
Storage staking is not the same as a transaction fee. Storage staking locks NEAR tokens as a recoverable deposit to cover on-chain data storage. Transaction fees are consumed per action and are not recoverable.
The word "staking" carries three distinct meanings in the NEAR ecosystem. Storage staking is different from the other two:
- Validator staking: Locking NEAR tokens to participate in network consensus and earn transaction fee rewards. This is a network security mechanism.
- DeFi staking: Locking tokens in a DeFi protocol to earn yield. This is a financial product.
Storage staking is neither of those. It means locking NEAR as a refundable deposit to cover the cost of keeping data on the blockchain. Think of it as a security deposit on storage space, not a fee for a service.
The cost rate for storage staking is approximately 1 NEAR per 100 kilobytes of on-chain storage. Verify this figure against current NEAR storage staking documentation before publication, as protocol parameters are subject to governance updates.
Storage staking is triggered in the following situations:
- Creating a NEAR account
- Deploying a smart contract
- Storing token balances or NFT metadata
- Contract state growth as users interact with a dApp
Storage Staking for End Users vs. Developers
For end users: Storage staking costs are handled automatically by the dApp in most cases and are negligible in practice. Creating a NEAR account requires locking approximately 0.1 NEAR as a storage deposit. This is a one-time cost that is fully recoverable if you close the account. For typical DeFi activity, you will not notice storage staking costs separate from transaction fees.
For developers: Storage staking is an important budget line in dApp deployment. The full cost model for developers building on NEAR has three components:
- Smart contract deployment fee: A one-time transaction fee, typically under $0.01
- Storage staking deposit: Proportional to contract bytecode and initial state size, approximately 1 NEAR per 100 KB of on-chain data. A moderately complex contract may require several NEAR to be locked.
- Ongoing user transaction fees: Negligible per user, but developers can optionally sponsor user fees via NEAR's meta-transaction model, which allows developers to pay fees on behalf of users and hide blockchain cost complexity from the end-user experience.
The locked storage staking NEAR is capital that cannot be deployed elsewhere until the storage is freed. For contracts with significant state data, this becomes a meaningful capital consideration. For precise storage cost profiling, consult NEAR storage staking documentation.
With a clear picture of NEAR's full fee model, we can now compare it directly against Ethereum, Solana, and other Layer 1 blockchains.
NEAR Protocol Fees vs. Ethereum, Solana, and Avalanche
NEAR Protocol transaction fees are approximately $0.0001 for a simple transfer, compared to Ethereum's average of $2–$15 depending on network congestion. The data below places NEAR in context with the other major blockchains most relevant to users evaluating a platform for DeFi and dApp activity.
Is NEAR Protocol Cheaper Than Ethereum?
Yes. NEAR Protocol transaction fees are lower than Ethereum's, typically costing under $0.001 for most operations compared to Ethereum's average of $2–$15 for simple transfers under normal network conditions. During periods of high demand, such as major NFT launches or DeFi activity surges, Ethereum fees can spike to $50–$100 or more per transaction.
For a DeFi user who regularly executes token swaps, migrating from Ethereum mainnet to NEAR could reduce transaction costs by 99% or more, from approximately $5–$50 per Ethereum swap to under $0.01 on NEAR. The table below provides a structured comparison across the major chains.
| Blockchain | Avg. Simple Transfer Fee (USD) | Avg. DEX Swap Fee (USD) | Fee Mechanism | Fee Variability |
|---|---|---|---|---|
| NEAR Protocol | ~$0.0001 | ~$0.001–$0.01 | Gas (TerraGas), protocol-set price | Low (protocol-controlled) |
| Ethereum Mainnet | ~$2–$15 | ~$5–$50 | Gas (gwei), base fee + priority tip (EIP-1559) | High (market-driven, congestion-sensitive) |
| Solana | ~$0.00025 | ~$0.001–$0.01 | Fixed base fee per signature + priority fees | Low (but network outages have occurred) |
| Avalanche | ~$0.01–$0.10 | ~$0.05–$0.50 | Dynamic gas fee, AVAX-denominated | Medium (lower than Ethereum, higher than NEAR) |
| Polygon (PoS) | ~$0.001–$0.01 | ~$0.01–$0.05 | Gas (gwei), ETH-compatible, MATIC-denominated | Low (Ethereum L2/sidechain) |
Fees are approximate and subject to change with network conditions and token prices. Ethereum fees represent typical conditions; Ethereum fees can spike significantly during network congestion. Check the Ethereum Gas Tracker on Etherscan for current data. NEAR fees are denominated in NEAR tokens; USD equivalent varies with token price. Sources: Etherscan Gas Tracker, NEAR Protocol documentation, Solana documentation, Avalanche documentation.
How Does NEAR Compare to Solana and Avalanche?
Solana's base transaction fees are among the lowest of any major blockchain, technically lower per transaction than NEAR in absolute terms. A basic Solana transfer costs approximately $0.00025. However, Solana has experienced notable network outages that have affected transaction processing, and its fee model has evolved to include priority fees during periods of high demand. When evaluating Solana for high-frequency applications, reliability history is a factor alongside raw fee cost.
Avalanche fees are lower than Ethereum's but typically higher than NEAR's for most transaction types, averaging approximately $0.01–$0.10 per transaction. Avalanche occupies a middle position between Ethereum's variable high fees and NEAR/Solana's sub-cent range.
For most end users, both NEAR and Solana offer comparable low-cost transaction experiences. The choice between them depends on factors beyond fees: ecosystem depth, dApp availability, developer tooling, and reliability track record. Note that NEAR's storage staking model adds a cost dimension for dApp developers that Solana and Avalanche do not have an equivalent for. Developers should factor storage staking deposits into their total cost of ownership when comparing platforms.
One important caveat for developers considering NEAR: if you plan to use Aurora, NEAR's Ethereum-compatible execution environment, the fee model works differently.
NEAR Protocol and Aurora EVM: Understanding the Fee Difference
Not all transactions on NEAR Protocol work the same way. If you plan to use Aurora, NEAR's Ethereum-compatible execution environment, the fee model differs from what you have read in the sections above.
What Is Aurora on NEAR Protocol?
Aurora is an Ethereum Virtual Machine (EVM) built on NEAR Protocol that allows developers to deploy Ethereum-compatible (Solidity) smart contracts using NEAR's infrastructure. Aurora is maintained by Aurora Labs, a separate entity from the NEAR Foundation, and it operates as a smart contract on top of the NEAR base layer.
ETH reaches Aurora via Rainbow Bridge, a cross-chain bridge connecting NEAR and Ethereum that enables asset transfers between the two networks. When you move ETH from Ethereum to NEAR via Rainbow Bridge, that ETH can be used to pay Aurora transaction fees.
Aurora enables Solidity developers to bring existing Ethereum dApps to NEAR's infrastructure with minimal code changes, without needing to rewrite contracts in Rust or AssemblyScript.
Aurora Fees vs. Native NEAR Fees
Using Aurora on NEAR? You pay fees in ETH, not NEAR. Native NEAR Protocol dApps and transactions use NEAR tokens for fees.
Aurora uses ETH as its gas token, bridged from Ethereum via Rainbow Bridge. This means the sub-cent NEAR fee figures discussed in this article do not apply directly to Aurora transactions. Aurora fees are benchmarked against the ETH price rather than the NEAR token price.
Aurora transaction fees are lower than Ethereum mainnet fees, often by a substantial margin, because Aurora benefits from NEAR's throughput capacity. However, Aurora fees are slightly higher in absolute USD terms than native NEAR transactions, because ETH carries a different price point than NEAR.
The practical decision rule for developers:
- Porting existing Solidity contracts from Ethereum: Use Aurora. Minimal code changes, EVM compatibility, and lower costs than Ethereum mainnet.
- Building new contracts from scratch: Consider native NEAR development in Rust or AssemblyScript to access the lowest possible transaction fees and deepest NEAR ecosystem integration.
For technical specifications on Aurora's fee model and deployment, see the Aurora developer documentation.
For quick answers to the most common questions about NEAR Protocol fees, see the FAQ section below.
NEAR Protocol Fees: Frequently Asked Questions
Does NEAR Protocol Have Gas Fees?
Yes. NEAR Protocol uses a gas-based fee system measured in TerraGas (Tgas). You will see these costs referred to as both "gas fees" and "transaction fees" on NEAR; they mean the same thing. Gas is the computational unit; the transaction fee is the total cost in NEAR tokens that you pay when executing any action on the network.
How Much Does a NEAR Transaction Cost?
A simple NEAR transfer costs approximately $0.0001 or less at typical NEAR token prices. Smart contract interactions cost more depending on complexity, typically between $0.001 and $0.05. These USD figures are illustrative; because NEAR fees are denominated in NEAR tokens, the USD equivalent changes with the token price. See NEAR token price on CoinGecko for current conversion.
What Is TerraGas (Tgas) on NEAR Protocol?
TerraGas (Tgas) is NEAR Protocol's unit for measuring computational work. One Tgas equals 1 trillion gas units. A standard token transfer on NEAR consumes approximately 0.45 Tgas, resulting in a fee of roughly 0.000045 NEAR. The fee formula is: Transaction Fee (NEAR) = Gas Consumed (Tgas) × Gas Price (NEAR per Tgas). See the Gas Fees and TerraGas section above for the full worked calculation.
What Is Storage Staking on NEAR?
Storage staking on NEAR is the practice of locking (not spending) NEAR tokens as a recoverable deposit to pay for data stored on the blockchain. Storage staking is separate from transaction fees: transaction fees are consumed per action and not recoverable, while storage staking deposits are returned when the stored data is deleted. Creating a NEAR account, deploying a smart contract, or storing token balances all trigger storage staking requirements.
What Percentage of NEAR Protocol Fees Are Burned?
Approximately 70% of every NEAR Protocol transaction fee is permanently burned, meaning removed from circulating supply. The remaining 30% goes to the validator who processed the transaction. There is no separate protocol treasury cut from transaction fees. As network usage grows, the burn rate increases, creating supply reduction pressure that scales with on-chain activity.
How Do I Pay Fees on NEAR Protocol?
Fees are paid automatically in NEAR tokens from your wallet balance when you submit a transaction. You do not need to set a gas price manually; NEAR Protocol handles fee calculation at the protocol level. To pay fees, you need a NEAR wallet with a small NEAR balance. Wallet options include MyNearWallet (mynearwallet.com) and Meteor Wallet. A few dollars' worth of NEAR is sufficient for hundreds of transactions.
Is NEAR Protocol Proof of Stake?
Yes. NEAR Protocol uses a proof-of-stake consensus mechanism called Thresholded Proof of Stake (TPoS), where validators are selected based on the amount of NEAR tokens they stake as collateral. Validators earn 30% of all transaction fees processed through their assigned shard. Token holders can also delegate their NEAR to an existing validator to earn a share of staking rewards without running their own validator node.
Is NEAR Protocol Cheaper Than Ethereum?
Yes. NEAR Protocol transaction fees average approximately $0.0001 per simple transfer, compared to Ethereum's typical range of $2–$15 per transaction under normal network conditions. During high-demand periods on Ethereum, fees can rise to $50–$100 or more. See the comparison table in the NEAR Protocol Fees vs. Ethereum, Solana, and Avalanche section for a full side-by-side breakdown.
What Wallet Do I Use for NEAR Protocol?
NEAR Protocol is supported by several wallets. The most widely used options are:
- MyNearWallet (mynearwallet.com): The primary community-supported web wallet following the deprecation of the original NEAR Wallet
- Meteor Wallet: A browser extension wallet with dApp integration
- Ledger: Hardware wallet support for cold storage of NEAR tokens
The original official NEAR Wallet (previously at wallet.near.org) has been deprecated; users migrated to MyNearWallet and other ecosystem wallets. For the current full list of supported wallets, consult NEAR Protocol's official documentation at docs.near.org.
Is NEAR Protocol Safe to Use?
NEAR Protocol's mainnet has been live since 2020 and has not experienced major protocol-level outages or security exploits at the base layer. The codebase is open-source and has been audited by third-party security firms. As with any blockchain ecosystem, individual dApps and smart contracts carry their own risk profiles unrelated to the base protocol. Users should apply standard due diligence before interacting with any dApp, regardless of which chain it runs on. No blockchain protocol can guarantee absolute security.
The fee figures and tokenomics information in this article are provided for informational purposes only and do not constitute financial or investment advice. Cryptocurrency fee amounts fluctuate with network conditions and token prices. Always verify current fee data using NEAR Protocol's official documentation or a real-time price source such as CoinGecko. NEAR token prices and protocol parameters may change. Verify the 70/30 fee burn/validator split and the storage staking cost rate (~1 NEAR per 100 KB) against current NEAR documentation before publication, as protocol parameters can change via governance.