<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How Fees Work on AntiQua: Your Tip, the Miner's Reward, and Spam Protection]]></title><description><![CDATA[<p dir="auto">What does it cost to send AQA? Who gets that money? And how does AntiQua stop spam without making everyone pay for it? <img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:1.4em;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
<p dir="auto">This post explains the <strong>AntiQua fee system</strong> exactly as it works in the node software today – no marketing numbers, just the rules the network enforces. Every number below was re-checked against the NodeCore source in September 2026.</p>
<p dir="auto"><strong>TL;DR</strong></p>
<ul>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4b0.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--moneybag" style="height:1.4em;width:auto;vertical-align:middle" title=":moneybag:" alt="💰" /> <strong>A tiny base fee + your tip.</strong> Every transaction pays a small, fixed minimum of <strong>100 satoshi per KiB</strong> – a typical post-quantum payment about <strong>0.00001 AQA</strong>. On top, you choose a tip: a higher tip gets you confirmed faster.</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/26cf.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--pick" style="height:1.4em;width:auto;vertical-align:middle" title=":pick:" alt="⛏" /> <strong>Every fee goes to the miner.</strong> Nothing is burned, nothing goes to a hidden account.</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/26d3.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--chains" style="height:1.4em;width:auto;vertical-align:middle" title=":chains:" alt="⛓" /> <strong>More inputs cost more</strong> – because every input carries a large post-quantum signature.</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6e1.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--shield" style="height:1.4em;width:auto;vertical-align:middle" title=":shield:" alt="🛡" /> <strong>Spam is stopped with work, not money:</strong> from the 6th pending transaction, your wallet has to solve a tiny proof-of-work.</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f522.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--1234" style="height:1.4em;width:auto;vertical-align:middle" title=":1234:" alt="🔢" /> <strong>Everything is exact:</strong> all amounts are whole satoshi – no rounding, no floating point.</li>
</ul>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4c3.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--page_with_curl" style="height:1.4em;width:auto;vertical-align:middle" title=":page_with_curl:" alt="📃" /> What a fee actually is</h2>
<p dir="auto">On AntiQua, the fee isn't a separate field you can fake – it's simply <strong>what's left over</strong>:</p>
<pre><code>fee = sum of inputs − sum of outputs
</code></pre>
<p dir="auto">Everything you don't send to a recipient or back to yourself as change is the fee, calculated <strong>to the exact satoshi</strong> (1 AQA = 100,000,000 satoshi). The node checks that this amount covers everything the transaction requires – otherwise it's rejected.</p>
<p dir="auto">The fee is also <strong>part of the transaction hash</strong>: if you change the fee, you get a new transaction ID. Nobody can alter it on the way.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4a1.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--bulb" style="height:1.4em;width:auto;vertical-align:middle" title=":bulb:" alt="💡" /> Base fee + your tip</h2>
<p dir="auto">Your fee has two parts:</p>
<ol>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3e6.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--bank" style="height:1.4em;width:auto;vertical-align:middle" title=":bank:" alt="🏦" /> <strong>The base fee</strong> – a fixed minimum set by <strong>consensus</strong>: <strong>100 satoshi (0.000001 AQA) per started KiB</strong> of transaction size. "Started" is literal: 9,194 bytes round up to 9 KiB. A typical post-quantum payment is around 9–10 KiB, so the base fee is roughly <strong>900–1,000 satoshi – about 0.00001 AQA</strong>. It applies to every transaction from block 1 on.</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4a1.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--bulb" style="height:1.4em;width:auto;vertical-align:middle" title=":bulb:" alt="💡" /> <strong>The tip</strong> – whatever you add on top for the miner:</li>
</ol>
<ul>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f40c.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--snail" style="height:1.4em;width:auto;vertical-align:middle" title=":snail:" alt="🐌" /> <strong>Low tip</strong> – still valid (even a tip of 0 is accepted, as long as the base fee is covered; the dust limit and spam protection still apply), but you may wait longer when blocks are busy</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3ce.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--racing_car" style="height:1.4em;width:auto;vertical-align:middle" title=":racing_car:" alt="🏎" /> <strong>Higher tip</strong> – miners pick your transaction first</li>
</ul>
<p dir="auto"><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/2699.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--gear" style="height:1.4em;width:auto;vertical-align:middle" title=":gear:" alt="⚙" /> <strong>Fixed, not adjustable:</strong> the base fee depends <strong>only on the block height</strong> – no node, miner or admin can raise it on the fly or tune it to its own mempool. The consensus code allows a ceiling of 1,000× the minimum, but the active value is the <strong>minimum</strong>, and nothing in the node moves it. Changing it would require a network upgrade, announced in the <a href="/topic/12">Core Changelog</a> first.</p>
<p dir="auto"><strong>Real example from our testnet milestone:</strong> sending <strong>10 AQA</strong> with a <strong>0.01 AQA tip</strong> – the miner collected the fees on top of the block reward, the receiver got exactly 10 AQA. (<a href="/topic/14">See the milestone post</a>) That payment was made before the base fee went live – today the wallet would add about 0.00001 AQA on top.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f527.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--wrench" style="height:1.4em;width:auto;vertical-align:middle" title=":wrench:" alt="🔧" /> What your wallet suggests</h2>
<p dir="auto">You don't calculate any of this by hand. The wallet adds the base fee automatically (it comes out of your change) and offers three lanes:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Lane</th>
<th>What it does</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f422.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--turtle" style="height:1.4em;width:auto;vertical-align:middle" title=":turtle:" alt="🐢" /> <strong>Economy</strong></td>
<td>No extra tip at all – just the base fee. Fine when you're not in a hurry.</td>
</tr>
<tr>
<td><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6b4.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--bicyclist" style="height:1.4em;width:auto;vertical-align:middle" title=":bicyclist:" alt="🚴" /> <strong>Recommended</strong></td>
<td>The median tip per KiB that the network is currently paying, never less than the base rate.</td>
</tr>
<tr>
<td><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f680.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--rocket" style="height:1.4em;width:auto;vertical-align:middle" title=":rocket:" alt="🚀" /> <strong>Next block</strong></td>
<td>The 90th percentile of current tips, at least one step above Recommended.</td>
</tr>
</tbody>
</table>
<p dir="auto">When the wallet has seen no recent traffic – an empty or fresh mempool – it falls back to the base rate for Recommended and twice that for Next block.</p>
<p dir="auto">These lanes are <strong>wallet policy, not consensus.</strong> Another wallet may suggest different numbers; the network only enforces the base fee.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6f0.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--satellite" style="height:1.4em;width:auto;vertical-align:middle" title=":satellite:" alt="🛰" /> What happened to the relay fee?</h2>
<p dir="auto">Older wallet builds showed a third field called <strong>relay fee</strong>, and our earlier testnet posts mention it. <strong>It no longer has any role.</strong> The node requires <strong>zero</strong> for relay: the amount a transaction must cover is base fee + tip (+ contract deployment fee), nothing else.</p>
<p dir="auto"><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/26a0.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--warning" style="height:1.4em;width:auto;vertical-align:middle" title=":warning:" alt="⚠" /> The name always caused the same misunderstanding, so to be clear: a relay fee never went to relay nodes. Relay nodes are paid <strong>only</strong> through the <strong>Relay Reward Lottery</strong> – 1.5 AQA per block from its own 4 million AQA budget, never out of your transaction.</p>
<p dir="auto"><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f449.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--point_right" style="height:1.4em;width:auto;vertical-align:middle" title=":point_right:" alt="👉" /> <strong>In practice:</strong> if your wallet still shows the field, leave it at <strong>0</strong> and use the <strong>tip</strong>. The tip is strictly better anyway: both raise your fee rate equally, but only the tip counts as the <strong>tie-breaker</strong> when two transactions have the same score.</p>
<p dir="auto"><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/2139.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--information_source" style="height:1.4em;width:auto;vertical-align:middle" title=":information_source:" alt="ℹ" /> <em>Footnote: once the lottery budget is used up (in roughly 50 years), <strong>5 % of all fees in a block</strong> go to the lottery winner. That's a share of the block's total fees – not "the relay fee goes to relays".</em></p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/26d3.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--chains" style="height:1.4em;width:auto;vertical-align:middle" title=":chains:" alt="⛓" /> Why more inputs cost more</h2>
<p dir="auto">Every coin you spend (an <em>input</em>) has to be signed – and <strong>post-quantum signatures are big</strong>, several kilobytes each. A transaction that gathers many small coins is heavy for every node on the network. So the required fee grows with the number of inputs:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Inputs</th>
<th>Fee factor</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>1.00×</td>
</tr>
<tr>
<td>2</td>
<td>1.05×</td>
</tr>
<tr>
<td>3</td>
<td>1.30×</td>
</tr>
<tr>
<td>4</td>
<td>1.60×</td>
</tr>
<tr>
<td>5 or more</td>
<td>2.00×</td>
</tr>
</tbody>
</table>
<p dir="auto">The factor applies to base fee and tip together, and it also <strong>lowers a transaction's priority</strong> in the mempool – it sits in the divisor of your fee rate, so a heavy transaction ranks below a light one paying the same absolute amount.</p>
<p dir="auto"><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/2728.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--sparkles" style="height:1.4em;width:auto;vertical-align:middle" title=":sparkles:" alt="✨" /> <strong>Practical tip:</strong> if your wallet has lots of tiny coins, consolidate them once in a quiet moment. At five inputs you are paying double the floor on every send.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f5ff.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--moyai" style="height:1.4em;width:auto;vertical-align:middle" title=":moyai:" alt="🗿" /> Change that disappears into the tip</h2>
<p dir="auto">Sometimes a payment leaves a few hundred satoshi over. Your wallet will <strong>not</strong> hand that back as change, and that is deliberate:</p>
<ul>
<li>Leftover <strong>below 1,000 satoshi</strong> always becomes extra tip. An output that small would be invalid anyway – see the dust limit.</li>
<li>Leftover <strong>up to 50,000 satoshi</strong> may optionally be folded into the tip instead of creating a new coin, to keep your wallet from filling up with crumbs that cost more to spend later than they are worth.</li>
<li>Anything larger comes back to you as a normal change output.</li>
</ul>
<p dir="auto">So if the fee on your receipt looks slightly higher than the lane you picked: that is your own leftover change, not a surcharge.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3c6.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--trophy" style="height:1.4em;width:auto;vertical-align:middle" title=":trophy:" alt="🏆" /> Who gets confirmed first</h2>
<p dir="auto">Miners sort waiting transactions by a simple score:</p>
<ol>
<li><strong>Fee per KiB</strong> – how much you pay relative to the size of your transaction</li>
<li><strong>Divided by the input factor</strong> – heavy transactions rank lower</li>
<li><strong>Contract deployments</strong> get a small boost (see below)</li>
</ol>
<p dir="auto">On a tie: the <strong>higher tip</strong> wins, then the <strong>older</strong> transaction, then the smaller hash. Completely deterministic – no favourites.</p>
<p dir="auto">The mempool holds up to <strong>50,000 transactions</strong> or <strong>500 MiB</strong>, whichever comes first.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/274c.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--x" style="height:1.4em;width:auto;vertical-align:middle" title=":x:" alt="❌" /> What if I pay too little?</h2>
<p dir="auto">Then the transaction never enters the mempool, and a transaction that is not in the mempool is never passed on to anyone. You get an error straight away – <code>FEE_TOO_LOW</code> if the amount misses the policy floor, <code>FEE_INSUFFICIENT</code> if it covers the floor but not everything the transaction owes.</p>
<p dir="auto">There is <strong>no</strong> second, lower "minimum relay fee" hiding behind this one. What the floor says is what the network takes.</p>
<p dir="auto"><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/2139.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--information_source" style="height:1.4em;width:auto;vertical-align:middle" title=":information_source:" alt="ℹ" /> And no, a light node isn't a way around it. A transaction gossiped in from a light client runs through exactly the same check as any other – the light path only serialises the fee fields, it never applies a floor of its own.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/26cf.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--pick" style="height:1.4em;width:auto;vertical-align:middle" title=":pick:" alt="⛏" /> Where the money goes</h2>
<p dir="auto">Every fee in a block goes to <strong>the miner who found it</strong>:</p>
<pre><code>Miner reward = block reward (50 AQA, halving) + all fees in the block
</code></pre>
<ul>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f525.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--fire" style="height:1.4em;width:auto;vertical-align:middle" title=":fire:" alt="🔥" /> <strong>Nothing is burned.</strong> Fees don't disappear, they pay the people securing the network.</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3b2.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--game_die" style="height:1.4em;width:auto;vertical-align:middle" title=":game_die:" alt="🎲" /> <strong>Relay nodes are paid separately</strong> – through the <strong>Relay Reward Lottery</strong>, 1.5 AQA per block from its own 4 million budget, not by taking a cut of your fee. (<a href="/topic/15">Details in the tokenomics post</a>)</li>
<li><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/23f3.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--hourglass_flowing_sand" style="height:1.4em;width:auto;vertical-align:middle" title=":hourglass_flowing_sand:" alt="⏳" /> <strong>In the far future</strong> – once the lottery budget is used up after roughly 50 years – <strong>5 % of the block fees</strong> go to the relay winner, the rest stays with the miner.</li>
</ul>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6e1.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--shield" style="height:1.4em;width:auto;vertical-align:middle" title=":shield:" alt="🛡" /> Spam protection without making everyone pay</h2>
<p dir="auto">Making fees high enough to stop spam would make the network expensive for everyone. AntiQua keeps the base fee tiny and adds a separate limit instead:</p>
<p dir="auto"><strong>1. Micro proof-of-work</strong> <img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4aa.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--muscle" style="height:1.4em;width:auto;vertical-align:middle" title=":muscle:" alt="💪" /></p>
<ul>
<li>Your first <strong>5 pending transactions</strong> are completely normal.</li>
<li>From the <strong>6th</strong> pending transaction (from the same sender), each one must carry a small <strong>proof-of-work</strong> – its hash needs <strong>14 leading zero bits</strong>. For a normal user that's a blink; for someone trying to flood the network with thousands of transactions, it adds up fast.</li>
</ul>
<p dir="auto"><strong>2. A hard ceiling per sender</strong> <img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/26d4.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--no_entry" style="height:1.4em;width:auto;vertical-align:middle" title=":no_entry:" alt="⛔" /></p>
<ul>
<li>The same owner can have at most <strong>25 unconfirmed transactions</strong> waiting at once. Number 26 is refused with <code>QUOTA_EXCEEDED</code> until some of them confirm.</li>
<li>That is the real admission limit, and it's the same number in the mempool and in the node's submit check. If you have read about 100, 200 or 1,000 anywhere: those numbers exist in older material but no code path enforces them.</li>
</ul>
<p dir="auto">Both are <strong>node policy</strong>, not consensus: they govern what a node accepts into its own mempool and passes on.</p>
<p dir="auto">Plus the <strong>dust limit</strong>: outputs smaller than <strong>0.00001 AQA</strong> are invalid, so nobody can clog the chain with worthless crumbs. <a href="/topic/21">How the dust limit works</a></p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4dc.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--scroll" style="height:1.4em;width:auto;vertical-align:middle" title=":scroll:" alt="📜" /> Smart contract deployment fees</h2>
<p dir="auto">Deploying a smart contract adds a small, fixed <strong>deployment fee</strong> on top – depending on the template:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Template</th>
<th>Base deployment fee</th>
</tr>
</thead>
<tbody>
<tr>
<td>Escrow</td>
<td>0.0001 AQA</td>
</tr>
<tr>
<td>Time-Lock</td>
<td>0.00015 AQA</td>
</tr>
<tr>
<td>Token · NFT · Vesting</td>
<td>0.0002 AQA</td>
</tr>
<tr>
<td>Voting</td>
<td>0.00025 AQA</td>
</tr>
<tr>
<td>Recurring payment</td>
<td>0.0003 AQA</td>
</tr>
</tbody>
</table>
<p dir="auto">The deployment fee can rise up to <strong>5×</strong> when the chain is busy – calculated <strong>only from on-chain data</strong> (block timing and number of contracts), so every node arrives at exactly the same number. Deployments also get a <strong>15–25 % priority boost</strong> in the mempool, so contracts don't get stuck. Calling a contract later costs a normal transaction fee.</p>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:1.4em;width:auto;vertical-align:middle" title=":white_check_mark:" alt="✅" /> The rules in one place</h2>
<ol>
<li>Fee = inputs − outputs, exact to the satoshi, part of the transaction hash</li>
<li><strong>Base fee 100 sat per KiB</strong> (consensus, from block 1) <strong>+ your tip</strong>. There is no relay fee any more – the node requires zero for relay</li>
<li>More inputs → higher fee factor and lower priority; the factor hits base fee and tip together</li>
<li>Leftover change below 1,000 satoshi always becomes tip</li>
<li><strong>100 % of fees to the miner</strong>, nothing burned – relays are paid by the lottery</li>
<li>Micro proof-of-work from the 6th pending transaction; at most <strong>25</strong> unconfirmed per sender</li>
<li>Contract deployments: small fixed fee by template, up to 5× under load</li>
</ol>
<hr />
<h2><img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4ac.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--speech_balloon" style="height:1.4em;width:auto;vertical-align:middle" title=":speech_balloon:" alt="💬" /> Questions?</h2>
<p dir="auto">Wondering what fee to set, or how this compares to Bitcoin or Ethereum? <strong>Ask below</strong> – happy to explain. <img src="https://forum.antiqua-blockchain.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f447.png?v=78063b0341f" class="not-responsive emoji emoji-android emoji--point_down" style="height:1.4em;width:auto;vertical-align:middle" title=":point_down:" alt="👇" /></p>
<p dir="auto"><em>— Blythex</em></p>
]]></description><link>https://forum.antiqua-blockchain.com/topic/16/how-fees-work-on-antiqua-your-tip-the-miner-s-reward-and-spam-protection</link><generator>RSS for Node</generator><lastBuildDate>Sat, 26 Sep 2026 11:33:08 GMT</lastBuildDate><atom:link href="https://forum.antiqua-blockchain.com/topic/16.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Sep 2026 11:00:41 GMT</pubDate><ttl>60</ttl></channel></rss>