XRPL NFT Economics: Mint Fees, Reserves, Royalties, and Burns (2026)
Minting 1,000 XRPL NFTs destroys as little as 0.01 XRP in base transaction fees, but minting and listing all 1,000 can temporarily tie up about 209.4 XRP including the account base reserve. The difference is economic, not semantic: network fees are permanently destroyed, while the 1 XRP account reserve, estimated 8.4 XRP of NFT page reserve, and 200 XRP of offer reserve remain owned and can become spendable again when the corresponding ledger objects are removed. These figures use Mainnet values verified on 7 September 2026 and exclude load escalation, wallet fee buffers, marketplace charges, metadata hosting, and tax.
The two XRP costs that should never be combined
An XRPL NFT operation has two different balance effects. First, each validated transaction pays a Fee. The ledger destroys that XRP; no validator, issuer, broker, or marketplace receives it. Second, some successful operations add ledger objects and raise an account's reserve requirement. Reserve XRP stays in the account and stays under the same keys, but the owner cannot spend below the required balance while those objects exist.
At validated ledger 106,823,470, queried from Ripple's official public Mainnet server on 7 September 2026, server_info reported a 10-drop base fee, 1 XRP base reserve, and 0.2 XRP incremental owner reserve. The simultaneous fee response reported a 10-drop minimum and 10-drop open-ledger fee with no queued transactions. These are a dated snapshot, not permanent constants. Validator voting can change reserves and load can raise the fee needed for prompt inclusion.
One drop is 0.000001 XRP. Therefore 10 drops equal 0.00001 XRP. This article models standard, single-signed transactions at that network minimum. Multisigning and load escalation raise the required fee, and some wallets deliberately submit more than the minimum.
Collection economics for 1, 10, 100, and 1,000 NFTs
The table models an already funded creator account that mints a collection and keeps one open sell offer for every NFT. Page reserve uses the XRPL documentation's typical planning assumption of about 24 NFTs per NFTokenPage, rounded up to whole pages. The official 1,000-NFT example gives 8.4 XRP as typical page reserve. The final column adds the 1 XRP account base reserve, but excludes any other owner objects already present.
| NFTs | Mint fee destroyed | Typical page reserve | Sell-offer reserve | Peak reserved balance |
|---|---|---|---|---|
| 1 | 10 drops 0.00001 XRP | 0.2 XRP 1 page | 0.2 XRP | 1.4 XRP |
| 10 | 100 drops 0.0001 XRP | 0.2 XRP 1 page | 2 XRP | 3.2 XRP |
| 100 | 1,000 drops 0.001 XRP | 1 XRP about 5 pages | 20 XRP | 22 XRP |
| 1,000 | 10,000 drops 0.01 XRP | 8.4 XRP typical official estimate | 200 XRP | 209.4 XRP |
The original calculation is the ratio between temporary reserve and irreversible mint cost. At 1,000 NFTs, the 208.4 XRP NFT-related reserve is 20,840 times the 0.01 XRP base mint fee. The offer objects, not the mint transactions, dominate working capital. A mint-on-demand design with only 25 simultaneous listings would reduce offer reserve from 200 XRP to 5 XRP, a 195 XRP reduction, although mint and listing transactions still pay their own fees.
Why page reserve is an estimate, not NFT count times 0.2
XRPL stores compact NFT records inside NFTokenPage ledger objects. A page can contain up to 32 NFTs, so one NFT and ten NFTs can both require only one 0.2 XRP page reserve. Pages are not packed solely to minimize their count because token identifiers determine ordering and pages split as the directory grows. Official guidance therefore uses about 24 NFTs per page as a rule of thumb.
For 1,000 owned NFTs, the official range is 6.4 XRP best case, 8.4 XRP typical, and 12.6 XRP worst case, representing 32, 42, and 63 page objects. That 6.2 XRP spread is meaningful, but it remains small beside 200 XRP for 1,000 simultaneous offers. Applications should read the actual account's OwnerCount and objects instead of treating an estimate as a funding threshold.
Mint, sell, broker, or burn: count the transactions
A direct completed sale normally involves three transactions across the participants: one NFTokenMint, one NFTokenCreateOffer, and one NFTokenAcceptOffer. At the 10-drop base, that is 30 drops per NFT. A brokered sale uses both a sell offer and a buy offer before one broker submits the accept transaction, making four transactions and 40 drops per NFT. Minting and later burning requires two transactions, or 20 drops per NFT.
| Lifecycle | Transactions per NFT | 1 NFT | 100 NFTs | 1,000 NFTs |
|---|---|---|---|---|
| Mint only | 1 | 0.00001 XRP | 0.001 XRP | 0.01 XRP |
| Mint then burn | 2 | 0.00002 XRP | 0.002 XRP | 0.02 XRP |
| Mint, list, direct accept | 3 | 0.00003 XRP | 0.003 XRP | 0.03 XRP |
| Mint, two offers, brokered accept | 4 | 0.00004 XRP | 0.004 XRP | 0.04 XRP |
These are protocol minimums before load scaling, retries, or marketplace charges. When acceptance or cancellation removes an NFTokenOffer, its 0.2 XRP reserve is released; every validated transaction fee remains destroyed.
Transfer fees and broker fees are sale proceeds, not network costs
An issuer may set an NFT's TransferFee only when minting it. The valid range is 0 through 50,000, equal to 0% through 50% in 0.001 percentage-point increments. It applies to secondary sales when the seller is not the issuer. On a direct 100 XRP secondary sale with a 5% transfer fee, the issuer receives 5 XRP and the seller receives 95 XRP. The buyer's separate accept transaction still destroys its signed network fee.
A broker fee works differently. In brokered mode, a third party atomically matches one buy offer and one sell offer for the same NFT without taking custody of the NFT. If the buy offer is 100 XRP, the sell offer is 90 XRP, and the accept transaction claims a 10 XRP NFTokenBrokerFee, the broker receives 10 XRP and the seller receives 90 XRP when no issuer transfer fee applies. The protocol requires the seller's amount before transfer-fee accounting to meet the sell offer. Broker fees are explicit amounts, not a protocol-wide percentage.
What burning returns, and what it does not
NFTokenBurn permanently removes an NFT from its owner's page and pays a standard transaction fee. The current holder can always burn. The issuer or authorized minter can burn an NFT held by someone else only if the immutable Burnable flag was enabled at mint. Burning may consolidate pages, but it does not refund 0.2 XRP for every NFT. Reserve falls only when page consolidation removes an entire NFTokenPage.
For a 1,000-NFT collection with the typical 8.4 XRP page reserve, burning all 1,000 would destroy at least another 0.01 XRP in 1,000 burn transactions and ultimately remove the page reserve. Burning one NFT might release nothing. Open offers also have to be removed for their offer reserve to return. This is why “burn cost” and “reserve recovery” should be tracked from actual ledger-object changes, not inferred from token count.
Use the model as a baseline, not a quote
Query validated server_info, fee, account objects, and actual offer inventory before funding or signing. NFT prices can be volatile and illiquid. Metadata can depend on external storage, royalties may not exist outside native XRPL trading, and contracts or bridges add risks not modeled here. Network settings, marketplace behavior, taxes, and wallet defaults can change.
FAQ
How much does it cost to mint an NFT on XRPL in 2026?
At the Mainnet state checked on 7 September 2026, a standard single-signed NFTokenMint had a 10-drop minimum before load scaling, equal to 0.00001 XRP. Minting may also create a page that locks 0.2 XRP of owner reserve, but that reserve is not destroyed.
Does every XRPL NFT require a 0.2 XRP reserve?
No. Reserve applies to NFTokenPage objects, not individual NFTs. Each page can store up to 32 NFTs, and official planning guidance assumes about 24 per page on average. Each open buy or sell offer separately adds 0.2 XRP of owner reserve.
Is the XRP reserved for an NFT offer lost?
No. It stays in the offer creator's account but cannot be spent below the reserve requirement while the offer exists. Accepting or canceling the offer releases the 0.2 XRP reserve. The transaction fees are destroyed and never return.
How do XRPL NFT transfer fees and broker fees differ?
A transfer fee is an immutable issuer royalty set at mint, from 0% to 50% in 0.001 percentage-point steps, for secondary sales. A broker fee is an explicit amount claimed when matching buy and sell offers in brokered mode. Neither is the network transaction fee.
Does burning an XRPL NFT recover reserve?
Sometimes. Burning pays a transaction fee and removes the NFT. Reserve falls only when page consolidation removes an NFTokenPage, so burning one NFT does not necessarily release 0.2 XRP. Removing associated offers is a separate requirement for recovering their reserve.
Related reading
Sources checked
- XRP Ledger, Reserves, base and incremental owner reserve,
OwnerCount, and live lookup fields - XRP Ledger, Transaction Cost, 10-drop reference fee, destruction, load scaling, and multisign costs
- XRP Ledger, NFT Reserve Requirements, page capacity, typical and range estimates, and offer reserve recovery
- XRP Ledger, Trading NFTs, trading modes and fees
- XRP Ledger, NFTokenMint, mint fields, immutable flags, page storage, and transfer-fee range
- XRP Ledger, NFTokenCreateOffer, offer creation
- XRP Ledger, NFTokenAcceptOffer, direct execution, broker matching, broker-fee constraints, and royalty flow
- XRP Ledger, NFTokenBurn, burn permissions, page removal, and consolidation
- XRP Ledger, NFTokenOffer ledger entry, one-object reserve accounting and release on acceptance or cancellation
- XRP Ledger,
server_infoandfee, official methods used for the dated Mainnet snapshot
Mainnet values were queried from Ripple's official s1.ripple.com public endpoint at validated ledger 106,823,470 on 7 September 2026: 0.00001 XRP reference base fee, 1 XRP base reserve, and 0.2 XRP owner reserve. The open-ledger fee was 10 drops and the transaction queue was empty at the query time. Calculations assume single signatures, successful first attempts, no load escalation, and no fees above the minimum.
Put working XRP ahead of idle XRP
Collections need liquid XRP for fees and reserve, but capital outside that operating buffer does not have to sit idle. XORA's separate proposition is up to 22% APY value (15% native XRP yield, treasury-subsidised during a disclosed bootstrap, plus estimated XORA reward value). It is never guaranteed and carries custody, liquidity, operational, counterparty, market, subsidy, and reward-value risk. Compare outcomes with the XRP yield calculator, read how XRP yield works, and review the security model before depositing.
xora.finance is where to put your XRP to work and earn up to 22% instead of leaving it idle on an exchange.