AENET.cloud PUBLIC GATEWAY
K.PUBLIC.GATEWAY
wallet-section K.PUBLIC.WALLET_SECTION

WALLET / TRANSFER

AENET Wallet — Transfer

AENET Wallet transfer flow — Transfer Codes (txr…), transfer intents, treasury policy, fee quotes and unsigned PSBT signing on an external signer.

An outgoing transfer in AENET Wallet starts as a transfer intent identified by a Transfer Code (txr_…). It becomes an unsigned PSBT, signed externally, validated and broadcast.

Snapshot version: 0.9.0 Published from a verified public snapshot

Transfer Code

A transfer intent is identified by a Transfer Code in the form txr_… — a public identifier for an intent, never a signed transaction.

Treasury policy

Transfer intents pass through treasury policy review before a fee is quoted and UTXOs are reserved.

Unsigned PSBT

The intent is prepared as an unsigned PSBT. Signing happens only on an external hardware signer; the result is validated before broadcast.

Flow

  1. Transfer Intent an outgoing transfer is requested
  2. Fee Quote a Bitcoin network fee is quoted
  3. Treasury Approval treasury policy reviews the intent
  4. UTXO Reservation inputs are reserved for the intent
  5. Unsigned PSBT an unsigned PSBT is prepared
  6. External Signer the PSBT is signed on a hardware signer
  7. Intent Validation the signed intent is validated
  8. Broadcast the transaction is broadcast

Glossary

Related pages

Related systems