SIP: 23
Layer: Core
Title: Certified Coin Transfer
Author: Brian Burrell
Comments-Summary: No comments yet.
Comments-URI: https://github.com/neonatura/shioncoin/doc/standards/Comments:sip23.wiki
Status: Final
Type: Standards Track
Created: 2019-01-27
License: PD
Abstract
This SIP defines a method of sending a coin payment with a verifiable return address.
Motivation
The ident extended transaction is intended to provide a method for third-party application to verify the originating identify of funds being sent.
Specifications
A certified coin transfer is performed in the same manner as a regular coin transfer, except that it includes a reference to a certificate that was created by the sender.
The output script for the payee destination is prefixed with the following;
- OP_EXT_PAY OP_IDENT OP_HASH160 hashIdent OP_2DROP
Usage
A "Certified Funds Transfer" is comprised of a regular fund send transaction with the addition of a "Ident" extended transaction.
Copyright
This document is placed in the public domain.