WO2022244927A1 - System for dapp user fee transaction through setting of coin exchange rate - Google Patents

System for dapp user fee transaction through setting of coin exchange rate Download PDF

Info

Publication number
WO2022244927A1
WO2022244927A1 PCT/KR2021/013842 KR2021013842W WO2022244927A1 WO 2022244927 A1 WO2022244927 A1 WO 2022244927A1 KR 2021013842 W KR2021013842 W KR 2021013842W WO 2022244927 A1 WO2022244927 A1 WO 2022244927A1
Authority
WO
WIPO (PCT)
Prior art keywords
coin
dapp
fee
unit
user
Prior art date
Application number
PCT/KR2021/013842
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 WO2022244927A1 publication Critical patent/WO2022244927A1/en

Links

Images

Classifications

    • 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/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • 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

Definitions

  • the present invention relates to a fee transaction and exchange system for platform use on a blockchain platform, and more specifically, to present a fee to pay a fee for the use of a dApp running on a blockchain platform with a dApp token and exchange rate
  • This is a technical field related to the DApp user fee trading system through setting the coin exchange rate to be exchanged for key coins according to
  • 'Distributed ledger technology' the underlying technology of block chain, can be said to be a synchronized ledger of data possessed by all users on the network system. Data changes that occur within the system are not controlled by the central server and are equally recorded in the ledgers of all nodes (individuals and specific organizations) constituting the network at regular time intervals to maintain data consistency.
  • the blockchain called the second Internet, is expected to open a new era of 'value' with enhanced transparency and reliability beyond the 'information' of the existing Internet.
  • the value of decentralization that blockchain pursues is open, but it will enable fair information sharing and profit distribution to users in a safe way.
  • Patent Document 1 General purpose tokenization system for blockchain-based cryptocurrency
  • Patent Document 1 as a method of generating, redeeming, and transmitting a token associated with a token in a person-to-person distributed ledger, a token-related metadata is included in a redemption script associated with a cryptocurrency transaction on a person-to-person distributed ledger Include steps.
  • Patent Document 1 provides a method for issuing and / or transmitting tokens, generating a blockchain transaction (Tx) with an output (TxO) associated with the amount of cryptocurrency such as Bitcoin and the hash of the redemption script Include steps.
  • the redemption script contains metadata, which in turn contains tokens.
  • a token is either a representation of a tokenized entity or a reference to a tokenized entity.
  • the redemption script contains at least one (preferably two or more) public keys. Metadata can be provided to the redemption script at a location specified in the blockchain protocol as the location for the cryptographic key.
  • Patent Document 2. As another published patent technical document, “(Publication No. 10-2018-0115766, hereinafter referred to as Patent Document 2. )” exists.
  • Patent Document 2 it relates to block chain technology such as bitcoin block chain and tokenization of assets and entities.
  • Patent Document 2 it is particularly suitable for implementing payroll on a blockchain platform, and includes a method and system for transferring cryptocurrency from a first node to a second node.
  • Both nodes, associated with the payroll have each asymmetric cryptographic pair, each pair containing a master private key and a master public key.
  • Each additional private key and public key may be determined based on the master private key, master public key, and generator values at each node. Additional private and public keys can form a hierarchy.
  • a common secret may be determined at each node based on the additional private and public keys.
  • a common secret can be used to securely transmit confidential information over a communications network.
  • Patent Document 3 Another patent document is “Tokenization method and system for realizing exchange in blockchain (Publication No. 10-2018-0115764, hereinafter referred to as Patent Document 3).”
  • a method and corresponding system for controlling the performance of a process performed through a blockchain may be provided.
  • the blockchain may or may not be a Bitcoin blockchain.
  • the process may be a lending process.
  • the present invention provides a mechanism by which the ultimate owner of a property or other asset may borrow money against that asset, which requires that returns to the investor(s) be determined through the payment of interest. specify how this can be achieved in a way that does not This makes non-interest-bearing loans compliant.
  • a blockchain implementation method for inserting data into a blockchain transaction (Tx) is provided.
  • the method includes deriving a public key-private key cryptographic pair for data; deriving a signature on the data using the public key-private key cryptographic pair; Encoding the data to generate coded metadata about the data.
  • Coded metadata is sent to the blockchain in transactions.
  • a signature and script are received from at least one user to enable access to the embedded data.
  • the script contains the signer's public key.
  • Metadata includes a hash of the data and a pointer to the data so that it can be located. The hash is used as the primary key of the lookup table where the data is stored.
  • the DApp user fee transaction system through coin exchange rate setting according to the present invention was devised to solve the conventional problems as described above, and presents the following problems to be solved.
  • the standard price for the key coin is determined through the ecosystem, and the market price can be protected through the key coin deposit.
  • the added value created by the blockchain should be distributed to all participants in the blockchain platform ecosystem.
  • the DApp user fee transaction system through setting the coin exchange ratio according to the present invention has the following problem solving means for the above problem to be solved.
  • DApp user fee trading system through coin exchange rate setting is a system that sets and presents a fee for using a predetermined service on a blockchain platform, in which a predetermined key coin is deposited, and the predetermined key coin is Deposit units stored; an exchange unit that sets a standard price of the predetermined key coin and sets an exchange rate of the predetermined key coin with a DApp token; and a charging unit requesting the fee of the Dapp coin corresponding to the predetermined key coin from a user using a predetermined service.
  • the deposit unit of the Dapp user fee transaction system through coin exchange rate setting according to the present invention includes a coin deposit unit in which the key coin is deposited; And it may be characterized in that it comprises a coin storage unit for storing the key coin deposited in the coin deposit unit.
  • the exchange unit of the DApp user fee trading system through coin exchange rate setting includes a price setting unit for setting a standard price of the predetermined key coin; And it may be characterized by comprising an exchange ratio setting unit for setting an exchange ratio between the predetermined key coin and the Dapp token.
  • the price setting unit of the Dapp user fee trading system through coin exchange rate setting according to the present invention may be characterized in that the standard price for the predetermined key coin is presented through an agreed price presented from a preset external server. .
  • the exchange rate setting unit of the dapp user fee trading system through coin exchange rate setting according to the present invention may be characterized in that the exchange rate for the predetermined key coin and the dapp token is set by a preset node .
  • the charging unit of the DApp user fee transaction system through coin exchange rate setting includes: a use request unit for obtaining a request for use of the predetermined service from the user; and a fee presentation unit for presenting the fee corresponding to the use request to the user when the user's request for use is received.
  • the fee presenting unit of the Dapp user fee trading system through coin exchange rate setting according to the present invention presents the fee corresponding to the DApp token held by the user, and the fee is based on the predetermined key value according to the exchange rate. It may be characterized in that the fee for the DApp token corresponding to the standard price of the coin is presented.
  • the fee of the Dapp user fee trading system through the coin exchange rate setting according to the present invention is characterized in that the fee information of the DApp token is set at a predetermined time interval from the reference price of the predetermined key coin and presented to the user. can be done with
  • the exchange unit of the Dapp user fee trading system through coin exchange rate setting according to the present invention is a coin exchange unit that exchanges the DApp token paid by the user as a fee for the predetermined key coin according to the exchange rate. It may be characterized by further including.
  • Dapp user fee transaction system through coin exchange rate setting according to the present invention further comprises a rewarding unit that compensates the plurality of depositors at a predetermined rate relative to the deposit amount according to the deposit amount of the key coin of the plurality of depositors that can be characterized.
  • the DApp user fee transaction system through the coin exchange rate setting according to the present invention having the above configuration provides the following effects.
  • blockchain service users can receive and pay fees for DApp tokens, so that when using a blockchain, they can solve the usage and fee payment with a single token.
  • depositors can participate in the market making function.
  • FIG. 1 is a conceptual diagram of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention.
  • FIG. 2 is a conceptual diagram illustrating that key coins are deposited in a deposit unit by a plurality of depositors in a Dapp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention.
  • FIG. 3 is a conceptual diagram illustrating that the price of a key coin is set through a preset external server in a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
  • FIG. 4 is a conceptual diagram illustrating that an exchange ratio between a key coin and a DApp token is set in an exchange unit in a Dapp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention.
  • FIG. 5 is a conceptual diagram illustrating receiving a request for using a blockchain from a blockchain user and presenting a predetermined fee in the DApp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention.
  • FIG. 6 is a conceptual diagram illustrating that a user receives a fee for a DApp token through a fee presentation unit in a DApp user fee trading system through coin exchange rate setting according to an embodiment of the present invention.
  • FIG. 7 is a conceptual diagram illustrating that a DApp token provided through a user of a Dapp user fee trading system through a coin exchange ratio setting according to an embodiment of the present invention and a key coin are exchanged through an exchange ratio.
  • FIG. 8 is a conceptual diagram illustrating that a key coin is rewarded through a rewarding unit in a Dapp user fee transaction system through setting a coin exchange ratio according to an embodiment of the present invention.
  • FIG. 9 is a block diagram showing each configuration of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention.
  • FIG. 10 is a block diagram showing a deposit unit and sub-components of a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
  • 11 is a block diagram showing an exchanging unit and sub-components of a DApp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention.
  • FIG. 12 is a block diagram showing a charging unit and sub-components of a DApp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
  • 1 is a conceptual diagram of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention.
  • 2 is a conceptual diagram illustrating that key coins are deposited in a deposit unit by a plurality of depositors in a Dapp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention.
  • 3 is a conceptual diagram illustrating that the price of a key coin is set through a preset external server in a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
  • 4 is a conceptual diagram illustrating that an exchange ratio between a key coin and a DApp token is set in an exchange unit in a Dapp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention.
  • 5 is a conceptual diagram illustrating receiving a request for using a blockchain from a blockchain user and presenting a predetermined fee in the DApp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention.
  • 6 is a conceptual diagram illustrating that a user receives a fee for a DApp token through a fee presentation unit in a DApp user fee trading system through coin exchange rate setting according to an embodiment of the present invention.
  • 7 is a conceptual diagram illustrating that a DApp token provided through a user of a Dapp user fee trading system through a coin exchange ratio setting according to an embodiment of the present invention and a key coin are exchanged through an exchange ratio.
  • FIG. 8 is a conceptual diagram illustrating that a key coin is rewarded through a rewarding unit in a Dapp user fee transaction system through setting a coin exchange ratio according to an embodiment of the present invention.
  • 9 is a block diagram showing each configuration of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention.
  • 10 is a block diagram showing a deposit unit and sub-components of a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
  • 11 is a block diagram showing an exchanging unit and sub-components of a DApp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention.
  • 12 is a block diagram showing a charging unit and sub-components of a DApp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
  • DApp Decentralized Application, dApp
  • dApp Decentralized Application, dApp
  • DApp virtual assets correspond to DApp tokens (20) used by DApps, and users pay transactions and fees in DApps through DApp tokens (20).
  • the mainnet for the Ethereum blockchain platform (hereinafter referred to as the mainnet) in order to trade through the DApp on the Ethereum blockchain platform. There was the hassle of purchasing tokens separately and paying fees.
  • the DApp user fee transaction system through coin exchange rate setting is a system that sets and presents a fee for the use of a predetermined service on a blockchain platform. , 100), an exchanging unit (200), and a charging unit (charging unit, 300).
  • a predetermined key coin 10 is deposited, and the predetermined key coin 10 can be stored.
  • the predetermined key coin 10 refers to a coin used as a key currency on a blockchain platform.
  • the key coin 10 deposited in the deposit unit 100 is deposited by a plurality of depositors, and the key coin 10 can be stored in the deposit unit 100 through pre-deposit of a plurality of depositors.
  • a specific target person who has secured the key coin (10) through a private sale may correspond to a person who has secured the key coin (10) in advance, and a person who has secured the key coin (10) through block compensation may correspond to
  • a standard price of a predetermined key coin 10 may be set, and an exchange rate of the predetermined key coin 10 with the DApp token 20 may be set.
  • the exchange unit 200 sets the price of the key coin 10 and sets the exchange ratio between the DApp token 20 and the key coin 10 when the standard price of the key coin 10 is set.
  • the charging unit 300 may request a fee corresponding to the DApp token 20 corresponding to the predetermined key 10 coin from the user using the predetermined service.
  • Resources of the blockchain platform refer to network resources, and resources include CPU (central processing unit), RAM (Random Access Memory), network usage fee, storage space usage fee, etc. can mean
  • the fee presented through the charging unit 300 can be presented to the service user according to the fee system requested by itself on the blockchain platform.
  • the charging unit 300 presents a fee for the dapp token 20 held by the user, and the fee for the presented dapp token 20 is presented according to the standard price and exchange rate of the predetermined key coin 10 it is desirable
  • the deposit unit 100 of the Dapp user fee transaction system through the coin exchange rate setting according to the present invention may include a coin deposit unit 110 and a coin storage unit 120.
  • coin depositor 110 key coins are deposited by a plurality of depositors.
  • the key coin 10 may be deposited through an interface corresponding to the depositor's electronic wallet.
  • An electronic wallet is a term that depositors want to easily access and deposit a predetermined key coin (10), and corresponds to an electronic wallet on a blockchain platform. It is a term commonly used in the industry. It may mean a dedicated account for depositing the coin 10.
  • a predetermined key coin 10 deposited through the coin deposit unit 110 it may be stored through the coin storage unit 120.
  • the exchanging unit 200 of the DApp user fee trading system through coin exchange rate setting according to the present invention may include a price setting unit 210 and an exchange rate setting unit 220.
  • the price setting unit 210 by setting the standard price of a predetermined key coin 10, a predetermined key coin through an agreed price presented from a preset external server. A standard price for (10) can be suggested.
  • an agreed price for determining a standard price of a predetermined key coin 10 may be provided through an oracle service.
  • the oracle service provides oracle data, and may include, for example, oraclize, chainlink, iCash, etc., and the oracle data provided by the price setting unit 210 is successful payment. Alternatively, it may correspond to data such as price changes.
  • the agreed price received by the price setting unit 210 may be provided with a value for a specific period by calculating an average price of coins issued by a specific server, institution, or organization.
  • the standard price for the predetermined key coin 10 may be presented, and the price of the predetermined key coin 10 may be determined by price fluctuations and payment data of the oracle data. can be variable.
  • an exchange ratio between a predetermined key coin 10 and the DApp token 20 can be set.
  • the exchange rate between the key coin 10 and the Dapp token 20 can be calculated by a preset node, and it is preferable that the exchange rate is set with the participation of a preset node.
  • a preset node In the case of a preset node, it may be composed of a plurality of nodes, and an exchange rate may be set through participation of a plurality of nodes.
  • the standard price and the exchange rate can be determined through a task in which the standard price presented through the oracle service is stabilized by a preset node.
  • a use request unit 310 and a fee presentation unit 320 may be included.
  • the user may obtain a use request for the use of blockchain platform resources.
  • the fee presentation unit 320 presents a use fee.
  • the fee presentation unit 320 it is preferable to present a fee for the DApp token 20 held by the user.
  • the Dapp token 20 corresponding to the price of the predetermined key coin 10 according to the exchange ratio between the Dapp token 20 and the key coin 10 to present a fee.
  • the fee presentation unit 320 presents the fee so that the coin that user #1 pays as a fee can be paid with the same token as the DApp token 20 used in the DApp.
  • the fee presented by user #1 is the fee for the dapp token (20) corresponding to the key coin (10), and user #1 can use the dapp token (20) held without purchasing a separate key coin (10) as a fee. It is possible to pay with
  • the fee presentation unit 320 checks the fee information based on the current in the user's wallet at the time when user #1 uses the resources of the blockchain system, the price of the DApp token 20 for a set time interval. After checking the information, you can present the fee for the DApp token (20) at the time of fee payment.
  • the fee price of the DApp token 20 presented to the user as a fee it is preferable to present a fee corresponding to the market price of the DApp token 20 with reference to the standard price of the key coin 10.
  • the DApp token 20 paid by the user as a fee is exchanged with a predetermined key coin 10 according to the exchange rate It may include a coin exchange unit 230 to do.
  • the dapp token 20 is exchanged for the key coin 10 according to the set exchange rate, so that the user can exchange the dapp token 20 paid as a fee according to the exchange rate. have.
  • the DApp user fee transaction system through setting the coin exchange rate according to the present invention may include a rewarding unit (400).
  • compensation may be provided to a plurality of depositors at a predetermined ratio to the deposit amount according to the deposit amount of the key coin deposited by the plurality of depositors.
  • the key coin 10 provided as a reward, it may be compensated in proportion to the deposit deposited by the depositors, or may be compensated according to a preset ratio.
  • the key coin 10 paid as a reward may be stored and stored in the personal accounts of a plurality of depositors who receive the reward.
  • a plurality of depositors who have deposited the key coin 10 can purchase the DApp token 20 paid as a fee by the user at a discounted price through the deposit of the predetermined key coin 10.
  • the compensation amount for a predetermined key coin 10 provided as a reward may be paid based on, for example, the key coin 10 deposited by a plurality of depositors, and the reward amount or reward ratio may be block It can also be compensated according to the criteria presented on the chain platform.
  • Members constituting the council are preferably composed of a plurality of depositors who have deposited a predetermined key coin 10, and the voting right for decision-making is determined based on the deposit for the predetermined key coin 10 deposited may be
  • 1 voting right may be provided, and one voting right may correspond to one vote on the blockchain platform.
  • DApps on the blockchain platform be operated by node operators and are provided to users, but inspection and approval of the DApps will follow through members of the council, and through approval, finally, the authority to operate the DApps will be provided.
  • the node operator who operates the DApp can provide collateral necessary for node operation to prevent fraudulent behavior and disruption of the ecosystem on the blockchain platform when operating the node to the node operator.

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

