One-Time Address
Pronunciation: WUN TYM AD-dres
Also known as: Single-Purpose Address, Unique Payment Address
Definition
One-Time Address is a receiving address intended to be issued for one payment, customer interaction, transaction, or limited purpose. It improves attribution and can reduce address reuse, but the address may remain technically capable of receiving later funds. In practice, systems generate the address from an approved wallet, bind it to an order or customer, define expiry behavior, and continue monitoring after use. The main risk is that reissuing an address, stopping monitoring too early, or losing the derivation mapping can misattribute or strand deposits.
Overview
One-Time Address is a receiving address intended to be issued for one payment, customer interaction, transaction, or limited purpose. Address operations must preserve network, script type, derivation path, ownership mapping, issuance status, and monitoring history. A blockchain address is an identifier for a destination or spending condition, not proof of identity or legal ownership.
It improves attribution and can reduce address reuse, but the address may remain technically capable of receiving later funds. It should be distinguished from Address Rotation, Account Derivation, and Address Derivation. These concepts may interact in one workflow, but they identify different control points, records, or security assumptions.
Operationally, systems generate the address from an approved wallet, bind it to an order or customer, define expiry behavior, and continue monitoring after use. A production implementation should preserve the applicable blockchain network, asset or contract identifier, source and destination ownership, policy version, responsible roles, timestamps, transaction identifiers, and evidence used to authorize or reconcile the action. Exceptions should be visible in an operational queue rather than silently corrected.
The principal risk is that reissuing an address, stopping monitoring too early, or losing the derivation mapping can misattribute or strand deposits. Teams should test normal and exceptional paths, including delayed confirmations, reorgs, unavailable custodians, signing-device failure, stale permissions, incorrect network selection, fee spikes, duplicate requests, compromised user interfaces, and incomplete recovery data. High-value actions should be independently reviewed before execution.
For governance and audit, document the exact meaning of One-Time Address in the relevant wallet, custody platform, smart contract, or internal ledger. Confirm who can create, change, approve, pause, reverse, or recover the associated configuration. Monitoring should cover privileged access, policy changes, address and key lifecycle events, balance movements, failed transactions, reconciliation differences, and unresolved customer claims. This converts the term from a product label into a testable operational control.
Key Takeaway
One-Time Address is reliable only when its ownership, authority, policy, technical implementation, and reconciliation evidence are explicitly verified.
Sources
- BIP 32: Hierarchical Deterministic Wallets — Bitcoin Improvement Proposals (2026-08-02)
- Bitcoin Core getnewaddress RPC — Bitcoin.org (2026-08-02)
- Bitcoin Core getrawchangeaddress RPC — Bitcoin.org (2026-08-02)