Watch Address in ORDnet Index
ordnet_address_watchPre-register a BSV address in ORDnet's UTXO index watchlist to seed and track it, ensuring the first balance/UTXO query is immediate.
Instructions
Register a BSV address in ORDnet's own UTXO index watchlist.
The index seeds the address immediately (WhatsOnChain as outpoint hint, every UTXO verified by ORDnet's own node) and then tracks it in real time via the tip-follower. Unknown addresses are also auto-registered on their first balance/UTXO query; this tool lets an agent pre-register addresses so that first query is instant.
Args:
address (string): BSV address to watch
label (string, optional): label for the watchlist entry (default: "mcp")
Returns: Watchlist registration result from the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional watchlist label (default: mcp) | |
| address | Yes | BSV address to watch |