BIP: 3 Layer: Applications Title: Bitcoin URIs Author: Ryan X. Charles <[email protected]> Status: RFC Created: 2019-01-24
The format for Bitcoin SV (BSV) URIs is as follows:
bitcoin:[address]?sv[&][querystring]
Where:
- [address] is a base58check encoded address (the original format)
- sv is an empty parameter to denote that this is on the BSV blockchain
- [&] is an (optional) ampersand to preceed the rest of the query string (if there is more to the query string)
- [querystring] is the (optional) rest of the query string, which may include Payment Protocol parameters or anything else