Economics
Fees & Model
How Monadinals fees work, where they go, and the full cost breakdown for every operation type.
Fee structure
Every Monadinals operation requires two types of fees: a fixed protocol fee paid to the MonadInscriptions contract, and a small variable network gas fee paid to Monad validators.
Gas is negligible
Protocol fee
The 10 MON protocol fee is enforced on-chain. If you submit a transaction with less than 10 MON as msg.value, the contract will revert and the transaction will fail — no fee is charged, no inscription is recorded.
The fee applies equally to all three operation types: Deploy, Mint, and Transfer. There is no fee discount for deployers or bulk operations at the contract level.
Fee is non-refundable
Bulk mint costs
When using the Repeat field to send multiple mint transactions, the total cost scales linearly with the repeat count. The Inscribe panel displays the breakdown before you confirm.
These figures exclude gas, which adds approximately 0.001 MON per transaction.
Where fees go
Protocol fees accumulate in the MonadInscriptions contract. The contract includes a withdrawal function callable only by the designated protocol treasury address. Fees are used to:
- Fund ongoing development and protocol maintenance
- Support indexer infrastructure and uptime
- Cover future smart contract audits and upgrades
- Build out the Monadinals marketplace and ecosystem tools
Why a fixed fee?
A flat fee model was chosen for several reasons:
Predictability
Users know exactly what each inscription costs. No gas estimation surprises or fee spikes during congestion.
Simplicity
A single number is easier to reason about than dynamic fee curves. The Inscribe UI can display exact costs without estimation.
Spam prevention
A non-trivial fee discourages low-effort ticker squatting and spam minting that would bloat the indexer's event log.
Sustainability
Protocol revenue scales directly with usage, giving the team a sustainable funding model without needing token sales or VC investment.
Network gas fees
In addition to the protocol fee, each transaction pays a standard Monad gas fee. Because Monad targets sub-cent gas costs at 10,000 TPS, this fee is negligible in practice. Estimated gas ranges:
Future fee changes
The current fee of 10 MON per operation may be adjusted in future protocol versions based on MON price, network conditions, and community feedback. Any fee changes would require a contract upgrade and would be announced well in advance. The current v0.1 fee parameters are fixed for the duration of the testnet phase.