Disclosed is a system for setting and presenting a fee for using a prescribed service on a blockchain platform, wherein the system comprises: a deposit unit in which prescribed key coins are deposited and stored; an exchanging unit for setting a standard price of the prescribed key coins, and setting the exchange rate between the prescribed key coins and dApp tokens; and a charging unit for requesting a fee from a user using the prescribed service for dApp tokens corresponding to the prescribed key coins.

Description

코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템DApp user fee trading system through coin exchange rate setting
본 발명은 블록체인 플랫폼 상에서 플랫폼 사용에 대한 수수료 거래 및 교환 시스템에 관한 것으로서, 보다 자세하게는 블록체인 플랫폼 상에서 구동되는 디앱(dApp)의 사용에 따른 수수료를 디앱 토큰으로 지불하도록 수수료를 제시하고 교환 비율에 따라 기축 코인으로 교환되도록 하는 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템에 관한 기술분야이다. The present invention relates to a fee transaction and exchange system for platform use on a blockchain platform, and more specifically, to present a fee to pay a fee for the use of a dApp running on a blockchain platform with a dApp token and exchange rate This is a technical field related to the DApp user fee trading system through setting the coin exchange rate to be exchanged for key coins according to
2016년 다보스포럼에서 처음 등장한 용어인 '4차 산업혁명'은 실제 세상과 디지털 세상이 ICT기술과 데이터로 연결, 통합하여 전 분야에 걸쳐 새로운 가치를 창출한다. The term '4th Industrial Revolution', which first appeared at the Davos Forum in 2016, creates new value across all fields by connecting and integrating the real and digital worlds with ICT technology and data.
보안과 신뢰가 강조된 기술의 특징으로 인하여 블록체인은 초기에는 금융분야를 중심으로 발전해 왔으나 기술 진화에 따라 활용 가능 분야도 점차 넓어지고 있다. 특히 거래 신뢰성과 중개비용의 절감이 필요한 분야로의 적용이 활발하게 이루어지고 있다. Due to the characteristics of technology emphasizing security and trust, blockchain initially developed centering on the financial sector, but as the technology evolves, the applicable fields are gradually expanding. In particular, it is being actively applied to fields that require transaction reliability and brokerage cost reduction.
블록체인이 가지는 가장 중요한 특정 중 하나가'탈중앙화'이다. 거래 내역의 복사본이 각 네트워크 구성원에게 분산되며, 새로운 거래가 발생할 때마다 구성원들의 동의를 얻어 해당 거래를 인증한다. One of the most important characteristics of blockchain is 'decentralization'. A copy of the transaction history is distributed to each network member, and whenever a new transaction occurs, the transaction is authenticated with the consent of the members.
블록체인의 기반 기술인 '분산원장기술'이란 네트워크 시스템상의 모든 사용자가 갖고 있는 동기화된 데이터 장부라 할 수 있다. 시스템 내에서 발생하는 데이터 변동 사항은 중앙서버의 제어를 받지 않고, 네트워크를 구성하는 모든 노드(개인 및 특정 조직)들의 장부에 일정 시간 간격으로 동일하게 기록됨으로써 데이터의 일관성을 유지한다. 'Distributed ledger technology', the underlying technology of block chain, can be said to be a synchronized ledger of data possessed by all users on the network system. Data changes that occur within the system are not controlled by the central server and are equally recorded in the ledgers of all nodes (individuals and specific organizations) constituting the network at regular time intervals to maintain data consistency.
이러한 탈중앙화의 방식을 통해 거래 중개자의 필요성은 사라지고, 거래의 효율성과 투명성은 높이며, 적은 비용으로 보다 빠르고 안전한 거래를 할 수 있다. Through this method of decentralization, the need for a transaction intermediary disappears, the efficiency and transparency of transactions are increased, and faster and safer transactions can be made at a lower cost.
제2의 인터넷이라 불리는 블록체인은 기존 인터넷의 '정보'를 뛰어넘어 투명성과 신뢰성이 강화된 새로운 '가치' 시대를 열 것으로 기대된다. 블록체인이 추구하는 탈중앙화의 가치는 개방적이지만, 안전한 방법으로 사용자들에게 공평한 정보 공유와 수익 배분이 가능하도록 할 것이다. The blockchain, called the second Internet, is expected to open a new era of 'value' with enhanced transparency and reliability beyond the 'information' of the existing Internet. The value of decentralization that blockchain pursues is open, but it will enable fair information sharing and profit distribution to users in a safe way.
탈중앙화를 통한 문서, 전자 거래가 다양하게 이루어지고 있으며, 전자 거래 및 문서 처리에 대하여 디지털로 전환되며, 블록체인을 통한 적용이 이루어지고 있지만, 그 속도면이나 범용성에서의 활용은 빠르지 않은 상황이다.Documents and electronic transactions through decentralization are being carried out in various ways, and electronic transactions and document processing are converted to digital and applied through block chains, but their speed and versatility are not fast.
해당 내용에 대한 기술적 시도로서 선행 특허문헌 “블록체인 기반의 암호화폐를 위한 범용 토큰화 시스템(공개번호 제10-2018-0114198호, 이하 특허문헌 1이라 한다.)”이 존재한다. As a technical attempt for the content, there is a prior patent document “general purpose tokenization system for blockchain-based cryptocurrency (Publication No. 10-2018-0114198, hereinafter referred to as Patent Document 1)”.
특허문헌 1의 경우, 개인대개인 분산 대장에서 토큰과 연관된 토큰을 생성, 상환 및 전송하는 방법으로, 개인대개인 분산 대장 상에 암호화폐의 거래와 연관된 상환 스크립트에서 토큰과 연관된 메타데이터를 포함하는 단계를 포함한다. In the case of Patent Document 1, as a method of generating, redeeming, and transmitting a token associated with a token in a person-to-person distributed ledger, a token-related metadata is included in a redemption script associated with a cryptocurrency transaction on a person-to-person distributed ledger Include steps.
특허문헌 1의 경우, 토큰을 발행 및/또는 전송하는 방법을 제공하며, 비트코인과 같은 암호화폐의 양 및 상환 스크림트의 해시와 연관된 출력(TxO)를 가진 블록체인 거래(Tx)를 발생하는 단계를 포함한다. 상환 스크립트는 메타 데이터를 포함하며, 메타데이터는 토큰을 차례로 포함한다. 토큰은 토큰화된 개체의 표현이거나 토큰화된 엔티티에 대한 참조이다. 상환 스크립트는 적어도 하나 (바람직하개는 2개 이상) 공개키를 포함한다. 메타데이터는 암호키에 대한 위치로서 블록체인 프로토콜에서 지정된 위치의 상환 스크립트에 제공될 수 있다.In the case of Patent Document 1, it provides a method for issuing and / or transmitting tokens, generating a blockchain transaction (Tx) with an output (TxO) associated with the amount of cryptocurrency such as Bitcoin and the hash of the redemption script Include steps. The redemption script contains metadata, which in turn contains tokens. A token is either a representation of a tokenized entity or a reference to a tokenized entity. The redemption script contains at least one (preferably two or more) public keys. Metadata can be provided to the redemption script at a location specified in the blockchain protocol as the location for the cryptographic key.
또 다른 공개 특허기술문헌으로는 “(공개번호 제10-2018-0115766호, 이하 특허문헌 2라 한다. )”이 존재한다. As another published patent technical document, “(Publication No. 10-2018-0115766, hereinafter referred to as Patent Document 2. )” exists.
특허문헌 2의 경우, 비트코인 블록체인, 자산과 엔티티의 토큰화 등의 블록체인 기술에 관한 것이다. In the case of Patent Document 2, it relates to block chain technology such as bitcoin block chain and tokenization of assets and entities.
특허문헌 2의 경우, 블록체인 플랫폼 상에 페이롤을 구현하는 데 특히 적합하며, 암호화폐를 제1 노드로부터 제2 노드로 전달하는 방법과 시스템을 포함한다. 양측 노드는, 페이롤에 연관되며, 각 비대칭 암호화 쌍을 갖고, 각 쌍은 마스터 개인 키와 마스터 공개 키를 포함한다. 각 추가 개인 키와 공개 키는, 각 노드에서의 마스터 개인 키, 마스터 공개 키, 및 생성자 값에 기초하여 결정될 수 있다. 추가 개인 키와 공개 키는 계층 구조를 형성할 수 있다. 공통 비밀은, 추가 개인 키와 공개 키에 기초하여 노드 각각에서 결정될 수 있다. 공통 비밀은, 통신 네트워크를 거쳐 기밀 정보를 안전하게 송신하는데 사용될 수 있다.In the case of Patent Document 2, it is particularly suitable for implementing payroll on a blockchain platform, and includes a method and system for transferring cryptocurrency from a first node to a second node. Both nodes, associated with the payroll, have each asymmetric cryptographic pair, each pair containing a master private key and a master public key. Each additional private key and public key may be determined based on the master private key, master public key, and generator values at each node. Additional private and public keys can form a hierarchy. A common secret may be determined at each node based on the additional private and public keys. A common secret can be used to securely transmit confidential information over a communications network.
또 다른 특허기술문헌으로는 “블록체인에서 교환을 구현하기 위한 토큰화 방법 및 시스템(공개번호 제10-2018-0115764호, 이하 특허문헌3이라 한다.)”Another patent document is “Tokenization method and system for realizing exchange in blockchain (Publication No. 10-2018-0115764, hereinafter referred to as Patent Document 3).”
특허문헌 3의 경우, 블록체인을 통해 수행되는 프로세스의 성능을 제어하기 위한 방법 및 대응 시스템이 제공될 수 있다. 블록체인은 비트코인 블록체인일 수도 있고 아닐 수도 있다. 프로세스는 대출 프로세스일 수 있다. 유리하게는, 본 발명은 재산 또는 다른 자산의 궁극적인 소유자가 그 자산에 대하여 자금을 차용할 수 있게 하는 메커니즘을 제공하고, 이것이 투자자(들)에 대한 수익이 이자의 지불을 통해 결정되는 것을 필요로 하지 않는 방식으로 어떻게 달성될 수 있는지를 명시한다. 이는 비이자 형태의 대출을 준수하도록 한다. In the case of Patent Document 3, a method and corresponding system for controlling the performance of a process performed through a blockchain may be provided. The blockchain may or may not be a Bitcoin blockchain. The process may be a lending process. Advantageously, the present invention provides a mechanism by which the ultimate owner of a property or other asset may borrow money against that asset, which requires that returns to the investor(s) be determined through the payment of interest. specify how this can be achieved in a way that does not This makes non-interest-bearing loans compliant.
특허문헌 3의 경우, 블록체인 거래(Tx)에 데이터를 삽입하는 블록체인 구현 방법(및 대응하는 시스템)을 제공한다. 이 방법은 데이터에 대한 공개 키-개인 키 암호 쌍을 도출하는 단계; 공개 키-개인 키 암호 쌍을 사용하여 데이터에 대한 서명을 도출하는 단계; 데이터에 대한 코드화된 메타데이터를 생성하기 위해 데이터를 코드화하는 단계를 포함한다. 코드화 된 메타데이터는 거래에서 블록체인으로 송신된다. 삽입된 데이터에 대한 액세스를 가능하게 하기 위해 적어도 하나의 사용자로부터 서명 및 스크립트가 수신된다. 스크립트는 서명자의 공개 키를 포함한다. 메타데이터는 위치를 찾을 수 있도록 데이터의 해시 및 데이터에 대한 포인터를 포함한다. 해시는 데이터가 저장된 룩업 테이블의 기본 키로서 사용된다.In the case of Patent Document 3, a blockchain implementation method (and corresponding system) for inserting data into a blockchain transaction (Tx) is provided. The method includes deriving a public key-private key cryptographic pair for data; deriving a signature on the data using the public key-private key cryptographic pair; Encoding the data to generate coded metadata about the data. Coded metadata is sent to the blockchain in transactions. A signature and script are received from at least one user to enable access to the embedded data. The script contains the signer's public key. Metadata includes a hash of the data and a pointer to the data so that it can be located. The hash is used as the primary key of the lookup table where the data is stored.
종래의 상용화된 기술이나, 종래 공개된 특허문헌들의 경우, 이더리움과 같은 블록체인 플랫폼에서의 리소스 사용에 대한 비용의 지불이 디앱에서 사용되는 코인 또는 토큰과 이더리움(메인넷)에 지불하는 수수료의 코인 또는 토큰의 상이함으로 진입 장벽이 존재하는 문제점이 있었다. In the case of conventional commercialized technologies or previously published patent documents, payment for resource use in a blockchain platform such as Ethereum is a fee paid to coins or tokens used in DApps and Ethereum (mainnet). There was a problem in that entry barriers exist due to differences in coins or tokens.
아울러, 기존 기술들은 법정화폐 대비 기축 가상자산의 가치 변동성에 의하여 리소스 사용에 따른 수수료가 크게 차이가 나는 등으로 서비스 이용자들의 디앱 사용에 대한 감당하기 어려운 수수료와 예측성이 떨어지는 문제점이 있었다. In addition, existing technologies have problems with unaffordable fees and poor predictability for service users using DApps, such as a large difference in fees for resource use due to the volatility of the value of key virtual assets compared to legal tender.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 상기한 바와 같은 종래 문제점을 해결하기 위해 안출된 것으로서, 다음과 같은 해결하고자 하는 과제를 제시한다.The DApp user fee transaction system through coin exchange rate setting according to the present invention was devised to solve the conventional problems as described above, and presents the following problems to be solved.
첫째, 사용자들이 별도의 메인넷 코인을 구입할 필요 없이 디앱 사용자들이 사용하는 디앱 토큰을 수수료로 지불할 수 있도록 한다. First, it allows users to pay for the dapp tokens used by dapp users as fees without the need to purchase a separate mainnet coin.
둘째, 기축 코인에 대한 기준 가격이 생태계를 통하여 결정되며, 기축 코인 예치를 통하여 시장 가격을 보호할 수 있도록 한다. Second, the standard price for the key coin is determined through the ecosystem, and the market price can be protected through the key coin deposit.
셋째, 블록보상 및 수수료 등 블록체인이 만들어낸 부가가치에 대하여 블록체인 플랫폼 생태계 참여자 전체에 배분하도록 한다. Third, the added value created by the blockchain, such as block rewards and fees, should be distributed to all participants in the blockchain platform ecosystem.
본 발명의 해결 과제는 이상에서 언급된 것들에 한정되지 않으며, 언급되지 아니한 다른 해결과제들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The problems to be solved in the present invention are not limited to those mentioned above, and other problems not mentioned will be clearly understood by those skilled in the art from the description below.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 상기의 해결하고자 하는 과제를 위하여 다음과 같은 과제 해결 수단을 가진다.The DApp user fee transaction system through setting the coin exchange ratio according to the present invention has the following problem solving means for the above problem to be solved.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 블록체인 플랫폼 상에서 소정의 서비스 사용에 대하여 수수료를 설정하고 제시하는 시스템에 있어서, 소정의 기축 코인이 예치되며, 상기 소정의 기축 코인이 보관되는 디파짓 유닛; 상기 소정의 기축 코인의 기준 가격을 설정하고, 상기 소정의 기축 코인에 대하여 디앱 토큰과의 교환 비율을 설정하는 익스체인징 유닛; 및 소정의 서비스를 사용하는 사용자에게 상기 소정의 기축 코인에 대응하는 상기 디앱 코인의 상기 수수료를 요구하는 차징 유닛을 포함하는 것을 특징으로 할 수 있다. DApp user fee trading system through coin exchange rate setting according to the present invention is a system that sets and presents a fee for using a predetermined service on a blockchain platform, in which a predetermined key coin is deposited, and the predetermined key coin is Deposit units stored; an exchange unit that sets a standard price of the predetermined key coin and sets an exchange rate of the predetermined key coin with a DApp token; and a charging unit requesting the fee of the Dapp coin corresponding to the predetermined key coin from a user using a predetermined service.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 디파짓 유닛은, 상기 기축 코인이 예치되는 코인 예치부; 및 상기 코인 예치부에 예치된 상기 기축 코인을 보관하는 코인 보관부를 포함하는 것을 특징으로 할 수 있다. The deposit unit of the Dapp user fee transaction system through coin exchange rate setting according to the present invention includes a coin deposit unit in which the key coin is deposited; And it may be characterized in that it comprises a coin storage unit for storing the key coin deposited in the coin deposit unit.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 익스체인징 유닛은, 상기 소정의 기축 코인의 기준 가격을 설정하는 가격 셋팅부; 및 상기 소정의 기축 코인과 상기 디앱 토큰의 교환 비율을 설정하는 교환 비율 설정부를 포함하는 것을 특징으로 할 수 있다. The exchange unit of the DApp user fee trading system through coin exchange rate setting according to the present invention includes a price setting unit for setting a standard price of the predetermined key coin; And it may be characterized by comprising an exchange ratio setting unit for setting an exchange ratio between the predetermined key coin and the Dapp token.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 가격 셋팅부는, 미리 설정된 외부 서버로부터 제시되는 합의 가격을 통하여 상기 소정의 기축 코인에 대한 기준 가격이 제시되는 것을 특징으로 할 수 있다. The price setting unit of the Dapp user fee trading system through coin exchange rate setting according to the present invention may be characterized in that the standard price for the predetermined key coin is presented through an agreed price presented from a preset external server. .
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 교환 비율 설정부는, 미리 설정된 노드에 의해 상기 소정의 기축 코인과 상기 디앱 토큰에 대한 상기 교환 비율이 설정되는 것을 특징으로 할 수 있다. The exchange rate setting unit of the dapp user fee trading system through coin exchange rate setting according to the present invention may be characterized in that the exchange rate for the predetermined key coin and the dapp token is set by a preset node .
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 차징 유닛은, 상기 사용자의 상기 소정의 서비스의 사용 요청을 획득하는 사용 요청부; 및 상기 사용자의 사용 요청이 수신되면, 상기 사용자에게 상기 사용 요청에 상응하는 상기 수수료를 제시하는 수수료 제시부를 포함하는 것을 특징으로 할 수 있다. The charging unit of the DApp user fee transaction system through coin exchange rate setting according to the present invention includes: a use request unit for obtaining a request for use of the predetermined service from the user; and a fee presentation unit for presenting the fee corresponding to the use request to the user when the user's request for use is received.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 수수료 제시부는, 상기 사용자가 보유한 상기 디앱 토큰에 해당하는 상기 수수료를 제시하되, 상기 수수료는, 상기 교환 비율에 따라 상기 소정의 기축 코인의 기준 가격에 대응하는 상기 디앱 토큰에 대한 상기 수수료가 제시되는 것을 특징으로 할 수 있다. The fee presenting unit of the Dapp user fee trading system through coin exchange rate setting according to the present invention presents the fee corresponding to the DApp token held by the user, and the fee is based on the predetermined key value according to the exchange rate. It may be characterized in that the fee for the DApp token corresponding to the standard price of the coin is presented.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 수수료는, 상기 소정의 기축 코인의 기준 가격으로부터 소정의 시간 간격으로 상기 디앱 토큰의 수수료 정보가 설정되어 상기 사용자에게 제시되는 것을 특징으로 할 수 있다. The fee of the Dapp user fee trading system through the coin exchange rate setting according to the present invention is characterized in that the fee information of the DApp token is set at a predetermined time interval from the reference price of the predetermined key coin and presented to the user. can be done with
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 상기 익스체인징 유닛은, 상기 사용자가 수수료로 지급한 상기 디앱 토큰을 상기 교환 비율에 따라 상기 소정의 기축 코인으로 교환하는 코인 익스체인징부를 더 포함하는 것을 특징으로 할 수 있다. The exchange unit of the Dapp user fee trading system through coin exchange rate setting according to the present invention is a coin exchange unit that exchanges the DApp token paid by the user as a fee for the predetermined key coin according to the exchange rate. It may be characterized by further including.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 상기 복수의 예치자의 상기 기축 코인의 예치금에 따라 상기 복수의 예치자에게 상기 예치금 대비 소정의 비율로 보상하는 리워딩 유닛을 더 포함하는 것을 특징으로 할 수 있다. Dapp user fee transaction system through coin exchange rate setting according to the present invention further comprises a rewarding unit that compensates the plurality of depositors at a predetermined rate relative to the deposit amount according to the deposit amount of the key coin of the plurality of depositors that can be characterized.
이상과 같은 구성의 본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 다음과 같은 효과를 제공한다.The DApp user fee transaction system through the coin exchange rate setting according to the present invention having the above configuration provides the following effects.
첫째, 블록체인 서비스 사용자는 디앱 토큰에 대한 수수료를 제시받고, 지불하여 블록체인 사용 시 하나의 토큰으로 사용과 수수료를 지불을 해결할 수 있다. First, blockchain service users can receive and pay fees for DApp tokens, so that when using a blockchain, they can solve the usage and fee payment with a single token.
둘째, 기축 통화 기준 가격 대비 디앱 토큰의 교환 비율에 따라 수수료 제시받는 것으로 사용자의 수수료 지불에 대한 예측성을 높여 줄 수 있도록 한다. Second, it is possible to increase the predictability of the user's fee payment by receiving a fee according to the exchange rate of the DApp token against the key currency standard price.
셋째, 예치자들에게 기축 코인 예치에 대한 보상을 제공하여, 블록체인 플랫폼 사용에 대한 거래 모티베이션을 제공하도록 한다. Third, by providing depositors with compensation for depositing key coins, it provides transaction motivation for using the blockchain platform.
넷째, 예치자들의 기축 코인 선 예치를 통하여, 예치자들이 시장 조성 기능에 참여할 수 있도록 한다. Fourth, through depositors' pre-deposit of key coins, depositors can participate in the market making function.
본 발명의 효과는 이상에서 언급한 것들에 한정되지 않으며, 언급되지 아니한 다른 효과들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The effects of the present invention are not limited to those mentioned above, and other effects not mentioned will be clearly understood by those skilled in the art from the description below.
도 1은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 개념도이다. 1 is a conceptual diagram of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention.
도 2는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 복수의 예치자들에 의해 디파짓 유닛에 기축 코인이 예치되는 것을 도시한 개념도이다.2 is a conceptual diagram illustrating that key coins are deposited in a deposit unit by a plurality of depositors in a Dapp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention.
도 3은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 미리 설정된 외부 서버를 통하여 기축 코인의 가격이 설정되는 것을 도시한 개념도이다.3 is a conceptual diagram illustrating that the price of a key coin is set through a preset external server in a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
도 4는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 익스체인징 유닛에서 기축 코인과 디앱 토큰의 교환 비율이 설정되는 것을 도시한 개념도이다.4 is a conceptual diagram illustrating that an exchange ratio between a key coin and a DApp token is set in an exchange unit in a Dapp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention.
도 5는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 블록체인 사용자의 블록체인 사용 요청을 제공받고, 소정의 수수료를 제시하는 것을 도시한 개념도이다.5 is a conceptual diagram illustrating receiving a request for using a blockchain from a blockchain user and presenting a predetermined fee in the DApp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention.
도 6은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 수수료 제시부를 통하여 사용자가 디앱 토큰에 대한 수수료를 제시받는 것을 도시한 개념도이다.6 is a conceptual diagram illustrating that a user receives a fee for a DApp token through a fee presentation unit in a DApp user fee trading system through coin exchange rate setting according to an embodiment of the present invention.
도 7은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 사용자를 통해 제공받은 디앱 토큰과 기축 코인이 교환 비율을 통해 교환되는 것을 도시한 개념도이다.7 is a conceptual diagram illustrating that a DApp token provided through a user of a Dapp user fee trading system through a coin exchange ratio setting according to an embodiment of the present invention and a key coin are exchanged through an exchange ratio.
도 8은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 리워딩 유닛을 통하여 기축 코인이 리워드 되는 것을 도시한 개념도이다.8 is a conceptual diagram illustrating that a key coin is rewarded through a rewarding unit in a Dapp user fee transaction system through setting a coin exchange ratio according to an embodiment of the present invention.
도 9는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 각 구성을 도시한 블록도이다. 9 is a block diagram showing each configuration of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention.
도 10은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 디파짓 유닛과 하위 구성을 도시한 블록도이다.10 is a block diagram showing a deposit unit and sub-components of a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
도 11은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 익스체인징 유닛과 하위 구성을 도시한 블록도이다.11 is a block diagram showing an exchanging unit and sub-components of a DApp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention.
도 12는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 차징 유닛과 하위 구성을 도시한 블록도이다.12 is a block diagram showing a charging unit and sub-components of a DApp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 기술적 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. Since the Dapp user fee trading system through coin exchange rate setting according to the present invention can make various changes and have various embodiments, specific embodiments will be illustrated in the drawings and described in detail in the detailed description. However, this is not intended to limit the present invention to specific embodiments, and should be understood to include all modifications, equivalents, or substitutes included in the technical spirit and scope of the present invention.
도 1은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 개념도이다. 도 2는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 복수의 예치자들에 의해 디파짓 유닛에 기축 코인이 예치되는 것을 도시한 개념도이다. 도 3은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 미리 설정된 외부 서버를 통하여 기축 코인의 가격이 설정되는 것을 도시한 개념도이다. 도 4는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 익스체인징 유닛에서 기축 코인과 디앱 토큰의 교환 비율이 설정되는 것을 도시한 개념도이다. 도 5는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 블록체인 사용자의 블록체인 사용 요청을 제공받고, 소정의 수수료를 제시하는 것을 도시한 개념도이다. 도 6은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 수수료 제시부를 통하여 사용자가 디앱 토큰에 대한 수수료를 제시받는 것을 도시한 개념도이다. 도 7은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 사용자를 통해 제공받은 디앱 토큰과 기축 코인이 교환 비율을 통해 교환되는 것을 도시한 개념도이다. 도 8은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템 중 리워딩 유닛을 통하여 기축 코인이 리워드 되는 것을 도시한 개념도이다. 도 9는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 각 구성을 도시한 블록도이다. 도 10은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 디파짓 유닛과 하위 구성을 도시한 블록도이다. 도 11은 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 익스체인징 유닛과 하위 구성을 도시한 블록도이다. 도 12는 본 발명의 일 실시예에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 차징 유닛과 하위 구성을 도시한 블록도이다.1 is a conceptual diagram of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention. 2 is a conceptual diagram illustrating that key coins are deposited in a deposit unit by a plurality of depositors in a Dapp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention. 3 is a conceptual diagram illustrating that the price of a key coin is set through a preset external server in a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention. 4 is a conceptual diagram illustrating that an exchange ratio between a key coin and a DApp token is set in an exchange unit in a Dapp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention. 5 is a conceptual diagram illustrating receiving a request for using a blockchain from a blockchain user and presenting a predetermined fee in the DApp user fee trading system through coin exchange ratio setting according to an embodiment of the present invention. 6 is a conceptual diagram illustrating that a user receives a fee for a DApp token through a fee presentation unit in a DApp user fee trading system through coin exchange rate setting according to an embodiment of the present invention. 7 is a conceptual diagram illustrating that a DApp token provided through a user of a Dapp user fee trading system through a coin exchange ratio setting according to an embodiment of the present invention and a key coin are exchanged through an exchange ratio. 8 is a conceptual diagram illustrating that a key coin is rewarded through a rewarding unit in a Dapp user fee transaction system through setting a coin exchange ratio according to an embodiment of the present invention. 9 is a block diagram showing each configuration of a DApp user fee trading system through setting a coin exchange rate according to an embodiment of the present invention. 10 is a block diagram showing a deposit unit and sub-components of a Dapp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention. 11 is a block diagram showing an exchanging unit and sub-components of a DApp user fee transaction system through coin exchange ratio setting according to an embodiment of the present invention. 12 is a block diagram showing a charging unit and sub-components of a DApp user fee transaction system through coin exchange rate setting according to an embodiment of the present invention.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 경우, 도 1에 도시된 바와 같이, 블록체인 플랫폼(Blockchain platform) 상에서 블록체인 서비스 사용에 대하여 수수료를 제시하고 수수료를 지불하도록 하는 것으로, 수수료 교환과 리워드를 제공하는 시스템에 대하여 이하에서 설명하게 된다. In the case of the DApp user fee trading system through setting the coin exchange rate according to the present invention, as shown in FIG. In the following, a system for exchanging fees and providing rewards will be described.
퍼블릭 블록체인 상에서 디앱(Decentralized Application, dApp)은 디앱을 사용하는 사업자 또는 개인을 통하여 운영되며, 각각 목적하고자 하는 서비스를 서비스 사용자들에게 제공한다. On the public blockchain, DApp (Decentralized Application, dApp) is operated through operators or individuals who use DApp, and provides service users with desired services.
이에 디앱을 사용하는 서비스 사용자는 디앱 사용 시 디앱 사용료에 해당하는 수수료를 지불하게 되는데, 이 과정에서 서비스 사용자는 자신이 보유한 디앱 가상자산(cryptocurrency)을 결제 및 거래하며, 수수료로 지불한다. Accordingly, service users who use DApps pay a fee corresponding to the DApp usage fee when using the DApp.
디앱 가상자산은 디앱에서 사용하는 디앱 토큰(20)에 해당하며, 사용자는 디앱 토큰(20)을 통하여 디앱에서의 거래 및 수수료를 지불하게 된다. DApp virtual assets correspond to DApp tokens (20) used by DApps, and users pay transactions and fees in DApps through DApp tokens (20).
종래의 이더리움 블록체인 플랫폼(Ethereum blockchain platform) 기반의 수수료 결제 메커니즘의 경우, 이더리움 블록체인 플랫폼 상의 디앱을 통하여 거래하기 위하여, 이더리움 블록체인 플랫폼(이하 메인넷이라 한다.)에 대한 메인넷 토큰을 별도로 구매하여 수수료를 지불해야 하는 번거로움이 존재하였다. In the case of a fee payment mechanism based on the conventional Ethereum blockchain platform, the mainnet for the Ethereum blockchain platform (hereinafter referred to as the mainnet) in order to trade through the DApp on the Ethereum blockchain platform. There was the hassle of purchasing tokens separately and paying fees.
종래의 방식은 사용자가 디앱에서 사용하는 디앱 토큰과 메인넷 토큰을 각각 별도로 구해야 하는 불편함으로 디앱 서비스가 활성화되기 어려운 문제점이 있었다. In the conventional method, it is difficult for the DApp service to be activated due to the inconvenience of requiring the user to separately obtain the DApp token and the mainnet token used in the DApp.
반면, 본 발명은 메인넷 토큰을 별도로 구매해야 하는 시스템과는 달리, 디앱을 사용하는 사용자는 메인넷 토큰을 별도로 구매할 필요가 없으며, 자신이 사용하는 디앱 토큰(20)을 수수료로 지불할 수 있는 장점이 존재한다. On the other hand, in the present invention, unlike systems that require a separate purchase of mainnet tokens, users who use DApp do not need to separately purchase mainnet tokens, and can pay the DApp token 20 they use as a fee. Advantages do exist.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 도 1 및 도 9에 도시된 바와 같이, 블록체인 플랫폼 상에서 소정의 서비스 사용에 대하여 수수료를 설정하고 제시하는 시스템으로 디파짓 유닛(deposit unit, 100), 익스체인징 유닛(exchanging unit, 200), 차징 유닛(charging unit, 300)을 포함할 수 있다. As shown in FIGS. 1 and 9, the DApp user fee transaction system through coin exchange rate setting according to the present invention is a system that sets and presents a fee for the use of a predetermined service on a blockchain platform. , 100), an exchanging unit (200), and a charging unit (charging unit, 300).
먼저, 도 2에 도시된 바와 같이, 디파짓 유닛(100)의 경우, 소정의 기축 코인(10)이 예치되며, 소정의 기축 코인(10)이 보관되도록 할 수 있다. First, as shown in FIG. 2, in the case of the deposit unit 100, a predetermined key coin 10 is deposited, and the predetermined key coin 10 can be stored.
소정의 기축 코인(10)이라 함은, 블록체인 플랫폼 상에서 기축 통화로 사용되는 코인을 의미한다. The predetermined key coin 10 refers to a coin used as a key currency on a blockchain platform.
디파짓 유닛(100)에 예치되는 기축 코인(10)은 복수의 예치자에 의하여 예치되는 것으로, 복수의 예치자의 선 예치를 통하여 기축 코인(10)은 디파짓 유닛(100)에 보관되어질 수 있다. The key coin 10 deposited in the deposit unit 100 is deposited by a plurality of depositors, and the key coin 10 can be stored in the deposit unit 100 through pre-deposit of a plurality of depositors.
복수의 예치자의 경우, 프라이빗 세일을 통하여 기축 코인(10)을 확보한 특정 대상자로서 기축 코인(10)을 선 확보한 대상자에 해당할 수 있으며, 블록보상을 통하여 기축 코인(10)을 확보한 대상자에 해당할 수 있다. In the case of a plurality of depositors, a specific target person who has secured the key coin (10) through a private sale may correspond to a person who has secured the key coin (10) in advance, and a person who has secured the key coin (10) through block compensation may correspond to
익스체인징 유닛(200)의 경우, 소정의 기축 코인(10)의 기준 가격을 설정하고, 소정의 기축 코인(10)에 대하여 디앱 토큰(20)과의 교환 비율을 설정할 수 있다. In the case of the exchange unit 200, a standard price of a predetermined key coin 10 may be set, and an exchange rate of the predetermined key coin 10 with the DApp token 20 may be set.
익스체인징 유닛(200)은 기축 코인(10)에 대한 가격 설정과 함께, 기축 코인(10)의 기준 가격이 설정되면, 디앱 토큰(20)과 기축 코인(10)의 교환 비율이 설정되도록 한다. The exchange unit 200 sets the price of the key coin 10 and sets the exchange ratio between the DApp token 20 and the key coin 10 when the standard price of the key coin 10 is set.
차징 유닛(300)은 소정의 서비스를 사용하는 사용자에게 소정의 기축(10) 코인에 대응하는 디앱 토큰(20)에 해당하는 수수료를 요구할 수 있다. The charging unit 300 may request a fee corresponding to the DApp token 20 corresponding to the predetermined key 10 coin from the user using the predetermined service.
사용자가 블록체인 플랫폼 상의 디앱을 통하여 거래 등의 서비스를 사용하는 경우 블록체인 플랫폼의 리소스를 사용하게 되며, 블록체인 플랫폼 리소스 사용에 대한 수수료를 지불하게 되는 것이다. When users use services such as transactions through DApps on the blockchain platform, they use the resources of the blockchain platform and pay fees for using the blockchain platform resources.
블록체인 플랫폼의 리소스는 네트워크 자원을 의미하며, 리소스는 블록체인을 통한 거래 등이 이루어지는 경우 사용되는 CPU(central processing unit), RAM(Random Access Memory), 망(Network) 이용료, 저장공간 이용료 등을 의미할 수 있다. Resources of the blockchain platform refer to network resources, and resources include CPU (central processing unit), RAM (Random Access Memory), network usage fee, storage space usage fee, etc. can mean
차징 유닛(300)을 통하여 제시되는 수수료는 블록체인 플랫폼 상에서 자체적으로 요구하는 수수료 체계에 따라 서비스 이용자에게 수수료를 제시할 수 있다. The fee presented through the charging unit 300 can be presented to the service user according to the fee system requested by itself on the blockchain platform.
차징 유닛(300)은 사용자가 보유하는 디앱 토큰(20)을 수수료를 제시하는 것으로, 제시되는 디앱 토큰(20)에 대한 수수료는 소정의 기축 코인(10)의 기준 가격과 교환 비율에 따라 제시되는 것이 바람직하다. The charging unit 300 presents a fee for the dapp token 20 held by the user, and the fee for the presented dapp token 20 is presented according to the standard price and exchange rate of the predetermined key coin 10 it is desirable
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 디파짓 유닛(100)의 경우, 코인 예치부(110), 코인 보관부(120)를 포함할 수 있다. In the case of the deposit unit 100 of the Dapp user fee transaction system through the coin exchange rate setting according to the present invention, it may include a coin deposit unit 110 and a coin storage unit 120.
코인 예치부(110)의 경우, 기축 코인이 예치되는 것으로 복수의 예치자에 의하여 기축 코인이 예치되어진다. In the case of the coin depositor 110, key coins are deposited by a plurality of depositors.
기축 코인(10)의 경우, 예치자의 전자지갑에 해당하는 인터페이스(Interface)를 통하여 예치될 수 있다.In the case of the key coin 10, it may be deposited through an interface corresponding to the depositor's electronic wallet.
전자지갑은 예치자들이 손쉽게 접근하여 소정의 기축 코인(10)을 예치하고자 하는 것으로, 블록체인 플랫폼 상의 전자 지갑에 해당하는 것으로 당업계에서 관용적으로 활용되는 용어로, 복수의 예치자들이 소정의 기축 코인(10)을 예치하는 전용 계좌를 의미할 수 있다.An electronic wallet is a term that depositors want to easily access and deposit a predetermined key coin (10), and corresponds to an electronic wallet on a blockchain platform. It is a term commonly used in the industry. It may mean a dedicated account for depositing the coin 10.
코인 예치부(110)를 통하여 예치된 소정의 기축 코인(10)의 경우, 코인 보관부(120)를 통하여 보관되어질 수 있다. In the case of a predetermined key coin 10 deposited through the coin deposit unit 110, it may be stored through the coin storage unit 120.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 익스체인징 유닛(200)은, 가격 셋팅부(210), 교환 비율 설정부(220)를 포함할 수 있다. The exchanging unit 200 of the DApp user fee trading system through coin exchange rate setting according to the present invention may include a price setting unit 210 and an exchange rate setting unit 220.
도 3 내지 도 4에 도시된 바와 같이, 가격 셋팅부(210)의 경우, 소정의 기축 코인(10)의 기준 가격을 설정하는 것으로, 미리 설정된 외부 서버로부터 제시되는 합의 가격을 통하여 소정의 기축 코인(10)에 대한 기준 가격이 제시되어질 수 있다. As shown in FIGS. 3 and 4 , in the case of the price setting unit 210, by setting the standard price of a predetermined key coin 10, a predetermined key coin through an agreed price presented from a preset external server. A standard price for (10) can be suggested.
미리 설정된 외부 서버의 경우, 오라클 서비스(oracle service)를 통하여 소정의 기축 코인(10)의 기준 가격을 결정할 합의 가격을 제공받을 수 있다. In the case of a preset external server, an agreed price for determining a standard price of a predetermined key coin 10 may be provided through an oracle service.
오라클 서비스는 오라클 데이터를 제공하는 것으로 예컨대, 오라클라이즈(Oraclize), 체인링크(Chainlink), 아이캐시(iCash)등을 포함할 수 있으며, 프라이스 셋팅부(210)가 제공받는 오라클 데이터는, 성공적인 지불 또는 가격 변동과 같은 데이터에 해당할 수 있다. The oracle service provides oracle data, and may include, for example, oraclize, chainlink, iCash, etc., and the oracle data provided by the price setting unit 210 is successful payment. Alternatively, it may correspond to data such as price changes.
또한, 가격 셋팅부(210)가 제공받는 합의 가격은, 특정 서버, 기관 또는 단체가 발행한 코인의 평균 가격을 산출하여 특정 기간에 대한 벨류(value)를 제공받을 수도 있다. In addition, the agreed price received by the price setting unit 210 may be provided with a value for a specific period by calculating an average price of coins issued by a specific server, institution, or organization.
가격 셋팅부(210)가 제공받는 오라클 데이터에 기초하여 소정의 기축 코인(10)에 대한 기준 가격이 제시되어질 수 있으며, 오라클 데이터의 가격 변동 및 지불 데이터 등에 의하여 소정의 기축 코인(10) 가격은 변동적일 수 있다. Based on the oracle data provided by the price setting unit 210, the standard price for the predetermined key coin 10 may be presented, and the price of the predetermined key coin 10 may be determined by price fluctuations and payment data of the oracle data. can be variable.
아울러, 교환 비율 설정부(220)의 경우, 소정의 기축 코인(10)과 디앱 토큰(20)의 교환 비율을 설정할 수 있다. In addition, in the case of the exchange ratio setting unit 220, an exchange ratio between a predetermined key coin 10 and the DApp token 20 can be set.
기축 코인(10)과 디앱 토큰(20)의 교환 비율은 미리 설정된 노드에 의하여 산출되어질 수 있는데, 미리 설정된 노드의 참여로 교환 비율이 설정되어지는 것이 바람직하다.The exchange rate between the key coin 10 and the Dapp token 20 can be calculated by a preset node, and it is preferable that the exchange rate is set with the participation of a preset node.
미리 설정된 노드의 경우, 복수의 노드로 구성되어질 수 있으며, 복수의 노드들의 참여를 통하여 교환 비율이 설정될 수 있다. In the case of a preset node, it may be composed of a plurality of nodes, and an exchange rate may be set through participation of a plurality of nodes.
즉, 오라클 서비스를 통하여 제시된 기준 가격이 미리 설정된 노드에 의하여 안정화되는 작업을 통하여 기준 가격과 교환 비율이 정해지도록 할 수 있다. That is, the standard price and the exchange rate can be determined through a task in which the standard price presented through the oracle service is stabilized by a preset node.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 차징 유닛(300)의 경우, 사용 요청부(310), 수수료 제시부(320)를 포함할 수 있다. In the case of the charging unit 300 of the DApp user fee transaction system through coin exchange rate setting according to the present invention, a use request unit 310 and a fee presentation unit 320 may be included.
사용 요청부(310)의 경우, 사용자가 블록체인 플랫폼 리소스 사용에 대한 사용 요청을 획득할 수 있다. In the case of the use request unit 310, the user may obtain a use request for the use of blockchain platform resources.
사용 요청부(310)를 통하여 획득한 블록체인 플랫폼 리소스에 대한 사용 요청에 대하여 수수료 제시부(320)는 사용 수수료를 제시하게 된다. In response to a request for use of the blockchain platform resource obtained through the use request unit 310, the fee presentation unit 320 presents a use fee.
수수료 제시부(320)가 제시하는 사용 수수료의 경우, 사용자가 보유한 디앱 토큰(20)에 대한 수수료를 제시하는 것이 바람직하다. In the case of a usage fee presented by the fee presentation unit 320, it is preferable to present a fee for the DApp token 20 held by the user.
수수료 제시부(320)가 사용자에게 제시하는 수수료의 경우, 디앱 토큰(20)과 기축 코인(10)의 교환 비율에 따라 소정의 기축 코인(10)에 대한 가격에 대응하는 디앱 토큰(20)에 대한 수수료를 제시하는 것이다. In the case of the fee presented to the user by the fee presentation unit 320, the Dapp token 20 corresponding to the price of the predetermined key coin 10 according to the exchange ratio between the Dapp token 20 and the key coin 10 to present a fee.
예컨대, 도 5 내지 도 6에 도시된 바와 같이, 사용자#1이 블록체인 플랫폼 상의 디앱을 통하여 사용자#2와 거래를 한다고 하면, 사용자#1은 디앱에서 사용하는 디앱 토큰(20)을 사용하여 사용자#2와 거래하고, 사용자#1은 블록체인 플랫폼 리소스 사용에 대한 수수료를 지불해야 한다. For example, as shown in FIGS. 5 and 6, if user #1 makes a transaction with user #2 through a dapp on a blockchain platform, user #1 uses the dapp token 20 used in the dapp to Transaction with #2, user #1 must pay a fee for using blockchain platform resources.
이때, 사용자#1이 수수료로 지불하는 코인은 디앱에서 사용하는 디앱 토큰(20)과 동일한 토큰이 지불될 수 있도록 수수료 제시부(320)는 수수료를 제시하게 된다. At this time, the fee presentation unit 320 presents the fee so that the coin that user #1 pays as a fee can be paid with the same token as the DApp token 20 used in the DApp.
사용자#1이 제시받는 수수료는 기축 코인(10)에 대응하는 디앱 토큰(20)에 대한 수수료를 제시받는 것으로, 사용자#1는 별도의 기축 코인(10) 구매 없이 보유한 디앱 토큰(20)을 수수료로 지불하는 것이 가능하다. The fee presented by user #1 is the fee for the dapp token (20) corresponding to the key coin (10), and user #1 can use the dapp token (20) held without purchasing a separate key coin (10) as a fee. It is possible to pay with
예컨대, 수수료 제시부(320)는 사용자#1이 블록체인 시스템의 리소스를 사용하는 시점에서의 사용자 지갑에서의 현재를 기준으로 수수료 정보를 확인하기 위하여, 설정된 시간 간격에 대한 디앱 토큰(20)의 가격 정보를 확인하여 수수료 지급 당시 디앱 토큰(20)에 대한 수수료를 제시할 수 있다. For example, the fee presentation unit 320 checks the fee information based on the current in the user's wallet at the time when user #1 uses the resources of the blockchain system, the price of the DApp token 20 for a set time interval. After checking the information, you can present the fee for the DApp token (20) at the time of fee payment.
사용자에게 수수료로 제시하는 디앱 토큰(20)의 수수료 가격은 기축 코인(10)에 대한 기준 가격을 참고하여 디앱 토큰(20)의 시장 가격에 대응하는 수수료를 제시하는 것을 바람직하다.As for the fee price of the DApp token 20 presented to the user as a fee, it is preferable to present a fee corresponding to the market price of the DApp token 20 with reference to the standard price of the key coin 10.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 익스체인징 유닛(200)의 경우, 사용자가 수수료로 지급한 디앱 토큰(20)을 교환 비율에 따라 소정의 기축 코인(10)으로 교환하는 코인 익스체인징부(230)를 포함할 수 있다. In the case of the exchange unit 200 of the Dapp user fee trading system through the coin exchange rate setting according to the present invention, the DApp token 20 paid by the user as a fee is exchanged with a predetermined key coin 10 according to the exchange rate It may include a coin exchange unit 230 to do.
코인 익스체인징부(230)의 경우, 설정된 교환 비율에 따라 디앱 토큰(20)이 기축 코인(10)으로 교환되도록 하는 것으로 사용자가 수수료로 지급한 디앱 토큰(20)을 교환 비율에 따라 교환할 수 있다. In the case of the coin exchange unit 230, the dapp token 20 is exchanged for the key coin 10 according to the set exchange rate, so that the user can exchange the dapp token 20 paid as a fee according to the exchange rate. have.
디앱 토큰(20)과 소정의 기축 코인(10)에 대한 교환 비율의 경우, 소정의 기축 코인(10)에 대한 기준 가격을 참고적으로 활용하여 주기적으로 변경되는 것이 바람직하다.In the case of the exchange rate between the Dapp token 20 and the predetermined key coin 10, it is preferable to change it periodically using the reference price for the predetermined key coin 10 as a reference.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템은 리워딩 유닛(rewarding unit, 400)을 포함할 수 있다. The DApp user fee transaction system through setting the coin exchange rate according to the present invention may include a rewarding unit (400).
도 8에 도시된 바와 같이, 리워딩 유닛(400)의 경우, 복수의 예치자가 예치한 기축 코인의 예치금에 따라 복수의 예치자에게 예치금 대비 소정의 비율로 보상을 제공할 수 있다. As shown in FIG. 8 , in the case of the rewarding unit 400 , compensation may be provided to a plurality of depositors at a predetermined ratio to the deposit amount according to the deposit amount of the key coin deposited by the plurality of depositors.
보상으로 제공되는 기축 코인(10)의 경우, 예치자들이 예치한 예치금에 비례하여 보상될 수 있으며, 미리 설정된 비율에 따라 보상될 수도 있다. In the case of the key coin 10 provided as a reward, it may be compensated in proportion to the deposit deposited by the depositors, or may be compensated according to a preset ratio.
또한, 보상으로 지급되는 기축 코인(10)은 보상을 지급받는 복수의 예치자들의 개인 계정에 저장되며, 보관되어질 수 있다.In addition, the key coin 10 paid as a reward may be stored and stored in the personal accounts of a plurality of depositors who receive the reward.
아울러, 기축 코인(10)을 예치한 복수의 예치자는 소정의 기축 코인(10)에 대한 예치를 통하여 사용자가 수수료로 지불한 디앱 토큰(20)을 할인된 가격에 구매할 수 있다.In addition, a plurality of depositors who have deposited the key coin 10 can purchase the DApp token 20 paid as a fee by the user at a discounted price through the deposit of the predetermined key coin 10.
리워드로 제공하는 소정의 기축 코인(10)에 대한 보상 금액은 예컨대, 복수의 예치자들이 예치한 기축 코인(10)을 기준으로 보상이 지급되도록 할 수 있으며, 보상 금액 또는 보상 비율에 대하여서는 블록체인 플랫폼 상에서 제시되는 기준에 따라 보상되어질 수도 있다. The compensation amount for a predetermined key coin 10 provided as a reward may be paid based on, for example, the key coin 10 deposited by a plurality of depositors, and the reward amount or reward ratio may be block It can also be compensated according to the criteria presented on the chain platform.
본 발명에 따른 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템의 블록체인 플랫폼 리소스 사용에 따른 수수료에 대한 수수료 금액의 경우, 의회(congress)를 통하여 결정되어질 수 있다. In the case of the fee amount for the fee according to the use of blockchain platform resources of the DApp user fee trading system through the coin exchange rate setting according to the present invention, it can be determined through Congress.
의회를 구성하는 구성원은, 소정의 기축 코인(10)을 예치한 복수의 예치자로 구성되는 것이 바람직하며, 예치된 소정의 기축 코인(10)에 대한 예치금을 기준으로 의사 결정에 대한 의결권이 결정되어질 수도 있다. Members constituting the council are preferably composed of a plurality of depositors who have deposited a predetermined key coin 10, and the voting right for decision-making is determined based on the deposit for the predetermined key coin 10 deposited may be
예컨대, 소정의 기축 코인(10)을 1 코인 예치한 경우, 1 의결권이 제공되어질 수 있으며, 하나의 의결권은 블록체인 플랫폼 상에서 하나의 표에 해당할 수 있다. For example, when a predetermined key coin 10 is deposited with 1 coin, 1 voting right may be provided, and one voting right may correspond to one vote on the blockchain platform.
아울러, 블록체인 플랫폼 상의 디앱은 노드 운영자에 의하여 운영되는 것이 바람직하며, 사용자에게 제공되지만, 의회 구성원을 통하여 디앱에 대한 검수 및 승인이 뒤따르며, 승인을 통하여 최종적으로 디앱 운영에 대한 권한을 제공받을 수 있다. In addition, it is desirable that DApps on the blockchain platform be operated by node operators and are provided to users, but inspection and approval of the DApps will follow through members of the council, and through approval, finally, the authority to operate the DApps will be provided. can
또한, 디앱을 운영하는 노드 운영자는 노드 운영에 필요한 담보를 제공하여, 노드 운영자에 대한 노드 운영 시 부정행위 및 블록체인 플랫폼 상의 생태계 저해행위에 대하여 예방할 수도 있다. In addition, the node operator who operates the DApp can provide collateral necessary for node operation to prevent fraudulent behavior and disruption of the ecosystem on the blockchain platform when operating the node to the node operator.
본 발명의 권리 범위는 특허청구범위에 기재된 사항에 의해 결정되며, 특허 청구범위에 사용된 괄호는 선택적 한정을 위해 기재된 것이 아니라, 명확한 구성요소를 위해 사용되었으며, 괄호 내의 기재도 필수적 구성요소로 해석되어야 한다.The scope of the rights of the present invention is determined by the matters described in the claims, and parentheses used in the claims are not written for selective limitation, but are used for clear components, and descriptions in parentheses are also interpreted as essential components. It should be.

