Every bitcoin in existence is locked inside a UTXO — an Unspent Transaction Output. Including yours. Including the one you are about to use to enter Bitok Arena. Bitcoin doesn't track balances like a bank. It tracks discrete chunks of BTC locked to specific addresses, waiting to be consumed as inputs in the next transaction that spends them.
Does this change how you enter Bitok Arena? Yes — specifically in how your transaction fee is calculated, how change addresses affect your leaderboard position, and how to rescue a transaction that is sitting unconfirmed too close to round close. Understanding UTXOs eliminates all three sources of unnecessary friction.
Bitcoin wallets display a balance. The Bitcoin network sees a collection of UTXOs. Those two views diverge the moment transaction fees, change outputs, and timing come into play.
UTXOs, Fees, and Your Entry Cost
When you send BTC to the Bitok Arena master wallet, your wallet selects one or more UTXOs from your address as inputs. The transaction consumes those inputs entirely and creates two outputs: one to the master wallet (your entry amount) and one back to you as change. The miner fee is the difference between inputs and outputs — and the fee is priced in satoshis per virtual byte, where virtual bytes are determined by the size of the transaction in bytes.
Transaction size depends on the number of inputs. A single UTXO input produces a compact transaction with low byte count and low fee at any given sat/vbyte rate. Multiple small UTXO inputs produce a larger transaction with higher byte count and higher fee at the same rate. This is why UTXO consolidation before entering Bitok Arena matters for regular competitors: accumulating many small UTXOs — from prize payments, change outputs, and small deposits — means every future entry transaction is larger and more expensive. Consolidating them into a single UTXO during a low-congestion period reduces the cost of every subsequent entry.
The BIP39 seed phrase that controls your wallet generates all addresses and all UTXOs under that wallet. Restoring the wallet from seed on a new device recovers everything — the UTXOs don't live on the device, they live on the blockchain. What changes when you restore is only the software's ability to sign transactions that spend those UTXOs.
Change Addresses and Bitok Arena Leaderboard
When your entry transaction sends 0.01 BTC from a UTXO of 0.05 BTC, the remaining 0.04 BTC (minus fee) goes to a change address. Most wallets automatically generate a new address for change — a privacy feature that prevents the full UTXO history from being easily linked. That change address is a different address than the one that sent the competition entry, even though both are controlled by the same seed phrase.
The Bitok Arena leaderboard records the address that signed and broadcast the entry transaction — the sending address. If your entry came from address A, your change landed at address B, and the leaderboard shows address A. Any prize for that round returns to address A. To add more BTC to the same leaderboard position mid-round, send additional transactions from address A specifically — transactions from address B create a separate, new leaderboard entry, not an addition to the existing position.
Two recovery mechanisms exist for stuck transactions. Replace-By-Fee (RBF) rebroadcasts an unconfirmed transaction with a higher fee — the new version replaces the old one in the mempool, and miners include it sooner. Child-Pays-For-Parent (CPFP) creates a new transaction that spends an unconfirmed output, attaching a high enough fee that miners are incentivized to include both the parent and child in the same block. Both require the transaction to still be unconfirmed — once confirmed, nothing can be changed.
Timing the Mempool for Bitok Arena
The minimum sat/vbyte fee for a Bitok Arena entry to confirm before round close depends on current mempool congestion. When the mempool is nearly empty, even 1–2 sat/vbyte confirms within a few blocks. During Ordinals or Runes minting surges, the mempool fills and the required fee for next-block confirmation can spike to 50–200 sat/vbyte or higher. The Bitcoin transaction mempool — how to time a Bitok Arena entry fee — is simply this: check mempool.space before sending when timing is tight, read the fee estimate for next-block confirmation, and submit at that rate or above.
Entries placed hours before round close have room to use lower fee rates and wait for confirmation. Entries placed within one hour of close need a fee rate sufficient for next-block confirmation. There is no way to accelerate a confirmed transaction and no way to submit a new entry on behalf of an address that already has one pending. Getting the fee rate right before broadcasting is simpler than using recovery mechanisms after.
The UTXO model determines the cost of every Bitok Arena entry, the address that holds every leaderboard position, and the destination of every prize payment. Understand it once — no surprises after that.
The wallet application handles most of this automatically. But the leaderboard sees the raw blockchain, and the raw blockchain does exactly what the UTXO model says it does. Knowing the model means knowing what the leaderboard will show before the transaction is even broadcast.
UTXOs determine your entry fee (one UTXO input costs less than many), your leaderboard address (the sending address, not the change address), and your ability to recover a stuck transaction (RBF or CPFP while still unconfirmed). Consolidate fragmented UTXOs during low-congestion periods. Check mempool.space before entries placed close to round close. Send from the address you want on the leaderboard — that is the address that competes, holds the position, and collects any prize.