WO2024117536A1 - System and method for issuing nft - Google Patents

System and method for issuing nft Download PDF

Info

Publication number
WO2024117536A1
WO2024117536A1 PCT/KR2023/016014 KR2023016014W WO2024117536A1 WO 2024117536 A1 WO2024117536 A1 WO 2024117536A1 KR 2023016014 W KR2023016014 W KR 2023016014W WO 2024117536 A1 WO2024117536 A1 WO 2024117536A1
Authority
WO
WIPO (PCT)
Prior art keywords
nft
child
request signal
parent
token
Prior art date
Application number
PCT/KR2023/016014
Other languages
French (fr)
Korean (ko)
Inventor
이준섭
김현석
김관래
박기석
최은정
강수영
Original Assignee
주식회사 엔터프라이즈블록체인
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 엔터프라이즈블록체인 filed Critical 주식회사 엔터프라이즈블록체인
Publication of WO2024117536A1 publication Critical patent/WO2024117536A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/30Payment architectures, schemes or protocols characterised by the use of specific devices or networks
    • G06Q20/36Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/18Legal services

Definitions

  • Embodiments disclosed in this document relate to an NFT issuing device and method, and more specifically, to an NFT issuing device that issues nth NFTs interconnected by a bidirectional linked list and a method of issuing nth NFTs using the same.
  • NFT Non-Fungible Token
  • NFT performs a similar function to cryptocurrency in that it is digital information recorded on a blockchain network.
  • NFT can be distinguished from general cryptocurrency in that it is non-fungible.
  • general cryptocurrencies such as Bitcoin
  • individual coin objects do not have characteristics that distinguish them.
  • NFTs have scarcity and uniqueness for each individual object, and have unique characteristics that cannot be replaced.
  • NFTs are widely used to facilitate transactions in fields where the scarcity and uniqueness of each object are important, such as the art field.
  • the existing NFT algorithm has a problem in that it cannot protect the original author's copyright on the NFT if a person other than the original author earns unfair profits by creating and selling the NFT without permission.
  • the existing NFT algorithm has limitations in that even if you purchase an NFT, you cannot acquire ownership of the work itself, but only obtain proof of the original work, which limits the NFT purchaser's rights and the scope of NFT use.
  • One purpose of the present invention is to provide an NFT issuance device that can reproduce child NFTs in various scenarios based on the parent NFT and expand the scope of use of the issued NFT.
  • Another purpose of the present invention is to provide an NFT issuance device that can clarify rights between NFT buyers by storing contractual relationships between a plurality of NFTs derived from the original author's content on the blockchain.
  • Another object of the present invention is to provide a method of issuing NFT using the NFT issuing device.
  • An NFT issuing device may include a memory that stores at least one command and at least one processor that is electrically connected to the memory and executes the at least one command.
  • the at least one processor may receive an NFT issuance request signal from an external device.
  • the at least one processor may set NFT attribute values.
  • the at least one processor may issue an NFT based on the NFT attribute value.
  • the NFT attribute value may include an upper node including a parent token ID, a lower node including a child token ID, and token data including basic data and additional data.
  • the at least one processor may receive the NFT issuance request signal including a child NFT creation request signal from the external device.
  • the at least one processor may generate a child NFT that is linked to a previously issued parent NFT based on the child NFT creation request signal.
  • the at least one processor may set the basic data of the child NFT based on the child NFT creation request signal.
  • the at least one processor may set the additional data of the child NFT based on the child NFT creation request signal.
  • the at least one processor may generate the child NFT with a smart contract based on the basic data and the additional data.
  • the at least one processor may link the child NFT to the parent NFT.
  • the at least one processor may receive an update request signal from an external device.
  • the at least one processor may query owner information of the child NFT.
  • the at least one processor may calculate the contribution to the child NFT based on the owner information.
  • the at least one processor may update the NFT attribute value based on the contribution.
  • the owner information includes at least one of a holding NFT history stored in the owner wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT. can do.
  • the basic data includes at least one of owner information, token ID, token URL, NFT type, NFT expansion amount, expiration date, resale status, NFT expansion order, target value, upper node information, and lower node information. can do.
  • the type of NFT may include at least one of dividend NFT, funding NFT, and secondary work NFT.
  • the additional data may include dividend rate, dividend date, and dividend contribution.
  • the additional data may include a revenue distribution rate, revenue distribution date, and funding contribution.
  • the additional data may include a royalty rate, settlement date, and secondary work contribution.
  • the at least one processor may receive the first proceeds for the child NFT sales price from the purchaser of the child NFT and deliver the first proceeds to the previously issued parent NFT.
  • the at least one processor receives second proceeds generated based on the child NFT from an external payment device, and provides the second proceeds to the parent NFT and the child NFT based on the NFT attribute value. It can be distributed.
  • the NFT issuance method may include the operation of receiving an NFT issuance request signal from an external device, setting an NFT attribute value, and issuing an NFT based on the NFT attribute value.
  • the NFT attribute value may include an upper node including a parent token ID, a lower node including a child token ID, and token data including basic data and additional data.
  • the operation of receiving the NFT issuance request signal may include receiving the NFT issuance request signal including a child NFT creation request signal from the external device.
  • the operation of issuing the NFT may generate a child NFT that is linked to a previously issued parent NFT based on the child NFT creation request signal.
  • the operation of issuing the NFT sets the basic data of the child NFT based on the child NFT creation request signal, and sets the additional data of the child NFT based on the child NFT creation request signal.
  • the child NFT can be created with a smart contract based on the basic data and the additional data, and the child NFT can be linked to the parent NFT.
  • the operation of setting the NFT attribute value includes receiving an update request signal from an external device, querying owner information of the child NFT, and calculating a contribution to the child NFT based on the owner information. , the NFT attribute value can be updated based on the contribution.
  • the owner information includes at least one of a holding NFT history stored in the owner wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT. can do.
  • the basic data includes at least one of owner information, token ID, token URL, NFT type, NFT expansion amount, expiration date, resale status, NFT expansion order, target value, upper node information, and lower node information. can do.
  • the type of NFT may include at least one of dividend NFT, funding NFT, and secondary work NFT.
  • the additional data may include dividend rate, dividend date, and dividend contribution.
  • the additional data may include a revenue distribution rate, revenue distribution date, and funding contribution.
  • the additional data may include a royalty rate, settlement date, and secondary work contribution.
  • the method of issuing the NFT may further include paying the proceeds generated from the NFT to the NFT.
  • the operation of paying the proceeds generated from the NFT to the NFT may include receiving the first proceeds for the child NFT sales price from the purchaser of the child NFT and delivering the first proceeds to the previously issued parent NFT.
  • the operation of paying the proceeds generated from the NFT to the NFT includes receiving second proceeds generated based on the child NFT from an external payment device, and based on the NFT attribute value, the parent NFT and the child The second proceeds can be distributed to NFT.
  • the NFT issuing device and NFT issuing method can issue parent NFT and child NFT that are interconnected in a bidirectional linked list to form a tree structure.
  • the NFT issuance device and NFT issuance method can reproduce child NFTs in various scenarios based on the parent NFT and expand the scope of use of the issued NFT.
  • the NFT issuing device and NFT issuing method can clarify rights between NFT buyers by storing contractual relationships between multiple NFTs derived from the original author's content on the blockchain.
  • Figure 1 shows the block configuration of an NFT issuing device according to an embodiment.
  • Figure 2 shows a detailed block configuration of an NFT issuing device according to an embodiment.
  • Figure 3 shows the NFT issuance operation flow of the NFT issuance device according to an embodiment.
  • Figure 4 shows the block configuration of the NFT generator according to one embodiment.
  • Figure 5 shows the operation flow of creating a child NFT of an NFT issuing device according to an embodiment.
  • Figure 6 shows the structure of an NFT according to one embodiment.
  • Figure 7 shows detailed data included in basic data according to an embodiment.
  • Figure 8 shows detailed data included in additional data according to one embodiment.
  • Figure 9 shows an NFT tree structure in which parent NFT and child NFT are connected in a bidirectional linked list according to one embodiment.
  • Figure 10 shows an NFT attribute value update operation flow according to the contribution of an NFT issuing device according to an embodiment.
  • Figure 11 shows an operation flow of paying the proceeds of an NFT issuing device to NFT according to an embodiment.
  • Figure 12 shows the delivery process of the proceeds when paying the proceeds to NFT according to one embodiment.
  • Figure 1 shows the block configuration of an NFT issuing device according to an embodiment.
  • the NFT issuing device 100 may refer to a server device for managing information about the work performed by a plurality of client devices and providing input/output signals for NFT issuance to the client device.
  • the client device may refer to an electronic device used by the seller of the NFT and the buyer of the NFT to request the issuance of the NFT.
  • a client device may mean a service user's portable terminal (e.g., smartphone, personal digital assistant (PDA), tablet PC, wearable device, etc.), laptop, PC, etc.
  • PDA personal digital assistant
  • laptop PC, etc.
  • the NFT issuing device 100 may include a memory 110, a processor 120, and a communication unit 130.
  • the configuration shown in FIG. 1 illustrates a configuration related to the description of an embodiment according to the present disclosure, and in addition to the configuration shown, other configurations for performing the function of the NFT issuing device 100 may be added, and the configurations shown are It may be omitted.
  • the memory 110 is a storage medium used by the NFT issuing device 100, and can store data such as at least one command or setting information corresponding to at least one program.
  • the program may include an operating system (OS) program and various application programs.
  • OS operating system
  • the memory 110 is a flash memory type, a hard disk type, a multimedia card micro type, or a card type of memory (e.g., SD or memory, etc.), random access memory (RAM), static random access memory (SRAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), programmable ROM (PROM), magnetic memory, magnetic disk, It may include at least one type of storage medium, such as an optical disk.
  • RAM random access memory
  • SRAM static random access memory
  • ROM read only memory
  • EEPROM electrically erasable programmable ROM
  • PROM programmable ROM
  • magnetic memory magnetic disk
  • It may include at least one type of storage medium, such as an optical disk.
  • the communication unit 130 includes an NFT issuing device 100 and an external electronic device (e.g., a client device (not shown), an IAM server (not shown), a billing server (not shown), and a cloud server (not shown).
  • IPFS IPFS
  • IPFS can be used to perform direct (e.g. wired) communication.
  • the communication unit 130 may receive an NFT creation request signal transmitted from a client device. Additionally, for example, the communication unit 130 may transmit the unique NFT attribute value of the generated NFT to a cloud server (not shown) and IPFS (not shown).
  • the communication unit 130 may include a wireless communication unit (eg, a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication unit.
  • a wireless communication unit e.g., a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module
  • GNSS global navigation satellite system
  • the corresponding communication units communicate with external electronic devices (e.g., clients) through networks (e.g., legacy cellular networks, 5G networks, next-generation communication networks, the Internet, or telecommunication networks such as computer networks (e.g., LAN or WAN)). It can communicate with devices, IAM servers, billing servers, cloud servers, and IPFS).
  • networks e.g., legacy cellular networks, 5G networks, next-generation communication networks, the Internet, or telecommunication networks such as computer networks (e.g., LAN or WAN)
  • IAM servers IAM servers
  • billing servers billing servers
  • the communication unit 130 may support a 5G network after the 4G network and next-generation communication technology, for example, NR access technology (new radio access technology).
  • NR access technology provides high-speed transmission of high-capacity data (enhanced mobile broadband (eMBB)), minimization of terminal power and access to multiple terminals (massive machine type communications (mMTC)), or ultra-reliable and low-latency (URLLC). -latency communications)) can be supported.
  • eMBB enhanced mobile broadband
  • mMTC massive machine type communications
  • URLLC ultra-reliable and low-latency communications
  • -latency communications can be supported.
  • the communication unit 130 may support a high frequency band (eg, mmWave band) to achieve a high data transmission rate.
  • the communication unit 130 uses various technologies to secure performance in the high frequency band, for example, beamforming, massive MIMO (multiple-input and multiple-output), and full-dimensional multiple input/output ( It can support technologies such as FD-MIMO (full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna.
  • beamforming massive MIMO (multiple-input and multiple-output)
  • full-dimensional multiple input/output It can support technologies such as FD-MIMO (full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna.
  • the communication unit 130 includes an NFT issuing device 100, an external electronic device (e.g., a client device (not shown), an IAM server (not shown), a billing server (not shown), and a cloud server (not shown). , IPFS (not shown)) or a variety of requirements specified in network systems can be supported.
  • an external electronic device e.g., a client device (not shown), an IAM server (not shown), a billing server (not shown), and a cloud server (not shown).
  • IPFS not shown
  • a variety of requirements specified in network systems can be supported.
  • the processor 120 executes software (e.g., a program) to execute at least one other component (e.g., hardware or software configuration) of the NFT issuing device 100 connected to the processor 120. elements) can be controlled and various data processing or operations can be performed.
  • software e.g., a program
  • at least one other component e.g., hardware or software configuration
  • the processor 120 stores commands or data received from another component (e.g., communication unit 130) in volatile memory, as at least part of data processing or calculation, and stores the commands or data stored in the volatile memory. can be processed, and the resulting data can be stored in non-volatile memory.
  • another component e.g., communication unit 130
  • the processor 120 may be a main processor (e.g., a central processing unit or an application processor) or an auxiliary processor that can operate independently or together (e.g., a graphics processing unit, a neural processing unit (NPU), or a communication processor).
  • a main processor e.g., a central processing unit or an application processor
  • auxiliary processor e.g., a graphics processing unit, a neural processing unit (NPU), or a communication processor.
  • the NFT issuing device 100 can operate in conjunction with a blockchain network.
  • a blockchain network may be a decentralized network with multiple nodes, including a specific node.
  • the NFT issuing device 100 may be configured to support a user accessing a specific node of a blockchain network.
  • the NFT issuing device 100 may serve as an intermediary for connection to the node by transmitting a front-end code to the user.
  • the NFT issuing device 100 may serve to directly connect a user and a specific node.
  • the NFT issuing device 100 of the present disclosure can be appropriately selected by a person skilled in the art depending on the situation, it is not considered to affect the scope of rights of the present invention.
  • the NFT issuing device 100 is described as managing both the issuance of the n-th NFT and the payment of profits for the NFT. Revenue payment may be performed by different servers.
  • the processor 120 may issue at least one NFT that is connected to other NFTs in a bidirectional linked list to form a tree structure.
  • the processor 120 may receive an NFT issuance request signal from an external device.
  • the processor 120 may set the NFT attribute value based on the NFT issuance request signal.
  • the processor 120 may issue an NFT based on the NFT attribute value.
  • the processor 120 may perform the operation of the NFT issuing device 100 described through the drawings below.
  • Figure 2 shows a detailed block configuration of an NFT issuing device according to an embodiment
  • Figure 3 shows an NFT issuing operation flow of an NFT issuing device according to an embodiment.
  • the NFT issuing device 200 includes an API gateway 210 (or API Gateway), an NFT generation unit 220 (or NFT Generator), and a payment management unit 230 (or Payment Manager) may be included.
  • the API gateway 210, NFT creation unit 220, and payment management unit 230 may be operated by the processor 120.
  • API gateway 210 may provide at least one API for NFT issuance.
  • the API gateway 210 may provide an API for receiving an NFT issuance request signal.
  • the API gateway 210 may provide an API for querying NFT contract terms.
  • the API gateway 210 may provide an API to query owner information of an NFT.
  • the API gateway 210 may provide input/output signals for payment of profits for the NFT.
  • the NFT generator 220 may set the NFT attribute value based on the NFT creation request signal. For example, the NFT generator 220 may set token data including basic data and additional data. The NFT generator 220 may generate an NFT based on token data. The NFT generator 220 may link the generated NFT to at least one other NFT.
  • the payment management unit 230 may pay profits derived from the issued NFT to the NFT. For example, the payment management unit 230 may receive proceeds from NFT sales and deliver the proceeds to the NFT. For example, the payment management unit 230 may receive proceeds generated based on a plurality of NFTs and distribute the proceeds to the plurality of NFTs based on a smart contract.
  • the NFT issuing device 200 may receive an NFT issuance request signal.
  • the API gateway 210 may provide an API for receiving an NFT issuance request signal from an external device.
  • the external device may be an electronic device owned by at least one of the original content creator, the NFT seller, and the NFT buyer.
  • the NFT issuing device 200 may set the NFT attribute value.
  • the NFT attribute value may include an upper node including a parent token ID, a lower node including a child token ID, and token data including basic data and additional data.
  • the NFT generator 220 may be a smart contract that sets the NFT attribute value based on contract conditions.
  • the NFT issuing device 200 may issue an NFT.
  • the NFT generator 220 may generate an NFT with a smart contract based on the NFT attribute value.
  • the NFT generator 220 may link the generated NFT to at least one other NFT.
  • the NFT generator 220 may update the NFT attribute value based on the contribution. For example, the NFT generator 220 may calculate a contribution based on owner information and update additional data based on the contribution.
  • the NFT issuing device 200 of the present disclosure may receive the NFT issuance request signal including a child NFT creation request signal from the external device.
  • the NFT issuing device 200 may generate a child NFT that is linked to a previously issued parent NFT based on the child NFT creation request signal.
  • the NFT issuing device 200 may issue a parent NFT and a child NFT that are interconnected in a doubly linked list to form a tree structure.
  • Figure 4 shows the block configuration of the NFT generator according to one embodiment.
  • the NFT generator 400 of FIG. 4 may have the same configuration as the NFT generator 220 of FIG. 2.
  • the NFT generation unit 400 includes a contract management unit 410 (or Contract Handler), a token generation unit 420 (or Token Generator), an update management unit 430 (or Update Handler), and a contribution management unit. (440) (or Contribution Handler) may be included.
  • the contract management unit 410, token generation unit 420, update management unit 430, and contribution management unit 440 may be operated by the processor 120.
  • the NFT generator 400 may set NFT attribute values for generating an NFT. Additionally, the NFT generator 400 can update the attribute values of the NFT. The NFT generator 400 may generate an NFT based on the NFT attribute value. For example, the NFT generator 400 may generate a child NFT that is linked to a previously issued parent NFT based on a child NFT creation request signal.
  • the contract management unit 410 can check the contract terms of the NFT.
  • the NFT attribute value may be determined according to the contract conditions. For example, the contract management unit 410 can query the contract terms of the parent NFT and the contract terms of the child NFT. The contract terms of a child NFT may include the type of NFT.
  • the contract management unit 410 can set NFT attribute values to reflect the contract conditions. The contract management unit 410 can check whether the contract conditions have changed. If the contract conditions change, the NFT attribute value may be updated.
  • the token generator 420 may generate an NFT based on the NFT attribute value. For example, the token generator 420 may generate a child NFT derived from a previously issued parent NFT. The token generator 420 may interconnect the parent NFT and the created child NFT through a bidirectional linked list.
  • the update management unit 430 may receive an update request signal from an external device.
  • the update management unit 430 may update the NFT attribute value based on contribution.
  • the update management unit 430 may transmit a contribution calculation request signal to the contribution management unit 440 and receive the contribution from the contribution management unit 440 .
  • the contribution management unit 440 can query the owner information of the NFT. For example, the contribution management unit 440 can query the owner information of the parent NFT and the owner information of the child NFT. The contribution management unit 440 may calculate the contribution to the NFT based on owner information. The contribution management unit 440 may transmit the calculated contribution to the update management unit 430.
  • Figure 5 shows the operation flow of creating a child NFT of an NFT issuing device according to an embodiment
  • Figure 6 shows the structure of an NFT according to an embodiment
  • Figure 7 shows details included in basic data according to an embodiment. Data is shown
  • Figure 8 shows detailed data included in the additional data according to an embodiment
  • Figure 9 shows an NFT tree structure in which a parent NFT and a child NFT are connected in a bidirectional linked list according to an embodiment.
  • the NFT issuing device 200 may generate a child NFT that is linked to a previously issued parent NFT based on an NFT creation request signal.
  • the NFT issuing device 200 may receive a child NFT creation request signal from an external device.
  • the external device may be an electronic device owned by at least one of the original content creator, the child NFT seller, and the child NFT buyer.
  • the NFT issuing device 200 can issue an NFT based on the NFT attribute value.
  • NFT may have an NFT structure that includes NFT attribute values.
  • the NFT structure may include a parent node (Prev) containing the parent token ID, a child node (next) containing the child token ID, and token data (data) containing NFT information based on contract conditions. there is.
  • Token data may include basic data and additional data.
  • the NFT issuing device 200 may set basic data of the child NFT based on the child NFT creation request signal. For example, the NFT issuing device 200 may set basic data (Basic params) among the NFT attribute values to reflect contract conditions.
  • basic data Basic params
  • the basic data include owner information (address), token ID (tokenId), token URL (tokenUrl), NFT type (Type), NFT expansion quantity (quantity), and validity period (period). , whether to resell (Resale), NFT expansion degree (Child_depth), target value (Goal_price), upper node information (prev), and lower node information (next[]). It will be understood by those skilled in the art that the basic data is not limited to a specific data type.
  • the NFT issuing device 200 may set additional data of the child NFT based on the child NFT creation request signal.
  • the NFT issuing device 200 may set additional data (Additional params) based on the NFT type (Type) included in the basic data (Basic params).
  • the NFT type may include at least one of Dividend NFT, Crowdfunding NFT, and Adaptation NFT.
  • the additional data may include at least one of Dividend rate, Dividend Payday, and Dividend contribution. .
  • the additional data may include at least one of Income rate, Income Payday, and Funding contribution. You can.
  • the additional data is at least one of a royalty rate, settlement day, and secondary work contribution (Adaptation contribution). may include.
  • the NFT issuing device 200 may generate a child NFT with a smart contract based on basic data and additional data.
  • the NFT issuing device 200 may generate a child NFT corresponding to at least one of a dividend NFT, a funding NFT, and a secondary work NFT based on basic data and additional data.
  • the NFT issuing device 200 may link the child NFT to the parent NFT.
  • the parent node (Prev) of at least one child NFT may be linked to the parent NFT.
  • a child node (Next) of a parent NFT may be linked to at least one child NFT.
  • At least one child NFT may be linked with a previously issued parent NFT.
  • parent NFTs and child NFTs can be interconnected in a doubly linked list to form a tree structure.
  • the root NFT may be the first NFT created.
  • a root NFT may be an NFT created by the original author (e.g., creator) to pay dividends.
  • a root NFT may be an NFT created by the original author for crowdfunding.
  • a root NFT may be an NFT created by the original author to sell the rights to a secondary work.
  • the root NFT may be the parent NFT of at least one child NFT.
  • a child node (Next) of the root NFT (eg, first NFT) may be linked to at least one child NFT (eg, second to fifth NFTs).
  • Buyers who purchase child NFTs or fans of the original author can acquire child NFTs for the root NFT.
  • a buyer or fan can own child NFTs for the root NFT in an NFT wallet. That is, the buyer or fan can become the owner of a child NFT (eg, the second to fifth NFT).
  • a child NFT may be the parent NFT of at least one other child NFT.
  • the lower node (Next) of the child NFT (eg, second to fifth NFT) may be linked to at least one child NFT (eg, sixth to ninth NFT).
  • NFT expansion quantity may mean the maximum number of child NFTs that can be created.
  • NFT expansion depth may mean the depth of a child NFT that can be created.
  • the second NFT to the ninth NFT may each be a child NFT of the first NFT.
  • the NFT expansion quantity of the first NFT may be 8.
  • the NFT expansion depth (Child_depth) of the first NFT may be 2.
  • the 6th NFT and 7th NFT may each be child NFTs of the 3rd NFT.
  • the NFT expansion quantity of the third NFT may be 2.
  • the NFT expansion depth (Child_depth) of the third NFT may be 1.
  • the 8th NFT and 9th NFT may each be child NFTs of the 5th NFT.
  • the NFT expansion quantity of the fifth NFT may be 2.
  • the NFT expansion depth (Child_depth) of the fifth NFT may be 1.
  • the parent NFT and child NFT form a tree structure interconnected by a doubly linked list, so when an event occurs according to the contract conditions, the smart contract is interconnected by a doubly linked list. It can be implemented by traversing the tree structure.
  • the NFT issuing device 200 may set contract dependency (Dependency) when issuing a child NFT.
  • Contract dependency may be data that quantifies the degree to which the contract terms of a child NFT are dependent on the contract terms of the parent NFT. For example, if contract dependence is 100%, if a change occurs in the contract terms of the parent NFT, the change may be 100% applied to the contract terms of the child NFT.
  • the changed contract terms are transferred to the second to fifth NFTs, and the contract terms of the second to fifth NFTs may be changed.
  • the contract terms of the second to fifth NFTs may be changed.
  • the dividend rate (dividend rate) of the first NFT is changed, the changed dividend date is transmitted to the second to fifth NFTs, and the dividend date of the second to fifth NFTs may be changed.
  • the profit distribution rate of the first NFT and the changed profit distribution rate are delivered to the 2nd to 5th NFTs, and the profits are distributed to the 2nd to 5th NFTs according to the changed profit distribution rate. can be distributed.
  • Figure 10 shows an NFT attribute value update operation flow according to the contribution of an NFT issuing device according to an embodiment.
  • the NFT issuing device 200 of the present disclosure can calculate the contribution and update the NFT attribute value based on the contribution.
  • the NFT issuing device 200 may receive an update request signal from an external device.
  • the update request signal may be an update request signal due to a change in contract conditions.
  • the update request signal may be an update request signal based on the sale of a child NFT.
  • the NFT issuing device 200 may query owner information of the child NFT.
  • the NFT issuing device 200 may receive an update request signal according to a change in contract conditions and inquire whether the owner of the child NFT has changed.
  • the NFT issuing device 200 may receive an update request signal according to the sale of a child NFT and query owner information of the buyer who purchased the child NFT.
  • the owner information may include at least one of a holding NFT history stored in the owner's wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT.
  • the NFT issuing device 200 may calculate the contribution to the child NFT based on the owner information.
  • Contribution may be data that quantifies the extent to which a child NFT owner has contributed to content according to the contract terms and NFT type of the parent NFT.
  • a factor that increases contribution may be at least one of the child NFT owner's NFT purchase volume, the child NFT owner's number of advertisements, and the child NFT owner's resale rate.
  • the NFT issuing device 200 can check the details of the NFT stored in the owner's wallet of the child NFT.
  • the NFT issuing device 200 can calculate the dividend contribution based on the child NFT owner's child NFT purchase amount. For example, the more child NFTs for the parent NFT held in the owner's wallet of the child NFT, the dividend contribution to the dividend NFT of the owner of the child NFT may increase.
  • the NFT issuing device 200 can check the off-chain activity record of the owner of the child NFT.
  • the NFT issuing device 200 can calculate the funding contribution based on the number of advertisements of the child NFT owner on the off-chain. For example, the greater the number of times the owner of a child NFT writes promotional posts about funding, the number of answers to funding-related questions, and the number of shares on SNS, the more the owner of the child NFT's funding contribution to the funding NFT may increase.
  • the NFT issuing device 200 can check the sales history of the grandchild NFT recreated by the owner of the child NFT.
  • the NFT issuing device 200 may calculate secondary authoring contribution based on the sales rate of a grandchild NFT (eg, a child NFT of the child NFT) created by the owner of the child NFT. For example, the higher the sales rate of a grandchild NFT for content created by the owner of a child NFT through secondary work, the owner of the child NFT's secondary work contribution to the secondary work NFT may increase.
  • the NFT issuing device 200 may update the NFT attribute value based on the contribution.
  • the NFT issuing device 200 may update the NFT attribute value with contract conditions that are more advantageous to the owner of the child NFT as the contribution level increases.
  • the NFT issuing device 200 can increase the dividend rate of the child NFT as the dividend contribution increases and change the dividend date to be advantageous to the owner of the child NFT.
  • the NFT issuing device 200 can increase the profit distribution rate of the child NFT as the funding contribution increases and change the profit distribution date to be advantageous to the owner of the child NFT.
  • the NFT issuing device 200 may lower the royalty rate for the parent NFT as the contribution to the secondary work increases and change the settlement date to favor the owner of the child NFT.
  • Figure 11 shows an operation flow of paying the proceeds of an NFT issuing device to NFT according to an embodiment
  • Figure 12 shows the delivery process of the proceeds when paying the proceeds to NFT according to an embodiment.
  • the NFT issuing device 200 may pay revenue derived from the issued NFT to the NFT.
  • the NFT issuing device 200 may receive proceeds from the sale of a child's NFT and transfer the proceeds to the parent NFT.
  • the NFT issuing device 200 may receive profits generated based on a child NFT and pay the profits to the parent NFT and child NFT.
  • the NFT issuing device 200 may receive the first proceeds for the child NFT sales price from the purchaser of the child NFT. For example, when a child NFT is sold, the NFT issuing device 200 may receive the first proceeds for the child NFT sale price from the purchaser who purchased the child NFT and store the first proceeds.
  • the NFT issuing device 200 may deliver the first proceeds to the previously issued parent NFT.
  • a parent NFT may receive the first proceeds for the sale of a child NFT.
  • the parent NFT can generate a child NFT and generate profit (e.g., first profit) by selling the child NFT.
  • the NFT issuing device 200 may receive second profits generated based on the child NFT from an external payment device.
  • the NFT issuing device 200 may receive at least one of dividends, funding proceeds, and secondary work sales proceeds generated based on the child NFT from an external payment device.
  • the NFT issuing device 200 may distribute the second proceeds to the parent NFT and the child NFT based on the NFT attribute value.
  • the NFT issuing device 200 may distribute the dividend to the parent NFT and the child NFT based on the dividend rate.
  • the NFT issuing device 200 may distribute the funding proceeds to the parent NFT and the child NFT based on a profit distribution ratio.
  • the NFT issuing device 200 may distribute the proceeds from the sale of the secondary work to the parent NFT and the child NFT based on a royalty rate.
  • the NFT issuing device 200 of the present disclosure can reproduce child NFTs in various scenarios based on the parent NFT and expand the scope of use of the issued child NFT.
  • the NFT issuing device 200 can clarify the rights between NFT buyers by storing the contractual relationship between a plurality of NFTs derived from the original author's content in a tree structure on the blockchain.
  • Electronic devices may be of various types. Electronic devices may include, for example, display devices, portable communication devices (e.g., smartphones), computer devices, portable multimedia devices, portable medical devices, cameras, wearable devices, or home appliances. Electronic devices according to embodiments of this document are not limited to the above-described devices.
  • unit or “module” used in various embodiments of this document may include a unit implemented with hardware, software, or firmware, for example, logic, logic block, component, or circuit. Can be used interchangeably with the same term.
  • the “ ⁇ part” or “ ⁇ module” may be an integral part or a minimum unit of the part or a part thereof that performs one or more functions.
  • “ ⁇ unit” or “ ⁇ module” may be implemented in the form of an application-specific integrated circuit (ASIC).
  • ASIC application-specific integrated circuit
  • a program executed by an electronic device described in this document may be implemented with hardware components, software components, and/or a combination of hardware components and software components.
  • a program can be executed by any system that can execute computer-readable instructions.
  • Software may include a computer program, code, instructions, or a combination of one or more of these, which may configure a processing unit to operate as desired, or may be processed independently or collectively. You can command the device.
  • Software may be implemented as a computer program including instructions stored on computer-readable storage media.
  • Computer-readable storage media include, for example, magnetic storage media (e.g., ROM (Read-Only Memory), RAM (Random-Access Memory), floppy disk, hard disk, etc.) and optical read media (e.g., CD-ROM). (CD-ROM), DVD (Digital Versatile Disc), etc.
  • the computer-readable storage medium is distributed across networked computer systems, so that computer-readable code can be stored and executed in a distributed manner.
  • Computer programs may be distributed (e.g., downloaded or uploaded) online, through an application store (e.g., Play StoreTM) or directly between two user devices (e.g., smart phones).
  • an application store e.g., Play StoreTM
  • two user devices e.g., smart phones
  • at least a portion of the computer program product may be at least temporarily stored or temporarily created in a machine-readable storage medium, such as the memory of a manufacturer's server, an application store server, or a relay server.
  • each component (e.g., module or program) of the above-described components may include a single or plural entity, and some of the plurality of entities may be separately placed in other components. there is.
  • one or more of the components or operations described above may be omitted, or one or more other components or operations may be added.
  • multiple components eg, modules or programs
  • the integrated component may perform one or more functions of each component of the plurality of components identically or similarly to those performed by the corresponding component of the plurality of components prior to the integration. .
  • operations performed by a module, program, or other component may be executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations may be executed in a different order, or omitted. Alternatively, one or more other operations may be added.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Finance (AREA)
  • Technology Law (AREA)
  • Tourism & Hospitality (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Resources & Organizations (AREA)
  • General Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed are an apparatus and method for reissuing an NFT. An apparatus for issuing an NFT, according to an embodiment of the present disclosure, may comprise: a memory for storing at least one instruction; and at least one processor that is electrically connected to the memory and executes the at least one instruction. The at least one processor may receive, from an external device, an NFT issue request signal, set an NFT attribute value, and issue an NFT on the basis of the NFT attribute value. The NFT attribute value may include a higher node including a parent token ID, a lower node including a child token ID, and token data including base data and additional data.

Description

NFT 발행 시스템 및 방법NFT issuance system and method
본 문서에서 개시되는 실시예들은 NFT 발행 장치 및 방법에 관한 것으로, 보다 상세하게는 양방향 연결 리스트로 상호 연결되는 n차 NFT를 발행하는 NFT 발행 장치 및 이를 이용한 n차 NFT 발행 방법에 관한 것이다.Embodiments disclosed in this document relate to an NFT issuing device and method, and more specifically, to an NFT issuing device that issues nth NFTs interconnected by a bidirectional linked list and a method of issuing nth NFTs using the same.
NFT(Non-Fungible Token)는 블록체인 네트워크에 기록된 디지털 정보라는 점에서 암호 화폐와 유사한 기능을 수행한다. 특히, NFT는 대체 불가능성(Non-Fungible)을 가지는 점에서, 일반적인 암호 화폐와 구분될 수 있다. 즉, 비트코인과 같은 일반적인 암호 화폐의 경우, 같은 양이라면 얼마든지 서로 교환될 수 있는 것으로서, 개별 코인 객체들이 각자를 구별하는 특징을 가지지 않는다. 하지만, NFT는 개별 객체별로 희소성과 고유성을 가지는 것으로서, 서로 간에 대체될 수 없는 고유 특징을 가진다.NFT (Non-Fungible Token) performs a similar function to cryptocurrency in that it is digital information recorded on a blockchain network. In particular, NFT can be distinguished from general cryptocurrency in that it is non-fungible. In other words, in the case of general cryptocurrencies such as Bitcoin, as long as they can be exchanged for the same amount, individual coin objects do not have characteristics that distinguish them. However, NFTs have scarcity and uniqueness for each individual object, and have unique characteristics that cannot be replaced.
이러한 특성에 따라, NFT는 예술 분야 등 각 객체의 희소성과 고유성이 중요한 분야에서 거래가 용이하게 이루어질 수 있도록 하는 용도로 많이 쓰이고 있다.According to these characteristics, NFTs are widely used to facilitate transactions in fields where the scarcity and uniqueness of each object are important, such as the art field.
하지만, 기존의 NFT 알고리즘은 원작자가 아닌 자가 허가를 받지 않고 NFT를 만들어 판매함으로써 부당한 수익을 얻는 경우, 원작자의 NFT에 대한 저작권을 보호할 수 없는 문제가 있다.However, the existing NFT algorithm has a problem in that it cannot protect the original author's copyright on the NFT if a person other than the original author earns unfair profits by creating and selling the NFT without permission.
또한, 기존의 NFT 알고리즘은 NFT를 구매한다고 하여도 해당 저작물 자체에 대한 소유권을 얻을 수는 없고, 단지 원본 증명을 얻을 뿐이므로, NFT 구매자의 권리 및 NFT 활용 범위가 제한된다는 한계가 있다.In addition, the existing NFT algorithm has limitations in that even if you purchase an NFT, you cannot acquire ownership of the work itself, but only obtain proof of the original work, which limits the NFT purchaser's rights and the scope of NFT use.
본 발명의 일 목적은 부모 NFT에 기반하여 다양한 시나리오의 자식 NFT를 재생산하고, 발행된 NFT의 활용 범위를 확장시킬 수 있는 NFT 발행 장치를 제공하는 것이다.One purpose of the present invention is to provide an NFT issuance device that can reproduce child NFTs in various scenarios based on the parent NFT and expand the scope of use of the issued NFT.
본 발명의 다른 목적은 원작자의 컨텐츠로부터 파생된 복수의 NFT 사이의 계약 관계를 블록체인 상에 저장함으로써, NFT 구매자 간의 권리를 명확히 할 수 있는 NFT 발행 장치를 제공하는 것이다.Another purpose of the present invention is to provide an NFT issuance device that can clarify rights between NFT buyers by storing contractual relationships between a plurality of NFTs derived from the original author's content on the blockchain.
본 발명의 다른 목적은 상기 NFT 발행 장치를 이용한 NFT 발행 방법을 제공하는 것이다.Another object of the present invention is to provide a method of issuing NFT using the NFT issuing device.
다만, 본 발명이 해결하고자 하는 과제는 상기 언급된 과제에 한정되는 것이 아니며, 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위에서 다양하게 확장될 수 있을 것이다.However, the problem to be solved by the present invention is not limited to the above-mentioned problem, and may be expanded in various ways without departing from the spirit and scope of the present invention.
본 개시의 실시예들에 따른 NFT 발행 장치는 적어도 하나의 명령어를 저장하는 메모리 및 상기 메모리와 전기적으로 연결되고, 상기 적어도 하나의 명령어를 실행하는 적어도 하나의 프로세서를 포함할 수 있다. 상기 적어도 하나의 프로세서는 외부의 장치로부터 NFT 발행 요청 신호를 수신할 수 있다. 상기 적어도 하나의 프로세서는 NFT 속성값을 설정할 수 있다. 상기 적어도 하나의 프로세서는 상기 NFT 속성값에 기초하여 NFT를 발행할 수 있다. 상기 NFT 속성값은 부모 토큰 ID를 포함하는 상위 노드, 자식 토큰 ID를 포함하는 하위 노드, 및 기본 데이터 및 추가 데이터를 포함하는 토큰 데이터를 포함할 수 있다.An NFT issuing device according to embodiments of the present disclosure may include a memory that stores at least one command and at least one processor that is electrically connected to the memory and executes the at least one command. The at least one processor may receive an NFT issuance request signal from an external device. The at least one processor may set NFT attribute values. The at least one processor may issue an NFT based on the NFT attribute value. The NFT attribute value may include an upper node including a parent token ID, a lower node including a child token ID, and token data including basic data and additional data.
일 실시예에서, 상기 적어도 하나의 프로세서는 상기 외부의 장치로부터 자식 NFT 생성 요청 신호를 포함하는 상기 NFT 발행 요청 신호를 수신할 수 있다. 상기 적어도 하나의 프로세서는 상기 자식 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성할 수 있다.In one embodiment, the at least one processor may receive the NFT issuance request signal including a child NFT creation request signal from the external device. The at least one processor may generate a child NFT that is linked to a previously issued parent NFT based on the child NFT creation request signal.
일 실시예에서, 상기 적어도 하나의 프로세서는 상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 기본 데이터를 설정할 수 있다. 상기 적어도 하나의 프로세서는 상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 추가 데이터를 설정할 수 있다. 상기 적어도 하나의 프로세서는 상기 기본 데이터 및 상기 추가 데이터에 기초하여 스마트 컨트랙트로 상기 자식 NFT를 생성할 수 있다. 상기 적어도 하나의 프로세서는 상기 자식 NFT를 상기 부모 NFT에 링크할 수 있다.In one embodiment, the at least one processor may set the basic data of the child NFT based on the child NFT creation request signal. The at least one processor may set the additional data of the child NFT based on the child NFT creation request signal. The at least one processor may generate the child NFT with a smart contract based on the basic data and the additional data. The at least one processor may link the child NFT to the parent NFT.
일 실시예에서, 상기 적어도 하나의 프로세서는 외부의 장치로부터 업데이트 요청 신호를 수신할 수 있다. 상기 적어도 하나의 프로세서는 상기 자식 NFT의 소유자 정보를 조회할 수 있다. 상기 적어도 하나의 프로세서는 상기 소유자 정보에 기초하여 상기 자식 NFT에 대한 기여도를 산출할 수 있다. 상기 적어도 하나의 프로세서는 상기 기여도에 기초하여 상기 NFT 속성값을 업데이트할 수 있다.In one embodiment, the at least one processor may receive an update request signal from an external device. The at least one processor may query owner information of the child NFT. The at least one processor may calculate the contribution to the child NFT based on the owner information. The at least one processor may update the NFT attribute value based on the contribution.
일 실시예에서, 상기 소유자 정보는 상기 자식 NFT의 소유자 지갑에 저장된 보유 NFT 내역, 상기 자식 NFT의 소유자 오프체인 활동 기록, 및 상기 자식 NFT의 소유자가 재생성한 손자 NFT의 판매 내역 중 적어도 하나를 포함할 수 있다.In one embodiment, the owner information includes at least one of a holding NFT history stored in the owner wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT. can do.
일 실시예에서, 상기 기본 데이터는 소유자 정보, 토큰 ID, 토큰 URL, NFT 종류, NFT 확장량, 유효기간, 재판매 여부, NFT 확장 차수, 목표치, 상위 노드 정보, 및 하위 노드 정보 중 적어도 하나를 포함할 수 있다.In one embodiment, the basic data includes at least one of owner information, token ID, token URL, NFT type, NFT expansion amount, expiration date, resale status, NFT expansion order, target value, upper node information, and lower node information. can do.
일 실시예에서, 상기 NFT 종류는 배당 NFT, 펀딩 NFT, 및 2차 저작 NFT 중 적어도 하나를 포함할 수 있다.In one embodiment, the type of NFT may include at least one of dividend NFT, funding NFT, and secondary work NFT.
일 실시예에서, 상기 NFT 종류가 상기 배당 NFT인 경우, 상기 추가 데이터는 배당률, 배당일, 및 배당 기여도를 포함할 수 있다.In one embodiment, when the type of NFT is the dividend NFT, the additional data may include dividend rate, dividend date, and dividend contribution.
일 실시예에서, 상기 NFT 종류가 상기 펀딩 NFT인 경우, 상기 추가 데이터는 수익 분배율, 수익 분배일, 및 펀딩 기여도를 포함할 수 있다.In one embodiment, when the type of NFT is the funding NFT, the additional data may include a revenue distribution rate, revenue distribution date, and funding contribution.
일 실시예에서, 상기 NFT 종류가 상기 2차 저작 NFT인 경우, 상기 추가 데이터는 로열티율, 정산일, 및 2차 저작 기여도를 포함할 수 있다.In one embodiment, when the type of NFT is the secondary work NFT, the additional data may include a royalty rate, settlement date, and secondary work contribution.
일 실시예에서, 상기 적어도 하나의 프로세서는 자식 NFT의 구매자로부터 자식 NFT 판매 대금에 대한 제1 수익금을 수신하고, 기 발행된 부모 NFT에게 상기 제1 수익금을 전달할 수 있다.In one embodiment, the at least one processor may receive the first proceeds for the child NFT sales price from the purchaser of the child NFT and deliver the first proceeds to the previously issued parent NFT.
일 실시예에서, 상기 적어도 하나의 프로세서는 외부의 결제 장치로부터 상기 자식 NFT에 기초하여 발생한 제2 수익금을 수신하고, 상기 NFT 속성값에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 제2 수익금을 분배할 수 있다.In one embodiment, the at least one processor receives second proceeds generated based on the child NFT from an external payment device, and provides the second proceeds to the parent NFT and the child NFT based on the NFT attribute value. It can be distributed.
본 개시의 실시예들에 따른 NFT 발행 방법은 외부의 장치로부터 NFT 발행 요청 신호를 수신하는 동작, NFT 속성값을 설정하는 동작, 및 상기 NFT 속성값에 기초하여 NFT를 발행하는 동작을 포함할 수 있다. 상기 NFT 속성값은 부모 토큰 ID를 포함하는 상위 노드, 자식 토큰 ID를 포함하는 하위 노드, 및 기본 데이터 및 추가 데이터를 포함하는 토큰 데이터를 포함할 수 있다.The NFT issuance method according to embodiments of the present disclosure may include the operation of receiving an NFT issuance request signal from an external device, setting an NFT attribute value, and issuing an NFT based on the NFT attribute value. there is. The NFT attribute value may include an upper node including a parent token ID, a lower node including a child token ID, and token data including basic data and additional data.
일 실시예에서, 상기 NFT 발행 요청 신호를 수신하는 동작은 상기 외부의 장치로부터 자식 NFT 생성 요청 신호를 포함하는 상기 NFT 발행 요청 신호를 수신할 수 있다. 상기 NFT를 발행하는 동작은 상기 자식 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성할 수 있다.In one embodiment, the operation of receiving the NFT issuance request signal may include receiving the NFT issuance request signal including a child NFT creation request signal from the external device. The operation of issuing the NFT may generate a child NFT that is linked to a previously issued parent NFT based on the child NFT creation request signal.
일 실시예에서, 상기 NFT를 발행하는 동작은 상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 기본 데이터를 설정하고, 상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 추가 데이터를 설정하고, 상기 기본 데이터 및 상기 추가 데이터에 기초하여 스마트 컨트랙트로 상기 자식 NFT를 생성하고, 상기 자식 NFT를 상기 부모 NFT에 링크할 수 있다.In one embodiment, the operation of issuing the NFT sets the basic data of the child NFT based on the child NFT creation request signal, and sets the additional data of the child NFT based on the child NFT creation request signal. And, the child NFT can be created with a smart contract based on the basic data and the additional data, and the child NFT can be linked to the parent NFT.
일 실시예에서, 상기 NFT 속성값을 설정하는 동작은 외부의 장치로부터 업데이트 요청 신호를 수신하고, 상기 자식 NFT의 소유자 정보를 조회하고, 상기 소유자 정보에 기초하여 상기 자식 NFT에 대한 기여도를 산출하고, 상기 기여도에 기초하여 상기 NFT 속성값을 업데이트할 수 있다.In one embodiment, the operation of setting the NFT attribute value includes receiving an update request signal from an external device, querying owner information of the child NFT, and calculating a contribution to the child NFT based on the owner information. , the NFT attribute value can be updated based on the contribution.
일 실시예에서, 상기 소유자 정보는 상기 자식 NFT의 소유자 지갑에 저장된 보유 NFT 내역, 상기 자식 NFT의 소유자 오프체인 활동 기록, 및 상기 자식 NFT의 소유자가 재생성한 손자 NFT의 판매 내역 중 적어도 하나를 포함할 수 있다.In one embodiment, the owner information includes at least one of a holding NFT history stored in the owner wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT. can do.
일 실시예에서, 상기 기본 데이터는 소유자 정보, 토큰 ID, 토큰 URL, NFT 종류, NFT 확장량, 유효기간, 재판매 여부, NFT 확장 차수, 목표치, 상위 노드 정보, 및 하위 노드 정보 중 적어도 하나를 포함할 수 있다.In one embodiment, the basic data includes at least one of owner information, token ID, token URL, NFT type, NFT expansion amount, expiration date, resale status, NFT expansion order, target value, upper node information, and lower node information. can do.
일 실시예에서, 상기 NFT 종류는 배당 NFT, 펀딩 NFT, 및 2차 저작 NFT 중 적어도 하나를 포함할 수 있다.In one embodiment, the type of NFT may include at least one of dividend NFT, funding NFT, and secondary work NFT.
일 실시예에서, 상기 NFT 종류가 상기 배당 NFT인 경우, 상기 추가 데이터는 배당률, 배당일, 및 배당 기여도를 포함할 수 있다.In one embodiment, when the type of NFT is the dividend NFT, the additional data may include dividend rate, dividend date, and dividend contribution.
일 실시예에서, 상기 NFT 종류가 상기 펀딩 NFT인 경우, 상기 추가 데이터는 수익 분배율, 수익 분배일, 및 펀딩 기여도를 포함할 수 있다.In one embodiment, when the type of NFT is the funding NFT, the additional data may include a revenue distribution rate, revenue distribution date, and funding contribution.
일 실시예에서, 상기 NFT 종류가 상기 2차 저작 NFT인 경우, 상기 추가 데이터는 로열티율, 정산일, 및 2차 저작 기여도를 포함할 수 있다.In one embodiment, when the type of NFT is the secondary work NFT, the additional data may include a royalty rate, settlement date, and secondary work contribution.
일 실시예에서, 상기 NFT 발행 방법은 상기 NFT으로부터 발생한 수익금을 상기 NFT에 지급하는 동작을 더 포함할 수 있다. 상기 NFT으로부터 발생한 수익금을 상기 NFT에 지급하는 동작은 자식 NFT의 구매자로부터 자식 NFT 판매 대금에 대한 제1 수익금을 수신하고, 기 발행된 부모 NFT에게 상기 제1 수익금을 전달할 수 있다.In one embodiment, the method of issuing the NFT may further include paying the proceeds generated from the NFT to the NFT. The operation of paying the proceeds generated from the NFT to the NFT may include receiving the first proceeds for the child NFT sales price from the purchaser of the child NFT and delivering the first proceeds to the previously issued parent NFT.
일 실시예에서, 상기 NFT으로부터 발생한 수익금을 상기 NFT에 지급하는 동작은 외부의 결제 장치로부터 상기 자식 NFT에 기초하여 발생한 제2 수익금을 수신하고, 상기 NFT 속성값에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 제2 수익금을 분배할 수 있다.In one embodiment, the operation of paying the proceeds generated from the NFT to the NFT includes receiving second proceeds generated based on the child NFT from an external payment device, and based on the NFT attribute value, the parent NFT and the child The second proceeds can be distributed to NFT.
본 문서에 개시되는 다양한 실시예들에 따른 NFT 발행 장치 및 NFT 발행 방법은 양방향 연결 리스트로 상호 연결되어 트리 구조를 형성하는 부모 NFT 및 자식 NFT를 발행할 수 있다.The NFT issuing device and NFT issuing method according to various embodiments disclosed in this document can issue parent NFT and child NFT that are interconnected in a bidirectional linked list to form a tree structure.
따라서, NFT 발행 장치 및 NFT 발행 방법은 부모 NFT에 기반하여 다양한 시나리오의 자식 NFT를 재생산하고, 발행된 NFT의 활용 범위를 확장시킬 수 있다.Therefore, the NFT issuance device and NFT issuance method can reproduce child NFTs in various scenarios based on the parent NFT and expand the scope of use of the issued NFT.
또한, NFT 발행 장치 및 NFT 발행 방법은 원작자의 컨텐츠로부터 파생된 복수의 NFT 사이의 계약 관계를 블록체인 상에 저장함으로써, NFT 구매자 간의 권리를 명확히 할 수 있다.In addition, the NFT issuing device and NFT issuing method can clarify rights between NFT buyers by storing contractual relationships between multiple NFTs derived from the original author's content on the blockchain.
본 개시의 예시적 실시예들에서 얻을 수 있는 효과는 이상에서 언급한 효과들로 제한되지 아니하며, 언급되지 아니한 다른 효과들은 이하의 기재로부터 본 개시의 예시적 실시예들이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 도출되고 이해될 수 있다. 즉, 본 개시의 예시적 실시예들을 실시함에 따른 의도하지 아니한 효과들 역시 본 개시의 예시적 실시예들로부터 당해 기술분야의 통상의 지식을 가진 자에 의해 도출될 수 있다.The effects that can be obtained from the exemplary embodiments of the present disclosure are not limited to the effects mentioned above, and other effects not mentioned are common knowledge in the technical field to which the exemplary embodiments of the present disclosure belong from the following description. It can be clearly derived and understood by those who have it. That is, unintended effects resulting from implementing the exemplary embodiments of the present disclosure may also be derived by those skilled in the art from the exemplary embodiments of the present disclosure.
도 1은 일 실시예에 따른 NFT 발행 장치의 블록 구성을 도시한다.Figure 1 shows the block configuration of an NFT issuing device according to an embodiment.
도 2는 일 실시예에 따른 NFT 발행 장치의 세부 블록 구성을 도시한다.Figure 2 shows a detailed block configuration of an NFT issuing device according to an embodiment.
도 3은 일 실시예에 따른 NFT 발행 장치의 NFT 발행 동작 흐름을 도시한다.Figure 3 shows the NFT issuance operation flow of the NFT issuance device according to an embodiment.
도 4는 일 실시예에 따른 NFT 생성부의 블록 구성을 도시한다.Figure 4 shows the block configuration of the NFT generator according to one embodiment.
도 5는 일 실시예에 따른 NFT 발행 장치의 자식 NFT 생성 동작 흐름을 도시한다.Figure 5 shows the operation flow of creating a child NFT of an NFT issuing device according to an embodiment.
도 6은 일 실시예에 따른 NFT의 구조를 도시한다.Figure 6 shows the structure of an NFT according to one embodiment.
도 7은 일 실시예에 따른 기본 데이터에 포함된 세부 데이터를 도시한다.Figure 7 shows detailed data included in basic data according to an embodiment.
도 8은 일 실시예에 따른 추가 데이터에 포함된 세부 데이터를 도시한다.Figure 8 shows detailed data included in additional data according to one embodiment.
도 9는 일 실시예에 따른 부모 NFT와 자식 NFT가 양방향 연결 리스트로 연결된 NFT 트리 구조를 도시한다.Figure 9 shows an NFT tree structure in which parent NFT and child NFT are connected in a bidirectional linked list according to one embodiment.
도 10은 일 실시예에 따른 NFT 발행 장치의 기여도에 따른 NFT 속성값 업데이트 동작 흐름을 도시한다.Figure 10 shows an NFT attribute value update operation flow according to the contribution of an NFT issuing device according to an embodiment.
도 11은 일 실시예에 따른 NFT 발행 장치의 수익금을 NFT에 지급하는 동작 흐름을 도시한다.Figure 11 shows an operation flow of paying the proceeds of an NFT issuing device to NFT according to an embodiment.
도 12는 일 실시예에 따라 수익금을 NFT에 지급하는 경우, 수익금의 전달 과정을 도시한다.Figure 12 shows the delivery process of the proceeds when paying the proceeds to NFT according to one embodiment.
도면의 설명과 관련하여, 동일 또는 유사한 구성요소에 대해서는 동일 또는 유사한 참조 부호가 사용될 수 있다.In relation to the description of the drawings, identical or similar reference numerals may be used for identical or similar components.
이하에서는 도면을 참조하여 본 개시의 실시예에 대하여 본 개시가 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 개시는 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 도면의 설명과 관련하여, 동일하거나 유사한 구성요소에 대해서는 동일하거나 유사한 참조 부호가 사용될 수 있다. 또한, 도면 및 관련된 설명에서는, 잘 알려진 기능 및 구성에 대한 설명이 명확성과 간결성을 위해 생략될 수 있다.Hereinafter, with reference to the drawings, embodiments of the present disclosure will be described in detail so that those skilled in the art can easily practice them. However, the present disclosure may be implemented in many different forms and is not limited to the embodiments described herein. In relation to the description of the drawings, identical or similar reference numerals may be used for identical or similar components. Additionally, in the drawings and related descriptions, descriptions of well-known functions and configurations may be omitted for clarity and brevity.
도 1는 일 실시예에 따른 NFT 발행 장치의 블록 구성을 도시한다. Figure 1 shows the block configuration of an NFT issuing device according to an embodiment.
일 실시예에 따른 NFT 발행 장치(100)는 복수의 클라이언트 장치들의 수행 업무에 관한 정보를 관리하고, 클라이언트 장치에게 NFT 발행을 위한 입출력 신호를 제공하기 위한 서버 장치를 의미할 수 있다.The NFT issuing device 100 according to one embodiment may refer to a server device for managing information about the work performed by a plurality of client devices and providing input/output signals for NFT issuance to the client device.
일 실시예에서, 클라이언트 장치는 NFT의 판매자 및 NFT의 구매자가 NFT 발행을 요청하기 위하여 사용하는 전자 장치를 의미할 수 있다. 예를 들어, 클라이언트 장치는 서비스 사용자의 휴대용 단말(예: 스마트폰, PDA(personal digital assistant), 태블릿 PC, 웨어러블 디바이스 등), 랩탑(lap top), PC 등을 의미할 수 있다.In one embodiment, the client device may refer to an electronic device used by the seller of the NFT and the buyer of the NFT to request the issuance of the NFT. For example, a client device may mean a service user's portable terminal (e.g., smartphone, personal digital assistant (PDA), tablet PC, wearable device, etc.), laptop, PC, etc.
도 1를 참조하면, 일 실시예에 따른 NFT 발행 장치(100)는 메모리(110), 프로세서(120), 및 통신부(130)를 포함할 수 있다. 도 1에 도시되는 구성은 본 개시에 따른 실시예의 설명에 관한 구성을 도시한 것이고, 도시된 구성 외에 NFT 발행 장치(100)의 기능을 수행하기 위한 다른 구성이 추가될 수 있으며, 도시된 구성들이 생략될 수도 있다.Referring to Figure 1, the NFT issuing device 100 according to one embodiment may include a memory 110, a processor 120, and a communication unit 130. The configuration shown in FIG. 1 illustrates a configuration related to the description of an embodiment according to the present disclosure, and in addition to the configuration shown, other configurations for performing the function of the NFT issuing device 100 may be added, and the configurations shown are It may be omitted.
일 실시예에 따른 메모리(110)는 NFT 발행 장치(100)가 사용하는 저장 매체로서, 적어도 하나의 프로그램에 대응하는 적어도 하나의 명령어 또는 설정 정보 등과 같은 데이터를 저장할 수 있다. 상기 프로그램은 운영체제(OS: Operating System) 프로그램 및 다양한 응용 프로그램을 포함할 수 있다.The memory 110 according to one embodiment is a storage medium used by the NFT issuing device 100, and can store data such as at least one command or setting information corresponding to at least one program. The program may include an operating system (OS) program and various application programs.
일 실시예에서, 메모리(110)는 플래시 메모리 타입(flash memory type), 하드 디스크 타입(hard disk type), 멀티미디어 카드 마이크로 타입(multimedia card micro type), 카드 타입의 메모리(예를 들어 SD 또는 XD 메모리 등), 램(random access memory, RAM), SRAM(static random access memory), 롬(read only memory, ROM), EEPROM(electrically erasable programmable ROM), PROM(programmable ROM), 자기 메모리, 자기 디스크, 광디스크 중 적어도 하나의 타입의 저장 매체를 포함할 수 있다.In one embodiment, the memory 110 is a flash memory type, a hard disk type, a multimedia card micro type, or a card type of memory (e.g., SD or memory, etc.), random access memory (RAM), static random access memory (SRAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), programmable ROM (PROM), magnetic memory, magnetic disk, It may include at least one type of storage medium, such as an optical disk.
일 실시예에 따른 통신부(130)는 NFT 발행 장치(100)와 외부 전자 장치(예: 클라이언트 장치(미도시), IAM 서버(미도시), 과금 서버(미도시), 클라우드 서버(미도시), IPFS(미도시)) 간의 직접(예: 유선) 통신을 수행할 수 있다. 예를 들어, 통신부(130)는 클라이언트 장치로부터 송신되는 NFT 생성 요청 신호를 수신할 수 있다. 또한, 예를 들어, 통신부(130)는 클라우드 서버(미도시) 및 IPFS(미도시)에게 생성된 NFT의 고유한 NFT 속성값을 송신할 수 있다.The communication unit 130 according to one embodiment includes an NFT issuing device 100 and an external electronic device (e.g., a client device (not shown), an IAM server (not shown), a billing server (not shown), and a cloud server (not shown). , IPFS (not shown)) can be used to perform direct (e.g. wired) communication. For example, the communication unit 130 may receive an NFT creation request signal transmitted from a client device. Additionally, for example, the communication unit 130 may transmit the unique NFT attribute value of the generated NFT to a cloud server (not shown) and IPFS (not shown).
일 실시예에서, 통신부(130)는 무선 통신부(예: 셀룰러 통신 모듈, 근거리 무선 통신 모듈, 또는 GNSS(global navigation satellite system) 통신 모듈) 또는 유선 통신부를 포함할 수 있다. 이들 통신부 중 해당하는 통신부는 네트워크(예: 레거시 셀룰러 네트워크, 5G 네트워크, 차세대 통신 네트워크, 인터넷, 또는 컴퓨터 네트워크(예: LAN 또는 WAN)와 같은 원거리 통신 네트워크)를 통하여 외부의 전자 장치(예: 클라이언트 장치, IAM 서버, 과금 서버, 클라우드 서버, IPFS)와 통신할 수 있다.In one embodiment, the communication unit 130 may include a wireless communication unit (eg, a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication unit. Among these communication units, the corresponding communication units communicate with external electronic devices (e.g., clients) through networks (e.g., legacy cellular networks, 5G networks, next-generation communication networks, the Internet, or telecommunication networks such as computer networks (e.g., LAN or WAN)). It can communicate with devices, IAM servers, billing servers, cloud servers, and IPFS).
일 실시예에서, 통신부(130)는 4G 네트워크 이후의 5G 네트워크 및 차세대 통신 기술, 예를 들어, NR 접속 기술(new radio access technology)을 지원할 수 있다. NR 접속 기술은 고용량 데이터의 고속 전송(eMBB(enhanced mobile broadband)), 단말 전력 최소화와 다수 단말의 접속(mMTC(massive machine type communications)), 또는 고신뢰도와 저지연(URLLC(ultra-reliable and low-latency communications))을 지원할 수 있다. 통신부(130)는 예를 들어, 높은 데이터 전송률 달성을 위해, 고주파 대역(예: mmWave 대역)을 지원할 수 있다. 통신부(130)는 고주파 대역에서의 성능 확보를 위한 다양한 기술들, 예를 들어, 빔포밍(beamforming), 거대 배열 다중 입출력(massive MIMO(multiple-input and multiple-output)), 전차원 다중입출력(FD-MIMO: full dimensional MIMO), 어레이 안테나(array antenna), 아날로그 빔형성(analog beam-forming), 또는 대규모 안테나(large scale antenna)와 같은 기술들을 지원할 수 있다.In one embodiment, the communication unit 130 may support a 5G network after the 4G network and next-generation communication technology, for example, NR access technology (new radio access technology). NR access technology provides high-speed transmission of high-capacity data (enhanced mobile broadband (eMBB)), minimization of terminal power and access to multiple terminals (massive machine type communications (mMTC)), or ultra-reliable and low-latency (URLLC). -latency communications)) can be supported. For example, the communication unit 130 may support a high frequency band (eg, mmWave band) to achieve a high data transmission rate. The communication unit 130 uses various technologies to secure performance in the high frequency band, for example, beamforming, massive MIMO (multiple-input and multiple-output), and full-dimensional multiple input/output ( It can support technologies such as FD-MIMO (full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna.
일 실시예에서, 통신부(130)는 NFT 발행 장치(100), 외부 전자 장치(예: 클라이언트 장치(미도시), IAM 서버(미도시), 과금 서버(미도시), 클라우드 서버(미도시), IPFS(미도시)) 또는 네트워크 시스템에 규정되는 다양한 요구사항을 지원할 수 있다.In one embodiment, the communication unit 130 includes an NFT issuing device 100, an external electronic device (e.g., a client device (not shown), an IAM server (not shown), a billing server (not shown), and a cloud server (not shown). , IPFS (not shown)) or a variety of requirements specified in network systems can be supported.
일 실시예에 따른 프로세서(120)는, 예를 들면, 소프트웨어(예: 프로그램)를 실행하여 프로세서(120)에 연결된 NFT 발행 장치(100)의 적어도 하나의 다른 구성요소(예: 하드웨어 또는 소프트웨어 구성요소)를 제어할 수 있고, 다양한 데이터 처리 또는 연산을 수행할 수 있다.The processor 120 according to one embodiment, for example, executes software (e.g., a program) to execute at least one other component (e.g., hardware or software configuration) of the NFT issuing device 100 connected to the processor 120. elements) can be controlled and various data processing or operations can be performed.
일 실시예에서, 프로세서(120)는 데이터 처리 또는 연산의 적어도 일부로서, 다른 구성요소(예: 통신부(130))로부터 수신된 명령 또는 데이터를 휘발성 메모리에 저장하고, 휘발성 메모리에 저장된 명령 또는 데이터를 처리하고, 결과 데이터를 비휘발성 메모리에 저장할 수 있다.In one embodiment, the processor 120 stores commands or data received from another component (e.g., communication unit 130) in volatile memory, as at least part of data processing or calculation, and stores the commands or data stored in the volatile memory. can be processed, and the resulting data can be stored in non-volatile memory.
일 실시예에서, 프로세서(120)는 메인 프로세서(예: 중앙 처리 장치 또는 어플리케이션 프로세서) 또는 이와는 독립적으로 또는 함께 운영 가능한 보조 프로세서(예: 그래픽 처리 장치, 신경망 처리 장치(NPU: neural processing unit), 또는 커뮤니케이션 프로세서)를 포함할 수 있다.In one embodiment, the processor 120 may be a main processor (e.g., a central processing unit or an application processor) or an auxiliary processor that can operate independently or together (e.g., a graphics processing unit, a neural processing unit (NPU), or a communication processor).
도 1에서 보듯이, 본 개시의 실시예들에 따른 NFT 발행 장치(100)는 블록체인 네트워크(Blockchain Network)와 연동하여 동작할 수 있다. 블록체인 네트워크는 특정 노드(Node)를 포함하는 복수 개의 노드를 가지는 분산화된 네트워크일 수 있다.As shown in Figure 1, the NFT issuing device 100 according to embodiments of the present disclosure can operate in conjunction with a blockchain network. A blockchain network may be a decentralized network with multiple nodes, including a specific node.
본 개시의 실시예들에 따른 NFT 발행 장치(100)는 사용자가 블록체인 네트워크의 특정 노드에 접근하는 것을 지원하도록 구성될 수 있다. 예를 들어, NFT 발행 장치(100)는 사용자에게 프론트 엔드(Front-End) 코드를 송신하여 노드로의 접속을 중개하는 역할을 수행할 수 있다. 다른 예를 들어, NFT 발행 장치(100)는 사용자와 특정 노드 사이에서 사용자와 특정 노드를 직접 연결하는 역할을 수행할 수 있다.The NFT issuing device 100 according to embodiments of the present disclosure may be configured to support a user accessing a specific node of a blockchain network. For example, the NFT issuing device 100 may serve as an intermediary for connection to the node by transmitting a front-end code to the user. For another example, the NFT issuing device 100 may serve to directly connect a user and a specific node.
한편, 본 개시의 NFT 발행 장치(100)의 서로 다른 구현은 통상의 기술자가 상황에 따라 적절히 선택할 수 있는 사항이므로, 본 발명의 권리범위에는 영향을 주지 않는 것으로 본다. 예를 들어, 이하에서는 설명의 편의를 위해 NFT 발행 장치(100)가 n-차 NFT의 발행 및 NFT에 대한 수익 지급을 모두 관리하는 것으로 설명되어 있는데, 상기 n-차 NFT의 발행 및 상기 NFT에 대한 수익 지급은 서로 다른 서버에 의해 수행될 수도 있을 것이다.Meanwhile, since different implementations of the NFT issuing device 100 of the present disclosure can be appropriately selected by a person skilled in the art depending on the situation, it is not considered to affect the scope of rights of the present invention. For example, hereinafter, for convenience of explanation, the NFT issuing device 100 is described as managing both the issuance of the n-th NFT and the payment of profits for the NFT. Revenue payment may be performed by different servers.
일 실시예에서, 프로세서(120)는 양방향 연결 리스트로 다른 NFT와 연결되어 트리 구조를 형성하는 적어도 하나의 NFT를 발행할 수 있다. 예를 들어, 프로세서(120)는 외부의 장치로부터 NFT 발행 요청 신호를 수신할 수 있다. 예를 들어, 프로세서(120)는 NFT 발행 요청 신호에 기초하여 NFT 속성값을 설정할 수 있다. 예를 들어, 프로세서(120)는 상기 NFT 속성값에 기초하여 NFT를 발행할 수 있다. In one embodiment, the processor 120 may issue at least one NFT that is connected to other NFTs in a bidirectional linked list to form a tree structure. For example, the processor 120 may receive an NFT issuance request signal from an external device. For example, the processor 120 may set the NFT attribute value based on the NFT issuance request signal. For example, the processor 120 may issue an NFT based on the NFT attribute value.
일 실시예에 따른 프로세서(120)는 이하 도면을 통해 설명되는 NFT 발행 장치(100)의 동작을 수행할 수 있다. The processor 120 according to one embodiment may perform the operation of the NFT issuing device 100 described through the drawings below.
도 2는 일 실시예에 따른 NFT 발행 장치의 세부 블록 구성을 도시하고, 도 3은 일 실시예에 따른 NFT 발행 장치의 NFT 발행 동작 흐름을 도시한다.Figure 2 shows a detailed block configuration of an NFT issuing device according to an embodiment, and Figure 3 shows an NFT issuing operation flow of an NFT issuing device according to an embodiment.
도 2 및 3을 참조하면, 본 개시에 따른 NFT 발행 장치(200)는 API 게이트웨이(210)(또는 API Gateway), NFT 생성부(220)(또는 NFT Generator), 및 지급 관리부(230)(또는 Payment Manager)를 포함할 수 있다. API 게이트웨이(210), NFT 생성부(220), 및 지급 관리부(230)는 프로세서(120)에 의해 동작될 수 있다.Referring to Figures 2 and 3, the NFT issuing device 200 according to the present disclosure includes an API gateway 210 (or API Gateway), an NFT generation unit 220 (or NFT Generator), and a payment management unit 230 (or Payment Manager) may be included. The API gateway 210, NFT creation unit 220, and payment management unit 230 may be operated by the processor 120.
API 게이트웨이(210)는 NFT 발행을 위한 적어도 하나의 API를 제공할 수 있다. 예를 들어, API 게이트웨이(210)는 NFT 발행 요청 신호를 수신하기 위한 API를 제공할 수 있다. 예를 들어, API 게이트웨이(210)는 NFT의 계약 조건을 조회하기 위한 API를 제공할 수 있다. 예를 들어, API 게이트웨이(210)는 NFT의 소유자 정보를 조회하는 API를 제공할 수 있다. 예를 들어, API 게이트웨이(210)는 상기 NFT에 대한 수익 지급을 위한 입출력 신호를 제공할 수 있다. API gateway 210 may provide at least one API for NFT issuance. For example, the API gateway 210 may provide an API for receiving an NFT issuance request signal. For example, the API gateway 210 may provide an API for querying NFT contract terms. For example, the API gateway 210 may provide an API to query owner information of an NFT. For example, the API gateway 210 may provide input/output signals for payment of profits for the NFT.
NFT 생성부(220)는 NFT 생성 요청 신호에 기초하여 NFT 속성값을 설정할 수 있다. 예를 들어, NFT 생성부(220)는 기본 데이터 및 추가 데이터를 포함하는 토큰 데이터를 설정할 수 있다. NFT 생성부(220)는 토큰 데이터에 기초하여 NFT를 생성할 수 있다. NFT 생성부(220)는 생성된 NFT를 적어도 하나의 다른 NFT에 링크할 수 있다.The NFT generator 220 may set the NFT attribute value based on the NFT creation request signal. For example, the NFT generator 220 may set token data including basic data and additional data. The NFT generator 220 may generate an NFT based on token data. The NFT generator 220 may link the generated NFT to at least one other NFT.
지급 관리부(230)는 발행된 NFT로부터 파생된 수익을 NFT에 지급할 수 있다. 예를 들어, 지급 관리부(230)는 NFT 판매 대금에 대한 수익금을 수신하고, 상기 수익금을 NFT에 전달할 수 있다. 예를 들어, 지급 관리부(230)는 복수의 NFT에 기초하여 발생한 수익금을 수신하고, 스마트 컨트랙트에 기초하여 상기 수익금을 상기 복수의 NFT에 분배할 수 있다.The payment management unit 230 may pay profits derived from the issued NFT to the NFT. For example, the payment management unit 230 may receive proceeds from NFT sales and deliver the proceeds to the NFT. For example, the payment management unit 230 may receive proceeds generated based on a plurality of NFTs and distribute the proceeds to the plurality of NFTs based on a smart contract.
일 예에 따르면, 동작 310에서 NFT 발행 장치(200)는 NFT 발행 요청 신호를 수신할 수 있다. 예를 들어, API 게이트웨이(210)는 외부의 장치로부터 NFT 발행 요청 신호를 수신하기 위한 API를 제공할 수 있다. 상기 외부의 장치는 컨텐츠의 원작자, NFT 판매자, 및 NFT 구매자 중 적어도 하나가 소유한 전자 장치일 수 있다.According to one example, in operation 310, the NFT issuing device 200 may receive an NFT issuance request signal. For example, the API gateway 210 may provide an API for receiving an NFT issuance request signal from an external device. The external device may be an electronic device owned by at least one of the original content creator, the NFT seller, and the NFT buyer.
일 예에 따르면, 동작 320에서 NFT 발행 장치(200)는 NFT 속성값을 설정할 수 있다. 상기 NFT 속성값은 부모 토큰 ID를 포함하는 상위 노드, 자식 토큰 ID를 포함하는 하위 노드, 및 기본 데이터 및 추가 데이터를 포함하는 토큰 데이터를 포함할 수 있다. 예를 들어, NFT 생성부(220)는 계약 조건에 기초하여 상기 NFT 속성값을 설정하는 스마트 컨트랙트일 수 있다.According to one example, in operation 320, the NFT issuing device 200 may set the NFT attribute value. The NFT attribute value may include an upper node including a parent token ID, a lower node including a child token ID, and token data including basic data and additional data. For example, the NFT generator 220 may be a smart contract that sets the NFT attribute value based on contract conditions.
일 예에 따르면, 동작 330에서 NFT 발행 장치(200)는 NFT를 발행할 수 있다. NFT 생성부(220)는 상기 NFT 속성값에 기초하여 스마트 컨트랙트로 NFT를 생성할 수 있다. NFT 생성부(220)는 생성된 NFT를 적어도 하나의 다른 NFT에 링크할 수 있다. NFT 생성부(220)는 기여도에 기초하여 상기 NFT 속성값을 업데이트할 수 있다. 예를 들어, NFT 생성부(220)는 소유자 정보에 기초하여 기여도를 산출하고, 상기 기여도에 기초하여 추가 데이터를 업데이트할 수 있다.According to one example, in operation 330, the NFT issuing device 200 may issue an NFT. The NFT generator 220 may generate an NFT with a smart contract based on the NFT attribute value. The NFT generator 220 may link the generated NFT to at least one other NFT. The NFT generator 220 may update the NFT attribute value based on the contribution. For example, the NFT generator 220 may calculate a contribution based on owner information and update additional data based on the contribution.
본 개시의 NFT 발행 장치(200)는 상기 외부의 장치로부터 자식 NFT 생성 요청 신호를 포함하는 상기 NFT 발행 요청 신호를 수신할 수 있다. NFT 발행 장치(200)는 상기 자식 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성할 수 있다. 예를 들어, NFT 발행 장치(200)는 양방향 연결 리스트(Doubly Linked List)로 상호 연결되어 트리 구조(Tree Structure)를 형성하는 부모 NFT 및 자식 NFT를 발행할 수 있다.The NFT issuing device 200 of the present disclosure may receive the NFT issuance request signal including a child NFT creation request signal from the external device. The NFT issuing device 200 may generate a child NFT that is linked to a previously issued parent NFT based on the child NFT creation request signal. For example, the NFT issuing device 200 may issue a parent NFT and a child NFT that are interconnected in a doubly linked list to form a tree structure.
도 4는 일 실시예에 따른 NFT 생성부의 블록 구성을 도시한다. 예를 들어, 도 4의 NFT 생성부(400)는 도 2의 NFT 생성부(220)와 동일한 구성일 수 있다.Figure 4 shows the block configuration of the NFT generator according to one embodiment. For example, the NFT generator 400 of FIG. 4 may have the same configuration as the NFT generator 220 of FIG. 2.
도 4를 참조하면, NFT 생성부(400)는 계약 관리부(410)(또는 Contract Handler), 토큰 생성부(420)(또는 Token Generator), 업데이트 관리부(430)(또는 Update Handler), 및 기여도 관리부(440)(또는 Contribution Handler)를 포함할 수 있다. 예를 들어, 계약 관리부(410), 토큰 생성부(420), 업데이트 관리부(430), 및 기여도 관리부(440)는 프로세서(120)에 의해 동작될 수 있다.Referring to Figure 4, the NFT generation unit 400 includes a contract management unit 410 (or Contract Handler), a token generation unit 420 (or Token Generator), an update management unit 430 (or Update Handler), and a contribution management unit. (440) (or Contribution Handler) may be included. For example, the contract management unit 410, token generation unit 420, update management unit 430, and contribution management unit 440 may be operated by the processor 120.
일 예에 따르면, NFT 생성부(400)는 NFT를 생성하기 위한 NFT 속성값을 설정할 수 있다. 또한, NFT 생성부는(400) NFT의 속성값을 업데이트할 수 있다. NFT 생성부(400)는 NFT 속성값에 기초하여 NFT를 생성할 수 있다. 예를 들어, NFT 생성부(400)는 자식 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성할 수 있다.According to one example, the NFT generator 400 may set NFT attribute values for generating an NFT. Additionally, the NFT generator 400 can update the attribute values of the NFT. The NFT generator 400 may generate an NFT based on the NFT attribute value. For example, the NFT generator 400 may generate a child NFT that is linked to a previously issued parent NFT based on a child NFT creation request signal.
구체적으로, 계약 관리부(410)는 NFT의 계약 조건을 조회할 수 있다. 상기 계약 조건에 따라 NFT 속성값이 결정될 수 있다. 예를 들어, 계약 관리부(410)는 부모 NFT의 계약 조건 및 자식 NFT의 계약 조건을 조회할 수 있다. 자식 NFT의 계약 조건은 NFT 종류를 포함할 수 있다. 계약 관리부(410)는 계약 조건을 반영하여 NFT 속성값을 설정할 수 있다. 계약 관리부(410)는 상기 계약 조건의 변경 여부를 확인할 수 있다. 상기 계약 조건이 변경되는 경우, NFT 속성값이 업데이트될 수 있다.Specifically, the contract management unit 410 can check the contract terms of the NFT. The NFT attribute value may be determined according to the contract conditions. For example, the contract management unit 410 can query the contract terms of the parent NFT and the contract terms of the child NFT. The contract terms of a child NFT may include the type of NFT. The contract management unit 410 can set NFT attribute values to reflect the contract conditions. The contract management unit 410 can check whether the contract conditions have changed. If the contract conditions change, the NFT attribute value may be updated.
토큰 생성부(420)는 NFT 속성값에 기초하여 NFT를 생성할 수 있다. 예를 들어, 토큰 생성부(420)는 기 발행된 부모 NFT로부터 파생된 자식 NFT를 생성할 수 있다. 토큰 생성부(420)는 부모 NFT와 상기 생성된 자식 NFT를 양방향 연결 리스트로 상호 연결할 수 있다.The token generator 420 may generate an NFT based on the NFT attribute value. For example, the token generator 420 may generate a child NFT derived from a previously issued parent NFT. The token generator 420 may interconnect the parent NFT and the created child NFT through a bidirectional linked list.
업데이트 관리부(430)는 외부의 장치로부터 업데이트 요청 신호를 수신할 수 있다. 업데이트 관리부(430)는 기여도에 기초하여 상기 NFT 속성값을 업데이트할 수 있다. 예를 들어, 업데이트 관리부(430)는 기여도 관리부(440)에게 기여도 산출 요청 신호를 송신하고, 기여도 관리부(440)로부터 기여도를 수신할 수 있다.The update management unit 430 may receive an update request signal from an external device. The update management unit 430 may update the NFT attribute value based on contribution. For example, the update management unit 430 may transmit a contribution calculation request signal to the contribution management unit 440 and receive the contribution from the contribution management unit 440 .
기여도 관리부(440)는 NFT의 소유자 정보를 조회할 수 있다. 예를 들어, 기여도 관리부(440)는 부모 NFT의 소유자 정보 및 자식 NFT의 소유자 정보를 조회할 수 있다. 기여도 관리부(440)는 소유자 정보에 기초하여 상기 NFT에 대한 기여도를 산출할 수 있다. 기여도 관리부(440)는 산출된 기여도를 업데이트 관리부(430)으로 송신할 수 있다.The contribution management unit 440 can query the owner information of the NFT. For example, the contribution management unit 440 can query the owner information of the parent NFT and the owner information of the child NFT. The contribution management unit 440 may calculate the contribution to the NFT based on owner information. The contribution management unit 440 may transmit the calculated contribution to the update management unit 430.
도 5는 일 실시예에 따른 NFT 발행 장치의 자식 NFT 생성 동작 흐름을 도시하고, 도 6은 일 실시예에 따른 NFT의 구조를 도시하며, 도 7은 일 실시예에 따른 기본 데이터에 포함된 세부 데이터를 도시하고, 도 8은 일 실시예에 따른 추가 데이터에 포함된 세부 데이터를 도시하며, 도 9는 일 실시예에 따른 부모 NFT와 자식 NFT가 양방향 연결 리스트로 연결된 NFT 트리 구조를 도시한다.Figure 5 shows the operation flow of creating a child NFT of an NFT issuing device according to an embodiment, Figure 6 shows the structure of an NFT according to an embodiment, and Figure 7 shows details included in basic data according to an embodiment. Data is shown, Figure 8 shows detailed data included in the additional data according to an embodiment, and Figure 9 shows an NFT tree structure in which a parent NFT and a child NFT are connected in a bidirectional linked list according to an embodiment.
도 5 내지 9를 참조하면, NFT 발행 장치(200)는 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성할 수 있다.Referring to FIGS. 5 to 9, the NFT issuing device 200 may generate a child NFT that is linked to a previously issued parent NFT based on an NFT creation request signal.
일 예에 따르면, 동작 510에서 NFT 발행 장치(200)는 외부의 장치로부터 자식 NFT 생성 요청 신호를 수신할 수 있다. 상기 외부의 장치는 컨텐츠의 원작자, 자식 NFT 판매자, 및 자식 NFT 구매자 중 적어도 하나가 소유한 전자 장치일 수 있다.According to one example, in operation 510, the NFT issuing device 200 may receive a child NFT creation request signal from an external device. The external device may be an electronic device owned by at least one of the original content creator, the child NFT seller, and the child NFT buyer.
도 6에서 보듯이, NFT 발행 장치(200)는 NFT 속성값에 기초하여 NFT를 발행할 수 있다. 즉, NFT는 NFT 속성값을 포함하는 NFT 구조(NFT Structure)를 가질 수 있다. 예를 들어, NFT 구조는 부모 토큰 ID를 포함하는 상위 노드(Prev), 자식 토큰 ID를 포함하는 하위 노드(next), 및 계약 조건에 기초한 NFT 정보를 포함하는 토큰 데이터(data)를 포함할 수 있다. 토큰 데이터(data)는 기본 데이터(Basic params) 및 추가 데이터(Additional params)를 포함할 수 있다.As shown in Figure 6, the NFT issuing device 200 can issue an NFT based on the NFT attribute value. In other words, NFT may have an NFT structure that includes NFT attribute values. For example, the NFT structure may include a parent node (Prev) containing the parent token ID, a child node (next) containing the child token ID, and token data (data) containing NFT information based on contract conditions. there is. Token data may include basic data and additional data.
일 예에 따르면, 동작 520에서 NFT 발행 장치(200)는 상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 기본 데이터를 설정할 수 있다. 예를 들어, NFT 발행 장치(200)는 계약 조건을 반영하여 상기 NFT 속성값 중 기본 데이터(Basic params)를 설정할 수 있다.According to one example, in operation 520, the NFT issuing device 200 may set basic data of the child NFT based on the child NFT creation request signal. For example, the NFT issuing device 200 may set basic data (Basic params) among the NFT attribute values to reflect contract conditions.
도 7에서 보듯이, 상기 기본 데이터(Basic params)는 소유자 정보(address), 토큰 ID(tokenId), 토큰 URL(tokenUrl), NFT 종류(Type), NFT 확장량(quantity), 유효기간(period), 재판매 여부(Resale), NFT 확장 차수(Child_depth), 목표치(Goal_price), 상위 노드 정보(prev), 및 하위 노드 정보(next[]) 중 적어도 하나를 포함할 수 있다. 상기 기본 데이터들이 특정 데이터 타입에 제한되지 않음은 당업자에게 이해될 것이다.As shown in Figure 7, the basic data (Basic params) include owner information (address), token ID (tokenId), token URL (tokenUrl), NFT type (Type), NFT expansion quantity (quantity), and validity period (period). , whether to resell (Resale), NFT expansion degree (Child_depth), target value (Goal_price), upper node information (prev), and lower node information (next[]). It will be understood by those skilled in the art that the basic data is not limited to a specific data type.
일 예에 따르면, 동작 530에서 NFT 발행 장치(200)는 상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 추가 데이터를 설정할 수 있다. 예를 들어, NFT 발행 장치(200)는 상기 기본 데이터(Basic params)에 포함된 상기 NFT 종류(Type)에 기초하여 추가 데이터(Additional params)를 설정할 수 있다.According to one example, in operation 530, the NFT issuing device 200 may set additional data of the child NFT based on the child NFT creation request signal. For example, the NFT issuing device 200 may set additional data (Additional params) based on the NFT type (Type) included in the basic data (Basic params).
도 8에서 보듯이, 상기 NFT 종류(Type)는 배당(Dividend) NFT, 펀딩(Crowdfunding) NFT, 및 2차 저작(Adaptation) NFT 중 적어도 하나를 포함할 수 있다.As shown in Figure 8, the NFT type may include at least one of Dividend NFT, Crowdfunding NFT, and Adaptation NFT.
예를 들어, 상기 NFT 종류가 상기 배당 NFT인 경우, 상기 추가 데이터(Additional params)는 배당률(Dividend rate), 배당일(Dividend Payday), 및 배당 기여도(Dividend contribution) 중 적어도 하나를 포함할 수 있다.For example, if the NFT type is the dividend NFT, the additional data (Additional params) may include at least one of Dividend rate, Dividend Payday, and Dividend contribution. .
예를 들어, 상기 NFT 종류가 상기 펀딩 NFT인 경우, 상기 추가 데이터(Additional params)는 수익 분배율(Income rate), 수익 분배일(Income Payday), 및 펀딩 기여도(Income contribution) 중 적어도 하나를 포함할 수 있다.For example, if the NFT type is the funding NFT, the additional data (Additional params) may include at least one of Income rate, Income Payday, and Funding contribution. You can.
예를 들어, 상기 NFT 종류가 상기 2차 저작 NFT인 경우, 상기 추가 데이터(Additional params)는 로열티율(Royalty rate), 정산일(Settlement day), 및 2차 저작 기여도(Adaptation contribution) 중 적어도 하나를 포함할 수 있다.For example, if the type of NFT is the secondary work NFT, the additional data (Additional params) is at least one of a royalty rate, settlement day, and secondary work contribution (Adaptation contribution). may include.
일 예에 따르면, 동작 540에서 NFT 발행 장치(200)는 기본 데이터 및 추가 데이터에 기초하여 스마트 컨트랙트로 자식 NFT를 생성할 수 있다. 예를 들어, NFT 발행 장치(200)는 기본 데이터 및 추가 데이터에 기초하여 배당 NFT, 펀딩 NFT, 및 2차 저작 NFT 중 적어도 하나에 해당하는 자식 NFT를 생성할 수 있다.According to one example, in operation 540, the NFT issuing device 200 may generate a child NFT with a smart contract based on basic data and additional data. For example, the NFT issuing device 200 may generate a child NFT corresponding to at least one of a dividend NFT, a funding NFT, and a secondary work NFT based on basic data and additional data.
일 예에 따르면, 동작 550에서 NFT 발행 장치(200)는 상기 자식 NFT를 상기 부모 NFT에 링크할 수 있다. 예를 들어, 적어도 하나의 자식 NFT의 상위 노드(Prev)는 부모 NFT에 링크 연결될 수 있다. 예를 들어, 부모 NFT의 하위 노드(Next)는 적어도 하나의 자식 NFT에 링크 연결될 수 있다.According to one example, in operation 550, the NFT issuing device 200 may link the child NFT to the parent NFT. For example, the parent node (Prev) of at least one child NFT may be linked to the parent NFT. For example, a child node (Next) of a parent NFT may be linked to at least one child NFT.
일 예에 따르면, 적어도 하나의 자식 NFT는 기 발행된 부모 NFT와 링크 연결(Link Connection)될 수 있다. 예를 들어, 부모 NFT 및 자식 NFT는 양방향 연결 리스트(Doubly Linked List)로 상호 연결되어 트리 구조(Tree Structure)를 형성할 수 있다.According to one example, at least one child NFT may be linked with a previously issued parent NFT. For example, parent NFTs and child NFTs can be interconnected in a doubly linked list to form a tree structure.
도 9에서 보듯이, 루트 NFT(Root Token)는 첫번째로 생성되는 NFT일 수 있다. 예를 들어, 루트 NFT는 원작자(예컨대, 크리에이터)가 배당금을 지급하기 위하여 생성한 NFT일 수 있다. 예를 들어, 루트 NFT는 원작자가 크라우드펀딩을 하기 위하여 생성한 NFT일 수 있다. 예를 들어, 루트 NFT는 원작자가 2차 저작에 대한 권리를 판매하기 위하여 생성한 NFT일 수 있다. 루트 NFT는 적어도 하나의 자식 NFT의 부모 NFT일 수 있다. 예를 들어, 상기 루트 NFT(예컨대, 제1 NFT)의 하위 노드(Next)는 적어도 하나의 자식 NFT(예컨대, 제2 NFT 내지 제5 NFT)에 링크 연결될 수 있다.As shown in Figure 9, the root NFT (Root Token) may be the first NFT created. For example, a root NFT may be an NFT created by the original author (e.g., creator) to pay dividends. For example, a root NFT may be an NFT created by the original author for crowdfunding. For example, a root NFT may be an NFT created by the original author to sell the rights to a secondary work. The root NFT may be the parent NFT of at least one child NFT. For example, a child node (Next) of the root NFT (eg, first NFT) may be linked to at least one child NFT (eg, second to fifth NFTs).
자식 NFT를 구매한 구매자 또는 원작자에 대한 팬(fan)은 루트 NFT에 대한 자식 NFT를 획득할 수 있다. 예를 들어, 구매자 또는 팬은 루트 NFT에 대한 자식 NFT를 NFT 지갑에 소유할 수 있다. 즉, 구매자 또는 팬은 자식 NFT(예컨대, 제2 NFT 내지 제5 NFT)의 소유자가 될 수 있다. 자식 NFT는 적어도 하나의 다른 자식 NFT의 부모 NFT일 수 있다. 예를 들어, 상기 자식 NFT(예컨대, 제2 NFT 내지 제5 NFT)의 하위 노드(Next)는 적어도 하나의 자식 NFT(예컨대, 제6 NFT 내지 제9 NFT)에 링크 연결될 수 있다.Buyers who purchase child NFTs or fans of the original author can acquire child NFTs for the root NFT. For example, a buyer or fan can own child NFTs for the root NFT in an NFT wallet. That is, the buyer or fan can become the owner of a child NFT (eg, the second to fifth NFT). A child NFT may be the parent NFT of at least one other child NFT. For example, the lower node (Next) of the child NFT (eg, second to fifth NFT) may be linked to at least one child NFT (eg, sixth to ninth NFT).
부모 NFT 및 자식 NFT로 형성된 트리 구조(Tree Structure) 기본 데이터(Basic params)에 포함된 NFT 종류(Type), NFT 확장량(quantity) 및 NFT 확장 차수(Child_depth)에 기초하여 결정될 수 있다. 예를 들어, NFT 확장량(quantity)은 생성될 수 있는 최대 자식 NFT의 개수를 의미할 수 있다. 예를 들어, NFT 확장 차수(Child_depth)는 생성 가능한 자식 NFT의 차수를 의미할 수 있다.It can be determined based on the NFT type (Type), NFT expansion quantity (quantity), and NFT expansion degree (Child_depth) included in the basic data (Basic params) of the tree structure formed by parent NFT and child NFT. For example, NFT expansion quantity may mean the maximum number of child NFTs that can be created. For example, NFT expansion depth (Child_depth) may mean the depth of a child NFT that can be created.
도 9를 참조하면, 제2 NFT 내지 제9 NFT는 각각 제1 NFT의 자식 NFT일 수 있다. 예를 들어, 제1 NFT의 NFT 확장량(quantity)은 8일 수 있다. 예를 들어, 제1 NFT의 NFT 확장 차수(Child_depth)는 2일 수 있다.Referring to FIG. 9, the second NFT to the ninth NFT may each be a child NFT of the first NFT. For example, the NFT expansion quantity of the first NFT may be 8. For example, the NFT expansion depth (Child_depth) of the first NFT may be 2.
또한, 제6 NFT 및 제7 NFT는 각각 제3 NFT의 자식 NFT일 수 있다. 예를 들어, 제3 NFT의 NFT 확장량(quantity)은 2일 수 있다. 예를 들어, 제3 NFT의 NFT 확장 차수(Child_depth)는 1일 수 있다. 마찬가지로, 제8 NFT 및 제9 NFT는 각각 제5 NFT의 자식 NFT일 수 있다. 예를 들어, 제5 NFT의 NFT 확장량(quantity)은 2일 수 있다. 예를 들어, 제5 NFT의 NFT 확장 차수(Child_depth)는 1일 수 있다.Additionally, the 6th NFT and 7th NFT may each be child NFTs of the 3rd NFT. For example, the NFT expansion quantity of the third NFT may be 2. For example, the NFT expansion depth (Child_depth) of the third NFT may be 1. Likewise, the 8th NFT and 9th NFT may each be child NFTs of the 5th NFT. For example, the NFT expansion quantity of the fifth NFT may be 2. For example, the NFT expansion depth (Child_depth) of the fifth NFT may be 1.
부모 NFT 및 자식 NFT는 양방향 연결 리스트(Doubly Linked List)로 상호 연결된 트리 구조를 형성하므로, 계약 조건에 따른 이벤트(Event)가 발생하는 경우, 스마트 컨트랙트는 양방향 연결 리스트(Doubly Linked List)로 상호 연결된 트리 구조를 트래버스(Traverse)함으로써 구현될 수 있다.The parent NFT and child NFT form a tree structure interconnected by a doubly linked list, so when an event occurs according to the contract conditions, the smart contract is interconnected by a doubly linked list. It can be implemented by traversing the tree structure.
일 예에 따르면, NFT 발행 장치(200)는 자식 NFT를 발행할 때, 계약 의존도(Dependency)를 설정할 수 있다. 계약 의존도는 자식 NFT의 계약 조건이 부모 NFT의 계약 조건에 종속되는 정도를 수치화한 데이터일 수 있다. 예를 들어, 계약 의존도가 100%인 경우, 부모 NFT의 계약 조건에 변경이 발생하면, 자식 NFT의 계약 조건은 상기 변경이 100% 적용될 수 있다.According to one example, the NFT issuing device 200 may set contract dependency (Dependency) when issuing a child NFT. Contract dependency may be data that quantifies the degree to which the contract terms of a child NFT are dependent on the contract terms of the parent NFT. For example, if contract dependence is 100%, if a change occurs in the contract terms of the parent NFT, the change may be 100% applied to the contract terms of the child NFT.
구체적으로, 제1 NFT의 계약 조건에 변경이 발생하면, 변경된 계약 조건은 제2 NFT 내지 제5 NFT로 전달되고, 제2 NFT 내지 제5 NFT의 계약 조건이 변경될 수 있다. 예를 들어, 배당금 NFT의 경우, 제1 NFT의 배당일(Dividend rate)이 변경되면, 변경된 배당일은 제2 NFT 내지 제5 NFT로 전달되고, 제2 NFT 내지 제5 NFT의 배당일이 변경될 수 있다. 예를 들어, 펀딩 NFT의 경우, 제1 NFT의 수익 분배율(Income rate), 변경된 수익 분배율은 제2 NFT 내지 제5 NFT로 전달되고, 변경된 수익 분배율에 따라 제2 NFT 내지 제5 NFT에 수익이 분배될 수 있다.Specifically, if a change occurs in the contract terms of the first NFT, the changed contract terms are transferred to the second to fifth NFTs, and the contract terms of the second to fifth NFTs may be changed. For example, in the case of a dividend NFT, if the dividend rate (dividend rate) of the first NFT is changed, the changed dividend date is transmitted to the second to fifth NFTs, and the dividend date of the second to fifth NFTs may be changed. You can. For example, in the case of a funding NFT, the profit distribution rate of the first NFT and the changed profit distribution rate are delivered to the 2nd to 5th NFTs, and the profits are distributed to the 2nd to 5th NFTs according to the changed profit distribution rate. can be distributed.
도 10은 일 실시예에 따른 NFT 발행 장치의 기여도에 따른 NFT 속성값 업데이트 동작 흐름을 도시한다.Figure 10 shows an NFT attribute value update operation flow according to the contribution of an NFT issuing device according to an embodiment.
도 10을 참조하면, 본 개시의 NFT 발행 장치(200)는 기여도를 산출하고, 기여도에 기초하여 NFT 속성값을 업데이트할 수 있다.Referring to Figure 10, the NFT issuing device 200 of the present disclosure can calculate the contribution and update the NFT attribute value based on the contribution.
일 예에 따르면, 동작 1010에서 NFT 발행 장치(200)는 외부의 장치로부터 업데이트 요청 신호를 수신할 수 있다. 예를 들어, 업데이트 요청 신호는 계약 조건 변경에 따른 업데이트 요청 신호일 수 있다. 예를 들어, 업데이트 요청 신호는 자식 NFT의 판매에 따른 업데이트 요청 신호일 수 있다.According to one example, in operation 1010, the NFT issuing device 200 may receive an update request signal from an external device. For example, the update request signal may be an update request signal due to a change in contract conditions. For example, the update request signal may be an update request signal based on the sale of a child NFT.
일 예에 따르면, 동작 1020에서 NFT 발행 장치(200)는 자식 NFT의 소유자 정보를 조회할 수 있다. 예를 들어, NFT 발행 장치(200)는 계약 조건 변경에 따른 업데이트 요청 신호를 수신하고, 자식 NFT의 소유자가 변경되었는지 여부를 조회할 수 있다. 예를 들어, NFT 발행 장치(200)는 자식 NFT의 판매에 따른 업데이트 요청 신호를 수신하고, 자식 NFT를 구매한 구매자의 소유자 정보를 조회할 수 있다.According to one example, in operation 1020, the NFT issuing device 200 may query owner information of the child NFT. For example, the NFT issuing device 200 may receive an update request signal according to a change in contract conditions and inquire whether the owner of the child NFT has changed. For example, the NFT issuing device 200 may receive an update request signal according to the sale of a child NFT and query owner information of the buyer who purchased the child NFT.
상기 소유자 정보는 상기 자식 NFT의 소유자 지갑에 저장된 보유 NFT 내역, 상기 자식 NFT의 소유자 오프체인 활동 기록, 및 상기 자식 NFT의 소유자가 재생성한 손자 NFT의 판매 내역 중 적어도 하나를 포함할 수 있다.The owner information may include at least one of a holding NFT history stored in the owner's wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT.
일 예에 따르면, 동작 1030에서 NFT 발행 장치(200)는 상기 소유자 정보에 기초하여 자식 NFT에 대한 기여도를 산출할 수 있다. 기여도는 자식 NFT 소유자가 부모 NFT의 계약 조건 및 NFT 종류에 따른 컨텐츠에 기여한 정도를 수치화한 데이터일 수 있다. 예를 들어, 기여도를 높이는 요인은 자식 NFT 소유자의 NFT 구매량, 자식 NFT 소유자의 광고 횟수, 및 자식 NFT 소유자의 재판매율 중 적어도 하나일 수 있다.According to one example, in operation 1030, the NFT issuing device 200 may calculate the contribution to the child NFT based on the owner information. Contribution may be data that quantifies the extent to which a child NFT owner has contributed to content according to the contract terms and NFT type of the parent NFT. For example, a factor that increases contribution may be at least one of the child NFT owner's NFT purchase volume, the child NFT owner's number of advertisements, and the child NFT owner's resale rate.
배당 NFT의 경우, NFT 발행 장치(200)는 자식 NFT의 소유자 지갑에 저장된 보유 NFT 내역을 조회할 수 있다. NFT 발행 장치(200)는 자식 NFT 소유자의 자식 NFT 구매량을 기준으로 배당 기여도를 산출할 수 있다. 예를 들어, 자식 NFT의 소유자 지갑에 부모 NFT에 대한 자식 NFT를 많이 보유할수록, 상기 자식 NFT의 소유자의 배당 NFT에 대한 배당 기여도는 증가할 수 있다.In the case of a dividend NFT, the NFT issuing device 200 can check the details of the NFT stored in the owner's wallet of the child NFT. The NFT issuing device 200 can calculate the dividend contribution based on the child NFT owner's child NFT purchase amount. For example, the more child NFTs for the parent NFT held in the owner's wallet of the child NFT, the dividend contribution to the dividend NFT of the owner of the child NFT may increase.
펀딩 NFT의 경우, NFT 발행 장치(200)는 자식 NFT의 소유자 오프체인 활동 기록을 조회할 수 있다. NFT 발행 장치(200)는 오프체인 상에서 자식 NFT 소유자의 광고 횟수를 기준으로 펀딩 기여도를 산출할 수 있다. 예를 들어, 자식 NFT의 소유자가 펀딩에 대한 홍보글 작성 횟수, 펀딩 관련 질문에 대한 답변 횟수, 및 SNS 공유 횟수가 많을수록, 상기 자식 NFT의 소유자의 펀딩 NFT에 대한 펀딩 기여도는 증가할 수 있다.In the case of a funding NFT, the NFT issuing device 200 can check the off-chain activity record of the owner of the child NFT. The NFT issuing device 200 can calculate the funding contribution based on the number of advertisements of the child NFT owner on the off-chain. For example, the greater the number of times the owner of a child NFT writes promotional posts about funding, the number of answers to funding-related questions, and the number of shares on SNS, the more the owner of the child NFT's funding contribution to the funding NFT may increase.
2차 저작 NFT의 경우, NFT 발행 장치(200)는 상기 자식 NFT의 소유자가 재생성한 손자 NFT의 판매 내역을 조회할 수 있다. NFT 발행 장치(200)는 상기 자식 NFT의 소유자가 생성한 손자 NFT(예컨대, 상기 자식 NFT의 자식 NFT)의 판매율을 기준으로 2차 저작 기여도를 산출할 수 있다. 예를 들어, 자식 NFT의 소유자가 2차 저작을 통해 재생성한 컨텐츠에 대한 손자 NFT의 판매율이 높을수록, 상기 자식 NFT의 소유자의 2차 저작 NFT에 대한 2차 저작 기여도는 증가할 수 있다.In the case of a secondary work NFT, the NFT issuing device 200 can check the sales history of the grandchild NFT recreated by the owner of the child NFT. The NFT issuing device 200 may calculate secondary authoring contribution based on the sales rate of a grandchild NFT (eg, a child NFT of the child NFT) created by the owner of the child NFT. For example, the higher the sales rate of a grandchild NFT for content created by the owner of a child NFT through secondary work, the owner of the child NFT's secondary work contribution to the secondary work NFT may increase.
일 예에 따르면, 동작 1040에서 NFT 발행 장치(200)는 상기 기여도에 기초하여 NFT 속성값을 업데이트할 수 있다. 예를 들어, NFT 발행 장치(200)는 기여도가 높을수록, 자식 NFT의 소유자에게 유리한 계약 조건으로 NFT 속성값을 업데이트할 수 있다.According to one example, in operation 1040, the NFT issuing device 200 may update the NFT attribute value based on the contribution. For example, the NFT issuing device 200 may update the NFT attribute value with contract conditions that are more advantageous to the owner of the child NFT as the contribution level increases.
예를 들어, 배당 NFT의 경우, NFT 발행 장치(200)는 배당 기여도가 높을수록, 자식 NFT의 배당률을 높이고, 배당일을 자식 NFT의 소유자에게 유리하게 변경할 수 있다. 예를 들어, 펀딩 NFT의 경우, NFT 발행 장치(200)는 펀딩 기여도가 높을수록, 자식 NFT의 수익 분배율을 높이고, 수익 분배일을 자식 NFT의 소유자에게 유리하게 변경할 수 있다. 예를 들어, 2차 저작 NFT의 경우, NFT 발행 장치(200)는 2차 저작 기여도가 높을수록, 부모 NFT에 대한 로열티율을 낮추고, 정산일을 자식 NFT의 소유자에게 유리하게 변경할 수 있다.For example, in the case of a dividend NFT, the NFT issuing device 200 can increase the dividend rate of the child NFT as the dividend contribution increases and change the dividend date to be advantageous to the owner of the child NFT. For example, in the case of a funding NFT, the NFT issuing device 200 can increase the profit distribution rate of the child NFT as the funding contribution increases and change the profit distribution date to be advantageous to the owner of the child NFT. For example, in the case of a secondary work NFT, the NFT issuing device 200 may lower the royalty rate for the parent NFT as the contribution to the secondary work increases and change the settlement date to favor the owner of the child NFT.
도 11은 일 실시예에 따른 NFT 발행 장치의 수익금을 NFT에 지급하는 동작 흐름을 도시하고, 도 12는 일 실시예에 따라 수익금을 NFT에 지급하는 경우, 수익금의 전달 과정을 도시한다.Figure 11 shows an operation flow of paying the proceeds of an NFT issuing device to NFT according to an embodiment, and Figure 12 shows the delivery process of the proceeds when paying the proceeds to NFT according to an embodiment.
도 11 및 12를 참조하면, NFT 발행 장치(200)는 발행된 NFT로부터 파생된 수익을 NFT에 지급할 수 있다. 예를 들어, NFT 발행 장치(200)는 자식 NFT 판매 대금에 대한 수익금을 수신하고, 상기 수익금을 부모 NFT에 전달할 수 있다. 예를 들어, NFT 발행 장치(200)는 자식 NFT에 기초하여 발생한 수익금을 수신하고, 상기 수익금을 부모 NFT 및 자식 NFT에게 지급할 수 있다.Referring to Figures 11 and 12, the NFT issuing device 200 may pay revenue derived from the issued NFT to the NFT. For example, the NFT issuing device 200 may receive proceeds from the sale of a child's NFT and transfer the proceeds to the parent NFT. For example, the NFT issuing device 200 may receive profits generated based on a child NFT and pay the profits to the parent NFT and child NFT.
일 예에 따르면, 동작 1110에서 NFT 발행 장치(200)는 자식 NFT의 구매자로부터 자식 NFT 판매 대금에 대한 제1 수익금을 수신할 수 있다. 예를 들어, NFT 발행 장치(200)는 자식 NFT가 판매된 경우, 자식 NFT를 구매한 구매자로부터 자식 NFT 판매 대금에 대한 제1 수익금을 수신하고, 제1 수익금을 보관할 수 있다.According to one example, in operation 1110, the NFT issuing device 200 may receive the first proceeds for the child NFT sales price from the purchaser of the child NFT. For example, when a child NFT is sold, the NFT issuing device 200 may receive the first proceeds for the child NFT sale price from the purchaser who purchased the child NFT and store the first proceeds.
일 예에 따르면, 동작 1120에서 NFT 발행 장치(200)는 기 발행된 부모 NFT에게 상기 제1 수익금을 전달할 수 있다. 예를 들어, 부모 NFT는 자식 NFT 판매에 대한 제1 수익금을 수신할 수 있다. 즉, 부모 NFT는 자식 NFT를 생성하고, 상기 자식 NFT 판매함으로써 수익(예컨대, 제1 수익금)을 창출할 수 있다.According to one example, in operation 1120, the NFT issuing device 200 may deliver the first proceeds to the previously issued parent NFT. For example, a parent NFT may receive the first proceeds for the sale of a child NFT. In other words, the parent NFT can generate a child NFT and generate profit (e.g., first profit) by selling the child NFT.
일 예에 따르면, 동작 1130에서 NFT 발행 장치(200)는 외부의 결제 장치로부터 상기 자식 NFT에 기초하여 발생한 제2 수익금을 수신할 수 있다. 예를 들어, NFT 발행 장치(200)는 외부의 결제 장치로부터 상기 자식 NFT에 기초하여 발생한 배당금, 펀딩 수익금, 및 2차 저작물 판매 대금 중 적어도 하나를 수신할 수 있다.According to one example, in operation 1130, the NFT issuing device 200 may receive second profits generated based on the child NFT from an external payment device. For example, the NFT issuing device 200 may receive at least one of dividends, funding proceeds, and secondary work sales proceeds generated based on the child NFT from an external payment device.
일 예에 따르면, 동작 1140에서 NFT 발행 장치(200)는 상기 NFT 속성값에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 제2 수익금을 분배할 수 있다. 예를 들어, 배당 NFT의 경우, NFT 발행 장치(200)는 배당률에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 배당금을 분배할 수 있다. 예를 들어, 펀딩 NFT의 경우, NFT 발행 장치(200)는 수익 분배율에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 펀딩 수익금을 분배할 수 있다. 예를 들어, 2차 저작 NFT의 경우, NFT 발행 장치(200)는 로열티률에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 2차 저작물 판매 대금을 분배할 수 있다.According to one example, in operation 1140, the NFT issuing device 200 may distribute the second proceeds to the parent NFT and the child NFT based on the NFT attribute value. For example, in the case of a dividend NFT, the NFT issuing device 200 may distribute the dividend to the parent NFT and the child NFT based on the dividend rate. For example, in the case of a funding NFT, the NFT issuing device 200 may distribute the funding proceeds to the parent NFT and the child NFT based on a profit distribution ratio. For example, in the case of a secondary work NFT, the NFT issuing device 200 may distribute the proceeds from the sale of the secondary work to the parent NFT and the child NFT based on a royalty rate.
이와 같이, 본 개시의 NFT 발행 장치(200)는 부모 NFT에 기반하여 다양한 시나리오의 자식 NFT를 재생산하고, 발행된 자식 NFT의 활용 범위를 확장시킬 수 있다.In this way, the NFT issuing device 200 of the present disclosure can reproduce child NFTs in various scenarios based on the parent NFT and expand the scope of use of the issued child NFT.
또한, NFT 발행 장치(200)는 원작자의 컨텐츠로부터 파생된 복수의 NFT 사이의 계약 관계를 블록체인 상에 트리 구조로 저장함으로써, NFT 구매자 간의 권리를 명확히 할 수 있다.In addition, the NFT issuing device 200 can clarify the rights between NFT buyers by storing the contractual relationship between a plurality of NFTs derived from the original author's content in a tree structure on the blockchain.
본 문서에 개시된 다양한 실시예들에 따른 전자 장치는 다양한 형태의 장치가 될 수 있다. 전자 장치는, 예를 들면, 디스플레이 장치, 휴대용 통신 장치(예: 스마트폰), 컴퓨터 장치, 휴대용 멀티미디어 장치, 휴대용 의료 기기, 카메라, 웨어러블 장치, 또는 가전 장치를 포함할 수 있다. 본 문서의 실시예에 따른 전자 장치는 전술한 기기들에 한정되지 않는다.Electronic devices according to various embodiments disclosed in this document may be of various types. Electronic devices may include, for example, display devices, portable communication devices (e.g., smartphones), computer devices, portable multimedia devices, portable medical devices, cameras, wearable devices, or home appliances. Electronic devices according to embodiments of this document are not limited to the above-described devices.
본 문서의 다양한 실시예들 및 이에 사용된 용어들은 본 문서에 기재된 기술적 특징들을 특정한 실시예들로 한정하려는 것이 아니며, 해당 실시예의 다양한 변경, 균등물, 또는 대체물을 포함하는 것으로 이해되어야 한다. 예를 들면, 단수로 표현된 구성요소는 문맥상 명백하게 단수만을 의미하지 않는다면 복수의 구성요소를 포함하는 개념으로 이해되어야 한다. 본 문서에서 사용되는 '및/또는'이라는 용어는, 열거되는 항목들 중 하나 이상의 항목에 의한 임의의 가능한 모든 조합들을 포괄하는 것임이 이해되어야 한다. 본 개시에서 사용되는 '포함하다,' '가지다,' '구성되다' 등의 용어는 본 개시 상에 기재된 특징, 구성 요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것일 뿐이고, 이러한 용어의 사용에 의해 하나 또는 그 이상의 다른 특징들이나 구성 요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 배제하려는 것은 아니다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나", "A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나", 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제1", "제2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다.The various embodiments of this document and the terms used herein are not intended to limit the technical features described in this document to specific embodiments, but should be understood to include various changes, equivalents, or replacements of the embodiments. For example, a component expressed in the singular should be understood as a concept that includes plural components unless the context clearly indicates only the singular. It should be understood that the term 'and/or' used in this document encompasses any and all possible combinations of one or more of the listed items. Terms such as 'include', 'have', 'consist', etc. used in this disclosure are only intended to designate the presence of features, components, parts, or combinations thereof described in this disclosure, and the use of such terms It is not intended to exclude the presence or addition of one or more other features, components, parts, or combinations thereof. As used herein, “A or B”, “at least one of A and B”, “at least one of A or B”, “A, B or C”, “at least one of A, B and C”, and “A Each of phrases such as “at least one of , B, or C” may include any one of the items listed together in the corresponding phrase, or any possible combination thereof. Terms such as "first", "second", or "first" or "second" may be used simply to distinguish one element from another, and may be used to distinguish such elements in other respects, such as importance or order) is not limited.
본 문서의 다양한 실시예들에서 사용된 용어 "~부" 또는 "~모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. "~부" 또는 "~모듈"은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일 실시예에 따르면, "~부" 또는 "~모듈"은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다. The term “unit” or “module” used in various embodiments of this document may include a unit implemented with hardware, software, or firmware, for example, logic, logic block, component, or circuit. Can be used interchangeably with the same term. The “~part” or “~module” may be an integral part or a minimum unit of the part or a part thereof that performs one or more functions. For example, according to one embodiment, “~unit” or “~module” may be implemented in the form of an application-specific integrated circuit (ASIC).
본 문서의 다양한 실시예들에서 사용된 용어 “~할 경우”는 문맥에 따라 “~할 때”, 또는 “~할 시” 또는 “결정하는 것에 응답하여” 또는 “검출하는 것에 응답하여”를 의미하는 것으로 해석될 수 있다. 유사하게, “~라고 결정되는 경우” 또는 “~이 검출되는 경우”는 문맥에 따라 “결정 시” 또는 “결정하는 것에 응답하여”, 또는 “검출 시” 또는 “검출하는 것에 응답하여”를 의미하는 것으로 해석될 수 있다.The term “when” used in various embodiments of this document means “when” or “when” or “in response to determining” or “in response to detecting,” depending on the context. It can be interpreted as doing so. Similarly, “when it is determined that” or “when it is detected” means “when determining” or “in response to determining,” or “when detecting” or “in response to detecting,” depending on the context. It can be interpreted as doing so.
본 문서를 통해 설명된 전자 장치에 의해 실행되는 프로그램은 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 프로그램은 컴퓨터로 읽을 수 있는 명령어들을 수행할 수 있는 모든 시스템에 의해 수행될 수 있다.A program executed by an electronic device described in this document may be implemented with hardware components, software components, and/or a combination of hardware components and software components. A program can be executed by any system that can execute computer-readable instructions.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령어(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로 (collectively) 처리 장치를 명령할 수 있다. 소프트웨어는, 컴퓨터로 읽을 수 있는 저장 매체(computer-readable storage media)에 저장된 명령어를 포함하는 컴퓨터 프로그램으로 구현될 수 있다. 컴퓨터가 읽을 수 있는 저장 매체로는, 예를 들어 마그네틱 저장 매체(예컨대, ROM(Read-Only Memory), RAM(Random-Access Memory), 플로피 디스크, 하드 디스크 등) 및 광학적 판독 매체(예컨대, 시디롬(CD-ROM), 디브이디(DVD: Digital Versatile Disc)) 등이 있다. 컴퓨터가 읽을 수 있는 저장 매체는 네트워크로 연결된 컴퓨터 시스템들에 분산되어, 분산 방식으로 컴퓨터가 판독 가능한 코드가 저장되고 실행될 수 있다. 컴퓨터 프로그램은 어플리케이션 스토어(예: 플레이 스토어TM)를 통해 또는 두 개의 사용자 장치들(예: 스마트 폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 어플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.Software may include a computer program, code, instructions, or a combination of one or more of these, which may configure a processing unit to operate as desired, or may be processed independently or collectively. You can command the device. Software may be implemented as a computer program including instructions stored on computer-readable storage media. Computer-readable storage media include, for example, magnetic storage media (e.g., ROM (Read-Only Memory), RAM (Random-Access Memory), floppy disk, hard disk, etc.) and optical read media (e.g., CD-ROM). (CD-ROM), DVD (Digital Versatile Disc), etc. The computer-readable storage medium is distributed across networked computer systems, so that computer-readable code can be stored and executed in a distributed manner. Computer programs may be distributed (e.g., downloaded or uploaded) online, through an application store (e.g., Play Store™) or directly between two user devices (e.g., smart phones). In the case of online distribution, at least a portion of the computer program product may be at least temporarily stored or temporarily created in a machine-readable storage medium, such as the memory of a manufacturer's server, an application store server, or a relay server.
다양한 실시예들에 따르면, 상기 기술한 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있으며, 복수의 개체 중 일부는 다른 구성요소에 분리 배치될 수도 있다. 다양한 실시예들에 따르면, 전술한 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.According to various embodiments, each component (e.g., module or program) of the above-described components may include a single or plural entity, and some of the plurality of entities may be separately placed in other components. there is. According to various embodiments, one or more of the components or operations described above may be omitted, or one or more other components or operations may be added. Alternatively or additionally, multiple components (eg, modules or programs) may be integrated into a single component. In this case, the integrated component may perform one or more functions of each component of the plurality of components identically or similarly to those performed by the corresponding component of the plurality of components prior to the integration. . According to various embodiments, operations performed by a module, program, or other component may be executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations may be executed in a different order, or omitted. Alternatively, one or more other operations may be added.

Claims (15)

  1. NFT 발행 장치에 있어서,In the NFT issuing device,
    적어도 하나의 명령어를 저장하는 메모리; 및a memory storing at least one instruction; and
    상기 메모리와 전기적으로 연결되고, 상기 적어도 하나의 명령어를 실행하는 적어도 하나의 프로세서를 포함하고,At least one processor electrically connected to the memory and executing the at least one instruction,
    상기 적어도 하나의 프로세서는,The at least one processor,
    외부의 장치로부터 NFT 발행 요청 신호를 수신하고,Receive an NFT issuance request signal from an external device,
    NFT 속성값을 설정하고,Set NFT property values,
    상기 NFT 속성값에 기초하여 NFT를 발행하고,Issue an NFT based on the NFT attribute value,
    상기 NFT 속성값은,The NFT attribute value is,
    부모 토큰 ID를 포함하는 상위 노드;Parent node containing parent token ID;
    자식 토큰 ID를 포함하는 하위 노드; 및Child nodes containing child token IDs; and
    기본 데이터 및 추가 데이터를 포함하는 토큰 데이터를 포함하는,Containing token data, including basic data and additional data,
    장치.Device.
  2. 제1항에 있어서,According to paragraph 1,
    상기 적어도 하나의 프로세서는,The at least one processor,
    상기 외부의 장치로부터 자식 NFT 생성 요청 신호를 포함하는 상기 NFT 발행 요청 신호를 수신하고,Receiving the NFT issuance request signal including a child NFT creation request signal from the external device,
    상기 자식 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성하는,Based on the child NFT creation request signal, generating a child NFT that is linked to the previously issued parent NFT,
    장치.Device.
  3. 제2항에 있어서,According to paragraph 2,
    상기 적어도 하나의 프로세서는,The at least one processor,
    상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 기본 데이터를 설정하고,Setting the basic data of the child NFT based on the child NFT creation request signal,
    상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 추가 데이터를 설정하고,Setting the additional data of the child NFT based on the child NFT creation request signal,
    상기 기본 데이터 및 상기 추가 데이터에 기초하여 스마트 컨트랙트로 상기 자식 NFT를 생성하고,Generate the child NFT with a smart contract based on the basic data and the additional data,
    상기 자식 NFT를 상기 부모 NFT에 링크하는,Linking the child NFT to the parent NFT,
    장치.Device.
  4. 제3항에 있어서,According to paragraph 3,
    상기 적어도 하나의 프로세서는,The at least one processor,
    외부의 장치로부터 업데이트 요청 신호를 수신하고,Receives an update request signal from an external device,
    상기 자식 NFT의 소유자 정보를 조회하고,Check the owner information of the child NFT,
    상기 소유자 정보에 기초하여 상기 자식 NFT에 대한 기여도를 산출하고,Calculate the contribution to the child NFT based on the owner information,
    상기 기여도에 기초하여 상기 NFT 속성값을 업데이트하는,Updating the NFT attribute value based on the contribution,
    장치.Device.
  5. 제4항에 있어서,According to paragraph 4,
    상기 소유자 정보는,The above owner information is,
    상기 자식 NFT의 소유자 지갑에 저장된 보유 NFT 내역, 상기 자식 NFT의 소유자 오프체인 활동 기록, 및 상기 자식 NFT의 소유자가 재생성한 손자 NFT의 판매 내역 중 적어도 하나를 포함하는,Containing at least one of a holding NFT history stored in the owner wallet of the child NFT, an off-chain activity record of the owner of the child NFT, and a sales history of a grandchild NFT recreated by the owner of the child NFT,
    장치.Device.
  6. 제1항에 있어서,According to paragraph 1,
    상기 기본 데이터는,The basic data is,
    소유자 정보, 토큰 ID, 토큰 URL, NFT 종류, NFT 확장량, 유효기간, 재판매 여부, NFT 확장 차수, 목표치, 상위 노드 정보, 및 하위 노드 정보 중 적어도 하나를 포함하는,Containing at least one of owner information, token ID, token URL, NFT type, NFT expansion amount, expiration date, resale status, NFT expansion order, target value, upper node information, and lower node information,
    장치.Device.
  7. 제6항에 있어서,According to clause 6,
    상기 NFT 종류는,The types of NFTs are,
    배당 NFT, 펀딩 NFT, 및 2차 저작 NFT 중 적어도 하나를 포함하는,Containing at least one of dividend NFT, funding NFT, and secondary work NFT,
    장치.Device.
  8. 제7항에 있어서,In clause 7,
    상기 NFT 종류가 상기 배당 NFT인 경우, 상기 추가 데이터는,If the NFT type is the dividend NFT, the additional data is,
    배당률, 배당일, 및 배당 기여도 중 적어도 하나를 포함하는,Containing at least one of dividend rate, dividend date, and dividend contribution,
    장치.Device.
  9. 제7항에 있어서,In clause 7,
    상기 NFT 종류가 상기 펀딩 NFT인 경우, 상기 추가 데이터는,If the NFT type is the funding NFT, the additional data is,
    수익 분배율, 수익 분배일, 및 펀딩 기여도 중 적어도 하나를 포함하는,Containing at least one of the profit sharing rate, profit distribution date, and funding contribution,
    장치.Device.
  10. 제7항에 있어서,In clause 7,
    상기 NFT 종류가 상기 2차 저작 NFT인 경우, 상기 추가 데이터는,If the NFT type is the secondary work NFT, the additional data is,
    로열티율, 정산일, 및 2차 저작 기여도 중 적어도 하나를 포함하는,Containing at least one of the following: royalty rate, settlement date, and derivative work contribution,
    장치.Device.
  11. 제1항에 있어서,According to paragraph 1,
    상기 적어도 하나의 프로세서는,The at least one processor,
    자식 NFT의 구매자로부터 자식 NFT 판매 대금에 대한 제1 수익금을 수신하고,Receive the first proceeds for the child NFT sales proceeds from the purchaser of the child NFT,
    기 발행된 부모 NFT에게 상기 제1 수익금을 전달하는,Delivering the first proceeds to the previously issued parent NFT,
    장치.Device.
  12. 제11항에 있어서,According to clause 11,
    상기 적어도 하나의 프로세서는,The at least one processor,
    외부의 결제 장치로부터 상기 자식 NFT에 기초하여 발생한 제2 수익금을 수신하고,Receive the second profit generated based on the child NFT from an external payment device,
    상기 NFT 속성값에 기초하여 상기 부모 NFT 및 상기 자식 NFT에게 상기 제2 수익금을 분배하는,Distributing the second proceeds to the parent NFT and the child NFT based on the NFT attribute value,
    장치.Device.
  13. NFT 발행 방법에 있어서,In the NFT issuance method,
    외부의 장치로부터 NFT 발행 요청 신호를 수신하는 동작;An operation of receiving an NFT issuance request signal from an external device;
    NFT 속성값을 설정하는 동작; 및An operation to set NFT property values; and
    상기 NFT 속성값에 기초하여 NFT를 발행하는 동작을 포함하고,Including the operation of issuing an NFT based on the NFT attribute value,
    상기 NFT 속성값은,The NFT attribute value is,
    부모 토큰 ID를 포함하는 상위 노드;Parent node containing parent token ID;
    자식 토큰 ID를 포함하는 하위 노드; 및Child nodes containing child token IDs; and
    기본 데이터 및 추가 데이터를 포함하는 토큰 데이터를 포함하는,Containing token data, including basic data and additional data,
    방법.method.
  14. 제13항에 있어서,According to clause 13,
    상기 NFT 발행 요청 신호를 수신하는 동작은,The operation of receiving the NFT issuance request signal is,
    상기 외부의 장치로부터 자식 NFT 생성 요청 신호를 포함하는 상기 NFT 발행 요청 신호를 수신하고,Receiving the NFT issuance request signal including a child NFT creation request signal from the external device,
    상기 NFT를 발행하는 동작은,The operation of issuing the NFT is,
    상기 자식 NFT 생성 요청 신호에 기초하여, 기 발행된 부모 NFT와 링크 연결(Link Connection)되는 자식 NFT를 생성하는,Based on the child NFT creation request signal, generating a child NFT that is linked to the previously issued parent NFT,
    방법.method.
  15. 제14항에 있어서,According to clause 14,
    상기 NFT를 발행하는 동작은,The operation of issuing the NFT is,
    상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 기본 데이터를 설정하고,Setting the basic data of the child NFT based on the child NFT creation request signal,
    상기 자식 NFT 생성 요청 신호에 기초하여 상기 자식 NFT의 상기 추가 데이터를 설정하고,Setting the additional data of the child NFT based on the child NFT creation request signal,
    상기 기본 데이터 및 상기 추가 데이터에 기초하여 스마트 컨트랙트로 상기 자식 NFT를 생성하고,Generate the child NFT with a smart contract based on the basic data and the additional data,
    상기 자식 NFT를 상기 부모 NFT에 링크하는,Linking the child NFT to the parent NFT,
    방법.method.
PCT/KR2023/016014 2022-12-01 2023-10-17 System and method for issuing nft WO2024117536A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020220165644A KR102544012B1 (en) 2022-12-01 2022-12-01 Nft issuance system and method using the same
KR10-2022-0165644 2022-12-01

Publications (1)

Publication Number Publication Date
WO2024117536A1 true WO2024117536A1 (en) 2024-06-06

Family

ID=86763538

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/016014 WO2024117536A1 (en) 2022-12-01 2023-10-17 System and method for issuing nft

Country Status (2)

Country Link
KR (1) KR102544012B1 (en)
WO (1) WO2024117536A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102544012B1 (en) * 2022-12-01 2023-06-15 주식회사 엔터프라이즈블록체인 Nft issuance system and method using the same
JP7438585B1 (en) 2023-08-07 2024-02-27 クチュールデジタル株式会社 NFT processing method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101938878B1 (en) * 2018-06-14 2019-01-15 김보언 System for managing copyright based on blockchain
KR20210059589A (en) * 2019-11-15 2021-05-25 주식회사 포스코아이씨티 Permissioned Block Chain System for Supporting Non Fungible Token
KR20220013548A (en) * 2019-04-17 2022-02-04 시커런시 인크 Systems, methods and storage devices comprising a data storage and retrieval system for managing data related to tokenized assets
KR102371071B1 (en) * 2021-06-29 2022-03-07 전호근 System for providing token economy based block-chain platform service
KR102467706B1 (en) * 2022-01-18 2022-11-16 주식회사 한아이덴티티코리아 Method for managing media copyright based on block chain and apparatus thereof
KR102544012B1 (en) * 2022-12-01 2023-06-15 주식회사 엔터프라이즈블록체인 Nft issuance system and method using the same

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101938878B1 (en) * 2018-06-14 2019-01-15 김보언 System for managing copyright based on blockchain
KR20220013548A (en) * 2019-04-17 2022-02-04 시커런시 인크 Systems, methods and storage devices comprising a data storage and retrieval system for managing data related to tokenized assets
KR20210059589A (en) * 2019-11-15 2021-05-25 주식회사 포스코아이씨티 Permissioned Block Chain System for Supporting Non Fungible Token
KR102371071B1 (en) * 2021-06-29 2022-03-07 전호근 System for providing token economy based block-chain platform service
KR102467706B1 (en) * 2022-01-18 2022-11-16 주식회사 한아이덴티티코리아 Method for managing media copyright based on block chain and apparatus thereof
KR102544012B1 (en) * 2022-12-01 2023-06-15 주식회사 엔터프라이즈블록체인 Nft issuance system and method using the same

Also Published As

Publication number Publication date
KR102544012B1 (en) 2023-06-15

Similar Documents

Publication Publication Date Title
WO2024117536A1 (en) System and method for issuing nft
WO2020009317A1 (en) Personal data processing method and system based on blockchain
WO2020022760A1 (en) Distributed network system for operating group for nodes included in system
WO2019027093A1 (en) Electronic money transaction system and method
WO2022265176A1 (en) Mobile-based online and offline virtual currency payment system and method for nodes included in blockchain distributed network
WO2020027408A1 (en) Electronic device and method for matching transactions for cryptocurrency exchange
WO2020209664A2 (en) Method for distributing certificate of right to use digital content, and computer program stored in medium in order to carry out method
CN112613877A (en) Intelligent contract triggering method and device applied to block chain network and related equipment
WO2024117668A1 (en) Device comprising aggregator manager for managing plurality of aggregators, and operating method therefor
WO2024117667A1 (en) Server for managing nft data, and operating method thereof
WO2024117670A1 (en) Server for generating and managing data with integrity and operating method thereof
WO2024090984A1 (en) Server apparatus for managing resume and operation method thereof
WO2024071890A1 (en) Apparatus for processing non-fungible token
WO2024111886A1 (en) Electronic device for advance wage payment, and wage payment method using same
WO2016175373A1 (en) Apparatus and method for mediating product leasing transaction
CN110083501A (en) Interface calls method of counting and device
WO2019013413A1 (en) Method and system for identifying user's personal information use by using block chain
WO2024010121A1 (en) Information processing system and method for nft transaction
CN115001776B (en) Data processing system and method
WO2022102818A1 (en) Method for providing blockchain network-based liquidity value adjustment service for proprietary item asset by using non-fungible tokens, and device and system thereof
CN111626802A (en) Method and apparatus for processing information
WO2021071151A1 (en) Online shopping support device, and method for operating online shopping support device
WO2020209593A1 (en) Product sales information sharing server and product sales information provision system having reward function according to information sharing
WO2020091095A1 (en) Method and device for providing advertisement traffic transaction service
WO2020213887A1 (en) Software development system and method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23898070

Country of ref document: EP

Kind code of ref document: A1