Claims (10)

  1. 블록체인 플랫폼 상에서 소정의 서비스 사용에 대하여 수수료를 설정하고 제시하는 시스템에 있어서,In a system that sets and presents fees for the use of certain services on a blockchain platform,
    소정의 기축 코인이 예치되며, 상기 소정의 기축 코인이 보관되는 디파짓 유닛;A deposit unit in which a predetermined key coin is deposited and the predetermined key coin is stored;
    상기 소정의 기축 코인의 기준 가격을 설정하고, 상기 소정의 기축 코인에 대하여 디앱 토큰과의 교환 비율을 설정하는 익스체인징 유닛; 및an exchange unit that sets a standard price of the predetermined key coin and sets an exchange rate of the predetermined key coin with a DApp token; and
    소정의 서비스를 사용하는 사용자에게 상기 소정의 기축 코인에 대응하는 상기 디앱 토큰의 상기 수수료를 요구하는 차징 유닛을 포함하는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through setting a coin exchange rate, characterized in that it includes a charging unit requesting the fee of the Dapp token corresponding to the predetermined key coin to a user using a predetermined service.
  2. 제1항에 있어서, 상기 디파짓 유닛은, The method of claim 1, wherein the deposit unit,
    상기 기축 코인이 예치되는 코인 예치부; 및a coin depositing unit in which the key coin is deposited; and
    상기 코인 예치부에 예치된 상기 기축 코인을 보관하는 코인 보관부를 포함하는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through setting a coin exchange rate, characterized in that it comprises a coin storage unit for storing the key coin deposited in the coin deposit unit.
  3. 제2항에 있어서, 상기 익스체인징 유닛은, The method of claim 2, wherein the exchanging unit,
    상기 소정의 기축 코인의 기준 가격을 설정하는 가격 셋팅부; 및a price setting unit for setting a standard price of the predetermined key coin; and
    상기 소정의 기축 코인과 상기 디앱 토큰의 교환 비율을 설정하는 교환 비율 설정부를 포함하는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through coin exchange ratio setting, characterized in that it comprises an exchange ratio setting unit for setting an exchange ratio between the predetermined key coin and the dapp token.
  4. 제3항에 있어서, 상기 가격 셋팅부는, The method of claim 3, wherein the price setting unit,
    미리 설정된 외부 서버로부터 제시되는 합의 가격을 통하여 상기 소정의 기축 코인에 대한 기준 가격이 제시되는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through coin exchange rate setting, characterized in that the reference price for the predetermined key coin is presented through the agreed price presented from a preset external server.
  5. 제4항에 있어서, 상기 교환 비율 설정부는,The method of claim 4, wherein the exchange rate setting unit,
    미리 설정된 노드에 의해 상기 소정의 기축 코인과 상기 디앱 토큰에 대한 상기 교환 비율이 설정되는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through coin exchange ratio setting, characterized in that the exchange ratio for the predetermined key coin and the Dapp token is set by a preset node.
  6. 제1항에 있어서, 상기 차징 유닛은, The method of claim 1, wherein the charging unit,
    상기 사용자의 상기 소정의 서비스의 사용 요청을 획득하는 사용 요청부; 및a use requesting unit which obtains a use request of the predetermined service from the user; and
    상기 사용자의 사용 요청이 수신되면, 상기 사용자에게 상기 사용 요청에 상응하는 상기 수수료를 제시하는 수수료 제시부를 포함하는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.When the user's use request is received, a fee presentation unit for presenting the fee corresponding to the use request to the user, characterized in that it comprises a DApp user fee trading system through setting a coin exchange rate.
  7. 제6항에 있어서, 상기 수수료 제시부는, The method of claim 6, wherein the fee presentation unit,
    상기 사용자가 보유한 상기 디앱 토큰에 해당하는 상기 수수료를 제시하되,Present the fee corresponding to the DApp token held by the user,
    상기 수수료는, The fee is
    상기 교환 비율에 따라 상기 소정의 기축 코인의 기준 가격에 대응하는 상기 디앱 토큰에 대한 상기 수수료가 제시되는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through setting a coin exchange ratio, characterized in that the fee for the Dapp token corresponding to the base price of the predetermined key coin is presented according to the exchange ratio.
  8. 제7항에 있어서, 상기 수수료는,The method of claim 7, wherein the fee,
    상기 소정의 기축 코인의 기준 가격으로부터 소정의 시간 간격으로 상기 디앱 토큰의 수수료 정보가 설정되어 상기 사용자에게 제시되는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through setting a coin exchange rate, characterized in that the fee information of the Dapp token is set at a predetermined time interval from the reference price of the predetermined key coin and presented to the user.
  9. 제1항에 있어서, 상기 익스체인징 유닛은,The method of claim 1, wherein the exchanging unit,
    상기 사용자가 수수료로 지급한 상기 디앱 토큰을 상기 교환 비율에 따라 상기 소정의 기축 코인으로 교환하는 코인 익스체인징부를 더 포함하는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through setting a coin exchange rate, characterized in that it further comprises a coin exchange unit for exchanging the Dapp token paid by the user as a fee with the predetermined key coin according to the exchange rate.
  10. 제1항에 있어서, 상기 시스템은, The method of claim 1, wherein the system,
    복수의 예치자의 상기 기축 코인의 예치금에 따라 상기 복수의 예치자에게 상기 예치금 대비 소정의 비율로 보상하는 리워딩 유닛을 더 포함하는 것을 특징으로 하는, 코인 교환 비율 설정을 통한 디앱 사용자 수수료 거래 시스템.Dapp user fee trading system through setting a coin exchange rate, characterized in that it further comprises a rewarding unit that compensates the plurality of depositors at a predetermined ratio to the deposit amount according to the deposit amount of the key coin of the plurality of depositors.
