Expiry awareness
The wallet can compute expiry height, blocks to expiry, status, and dust-risk style warnings so lifecycle risk is visible before it becomes a crisis.
Wallet layer
OBTC is not only making a philosophical point about time. The current wallet direction already includes expiry awareness, manual renewal, batch renewal, a process-local auto-renew scheduler, and an automation surface designed for controlled execution.
obtc.getexpiry, obtc.renew, and renewall
Automation path Auto-Renew plus controlled wallet orchestration
Boundary wallet and product layer, not consensus
Current wallet direction
The wallet can compute expiry height, blocks to expiry, status, and dust-risk style warnings so lifecycle risk is visible before it becomes a crisis.
obtc.getexpiry exposes the risk view, while obtc.renew lets holders renew selected outputs directly.
renewall turns renewal into a repeatable workflow instead of a one-output-at-a-time ritual.
The current scheduler runs inside the wallet process with windows, fee limits, and failure backoff. It is an execution aid, not a hidden chain rule.
Controlled automation
Start with expiry risk, not blind execution. The wallet can surface which outputs are safe, expiring, or already expired.
The automation path is meant to stage renewal work before publication, not jump straight to opaque action.
The wallet automation surface handles capability, policy, signer-session, and renewal orchestration. An optional Remote Signer can sit behind it when signing needs stronger isolation.
Automated stewardship only helps if operators can review what happened. Operation metadata and audit trails are part of the point.
An orchestration surface for expiry analysis, preview, authorization, and renewal execution in the wallet layer.
It is not the remote signer itself. Remote signing remains an optional separate backend for deployments that want a stronger split between planning and signing.
Testnet v0.1
OBTCWallet now has a source-only engineering preview for developers who want to reproduce the first testnet wallet path.The preview documents native OBTC network flags, the `19528` node RPC default, the `19554` wallet legacy RPC default, `obtc.getexpiry`, and `renewall --dry-run`. It is not a production wallet release.
Boundary
The wallet-layer case for OBTC is practical: lifecycle risk can be observed, renewed, budgeted, and audited without moving those rules into consensus.