NFT ROI Calculator
See your real NFT profit — after gas, marketplace fees, and creator royalties.
| Sale price | |
| Purchase price | |
| Gas fees | |
| Net |
How to Use
- Enter the purchase price in ETH (what you paid to mint or buy).
- Enter the sale price in ETH (gross proceeds from the buyer).
- Enter the total gas fees in ETH — sum of mint, list, and accept transactions.
- Enter the marketplace fee % (OpenSea 2.5%, Blur 0%) and creator royalty % (collection-specific).
- Enter the ETH price in USD and read net profit and ROI.
Calculation Method
royalty = sale_price × royalty_pct ÷ 100
net_eth = sale_price − purchase_price − gas_fees − marketplace_fee − royalty
net_usd = net_eth × eth_price_usd
roi_pct = net_eth ÷ purchase_price × 100
- purchase_price
- — what you paid in ETH (mint or secondary).
- sale_price
- — gross ETH the buyer pays before deductions.
- marketplace_fee_pct
- — platform cut, deducted from sale proceeds.
- royalty_pct
- — creator royalty, often optional on Blur/X2Y2.
Source / Last updated: Standard NFT sale accounting; marketplace fees as of May 2026. Last reviewed for SmartCryptoCalcs in May 2026.
Examples
Example 1 — Mint at 0.5 ETH, flip at 1.2 ETH on OpenSea
Sale 1.2 ETH, purchase 0.5 ETH, gas 0.02 ETH, marketplace 2.5% = 0.030 ETH, royalty 5% = 0.060 ETH. Net = 1.2 − 0.5 − 0.02 − 0.03 − 0.06 = 0.59 ETH ≈ $2,254 at $3,820/ETH. ROI ≈ 118%.
Example 2 — Same flip on Blur (0% fees, no royalty enforced)
Same sale and purchase prices, but marketplace 0%, royalty 0%. Net = 1.2 − 0.5 − 0.02 = 0.68 ETH ≈ $2,598. ROI ≈ 136%. That 18-point spread is why volume migrated to Blur for pro flippers in 2023.