PCT/KR2021/013842 2021-05-20 2021-10-08 System for dapp user fee transaction through setting of coin exchange rate WO2022244927A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0064719 2021-05-20
KR1020210064719A KR102365824B1 (en) 2021-05-20 2021-05-20 System of transaction charge for user of decentralized application by using exchange ratio of coin

Publications (1)

Publication Number Publication Date
WO2022244927A1 true WO2022244927A1 (en) 2022-11-24

Family

ID=80495460

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2021/013842 WO2022244927A1 (en) 2021-05-20 2021-10-08 System for dapp user fee transaction through setting of coin exchange rate

Country Status (2)

Country Link
KR (1) KR102365824B1 (en)
WO (1) WO2022244927A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190109156A (en) * 2018-03-16 2019-09-25 안태성 System and Method for Transaction of Block Chain Based Cryptocurrency
KR20190132052A (en) * 2018-05-18 2019-11-27 주식회사 비즈모델라인 Smart Contract based on Blockchain for Cryptocurrency Trading Platform
KR20210035485A (en) * 2019-09-24 2021-04-01 박은수 Managing method for platform based on blockchain network and apparatus therefor
KR20210037380A (en) * 2019-09-27 2021-04-06 엄상웅 Cryptographic trading system based on a multi-blockchain network
KR102245929B1 (en) * 2020-01-29 2021-04-29 (주)소셜인프라테크 Method of transaction charge for user of decentralized application by depositing virtual asset

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7249148B2 (en) 2016-02-23 2023-03-30 エヌチェーン ライセンシング アーゲー Blockchain-based universal tokenization system
EP3420507A1 (en) 2016-02-23 2019-01-02 Nchain Holdings Limited Tokenisation method and system for implementing exchanges on a blockchain
EA201891829A1 (en) 2016-02-23 2019-02-28 Нчейн Холдингс Лимитед METHOD AND SYSTEM FOR EFFECTIVE TRANSFER OF CRYPTAL CURRENCY, ASSOCIATED WITH WAGES, IN THE BLOCKET FOR CREATING THE METHOD AND SYSTEM OF AUTOMATED AUTOMATED WAYS OF WAGES ON THE BASIS OF SMART-COUNTER CONTROL

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190109156A (en) * 2018-03-16 2019-09-25 안태성 System and Method for Transaction of Block Chain Based Cryptocurrency
KR20190132052A (en) * 2018-05-18 2019-11-27 주식회사 비즈모델라인 Smart Contract based on Blockchain for Cryptocurrency Trading Platform
KR20210035485A (en) * 2019-09-24 2021-04-01 박은수 Managing method for platform based on blockchain network and apparatus therefor
KR20210037380A (en) * 2019-09-27 2021-04-06 엄상웅 Cryptographic trading system based on a multi-blockchain network
KR102245929B1 (en) * 2020-01-29 2021-04-29 (주)소셜인프라테크 Method of transaction charge for user of decentralized application by depositing virtual asset

