- Why does this transaction pay multiple recipients?
- QRL supports paying multiple recipients in a single signed transaction — a feature most chains don't offer natively. The sender lists each destination address and amount; the protocol applies all transfers atomically, and the sender pays one fee for the whole envelope. The Transfer diagram above breaks out exactly what each recipient received.
- Did each recipient get the same amount?
- Not necessarily — the sender chooses an amount per recipient when signing. Each recipient is listed in the Transfer diagram above with exactly what they received. The transaction's Amount field is the sum across all recipients; the listing on /transactions collapses these into one logical row per transaction hash.
- How can I tell if this QRL transaction is fully settled?
- QRL uses Proof-of-Work with cumulative-work resolution rather than protocol-level finality. The conventional rule of thumb is to wait 6-12 block confirmations on top of the confirming block before treating a transaction as fully settled. Click the block link in the action header to navigate to the confirming block, then use Prev/Next to check how many blocks have accumulated on top.
- How is the fee on a QRL transaction determined?
- QRL fees are sender-set: when signing, the sender picks the fee they want to attach. There is no EIP-1559 base-fee market — miners are free to pick whichever transactions they want from the mempool, but in practice they prioritise higher-fee transactions. The Fee column shows exactly what the sender chose to pay; the miner of the confirming block received the full fee.
- Will the contents of this transaction ever change?