Send BSV Payment
ordnet_sendSend a plain BSV payment (P2PKH) directly from your wallet. Pay only miner fees, no service charges, and optionally attach an OP_RETURN payment reference.
Instructions
Send a plain BSV payment (P2PKH) from the initialized wallet.
THE core tool for agent payments: miner fee only (0.15 sat/byte, min 200 sats), NO service fees — micropayments stay lean. Optional OP_RETURN data lets you attach a payment reference (e.g. an x402 invoice ID).
Safety: spend policy (ordnet_policy_status) is enforced; 1-sat ordinal UTXOs are never used as funding.
Args:
to (string): recipient BSV address
satoshis (number): amount in satoshis
opReturn (string, optional): OP_RETURN payload / payment reference
Returns: { txid, satoshis, minerFee, change, transactionUrl }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient BSV address | |
| opReturn | No | Optional OP_RETURN data (e.g. a payment reference for x402) | |
| satoshis | Yes | Amount in satoshis |