Also Published As

Publication number Publication date
KR102365824B1 (en) 2022-02-23

Similar Documents

Publication Publication Date Title
WO2023033298A1 (en) Service providing method performed by server of sound source platform using blockchain-based nft
US20230070963A1 (en) Blockchain-implemented method for control and distribution of digital content
WO2016204461A1 (en) System and method for block-chain-based financial institution certificate verification
WO2019164170A1 (en) Product distribution and distribution history inquiry and management platform using blockchain
WO2018194378A1 (en) Method for approving use of card by using blockchain-based token id and server using method
WO2019240406A1 (en) Blockchain-based copyright management system
WO2020005034A1 (en) Multi-signature security account control system
WO2021066323A1 (en) Electronic document integrity verification system using blockchain technology and method for controlling same
KR20180123709A (en) Method and system for recording multiple transactions in a block chain
WO2020179963A1 (en) Intellectual property right trade system using blockchain, and operating method therefor
CN110333948A (en) Virtual resource allocation method and apparatus based on block chain
JP2010239662A (en) Device for proving transaction in network environment
WO2019035573A1 (en) Blockchain-based trading system and method therefor
WO2019004650A1 (en) Method, program, and computer readable recording medium for tax refund using block chain-based crypto-currency
AU701005B2 (en) Charging system and method
WO2021101020A1 (en) Server for processing real estate investment mediation based on security token and operation method therefor
WO2019182234A1 (en) Decentralized principal guarantee asset movement service system utilizing blockchain technology
WO2022245069A1 (en) Cryptocurrency commission transaction system through key coin deposit
WO2021020721A1 (en) Method for providing online ticket service by using blockchain network and server using same
WO2020138595A1 (en) Blockchain-based system for providing mergers and acquisitions service, and operation method therefor
WO2022244927A1 (en) System for dapp user fee transaction through setting of coin exchange rate
WO2019240499A1 (en) Method and system for supporting short selling of marketable securities, and non-transitory computer-readeable recording medium
WO2022244926A1 (en) Blockchain user commission transaction system using coin exchange
KR102500458B1 (en) Method for providing digital asset market service using NFT technology based on consortium blockchain network
CN111460492B (en) Data privacy management system based on block chain and implementation method thereof

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: 21940938

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21940938

Country of ref document: EP

Kind code of ref document: A1