KR20200114324A - Block chain based money transfer processing system using cryptocurrency - Google Patents

Block chain based money transfer processing system using cryptocurrency Download PDF

Info

Publication number
KR20200114324A
KR20200114324A KR1020190035895A KR20190035895A KR20200114324A KR 20200114324 A KR20200114324 A KR 20200114324A KR 1020190035895 A KR1020190035895 A KR 1020190035895A KR 20190035895 A KR20190035895 A KR 20190035895A KR 20200114324 A KR20200114324 A KR 20200114324A
Authority
KR
South Korea
Prior art keywords
cryptocurrency
remittance
transaction
amount
user terminal
Prior art date
Application number
KR1020190035895A
Other languages
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 주식회사 작품오늘
Priority to KR1020190035895A priority Critical patent/KR20200114324A/en
Publication of KR20200114324A publication Critical patent/KR20200114324A/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/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/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • G06Q20/065Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme using e-cash
    • 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
    • G06Q20/367Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes involving electronic purses or 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

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

Abstract

The present invention relates to a blockchain-based money transfer processing system using a cryptocurrency which can immediately process a money transfer service by using a cryptocurrency mined in a mobile terminal. The blockchain-based money transfer processing system using the cryptocurrency comprises a user terminal, a cryptocurrency server, and a money transfer processing device. The money transfer processing device includes: a money transfer request receiving unit to receive a money transfer request for a second user terminal from a first user terminal; a performance guarantee amount calculation unit to calculate a performance guarantee amount based on a money transfer amount associated with the money transfer request; a transaction generation unit to generate a transaction to transfer a cryptocurrency of an amount corresponding to the money transfer amount from a cryptocurrency wallet of the first user terminal to a performance guarantee wallet based on a fixed exchange rate; and a money transfer processing unit to register the transaction in a blockchain network to process the transaction, and then transfer real money of an amount corresponding to the money transfer amount to the second user terminal to immediately process the money transfer request.

Description

블록체인 기반의 암호화폐를 이용한 송금 처리 시스템{BLOCK CHAIN BASED MONEY TRANSFER PROCESSING SYSTEM USING CRYPTOCURRENCY}Remittance processing system using blockchain-based cryptocurrency {BLOCK CHAIN BASED MONEY TRANSFER PROCESSING SYSTEM USING CRYPTOCURRENCY}

본 발명은 블록체인 기반의 암호화폐를 이용한 송금 처리 기술에 관한 것으로, 보다 상세하게는 모바일 단말에서 채굴되는 암호화폐를 이용하여 송금 서비스를 즉시 처리할 수 있는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템에 관한 것이다.The present invention relates to a remittance processing technology using a blockchain-based cryptocurrency, and more specifically, a remittance process using a blockchain-based cryptocurrency that can immediately process a remittance service using cryptocurrency mined from a mobile terminal. It's about the system.

블록체인(blockchain)은 관리 대상 데이터를 '블록'이라고 하는 소규모 데이터들이 P2P 방식을 기반으로 생성된 체인 형태의 연결고리 기반 분산 데이터 저장환경에 저장되어 누구라도 임의로 수정할 수 없고 누구나 변경의 결과를 열람할 수 있는 분산 컴퓨팅 기술 기반의 데이터 대변 방지 기술이다. 이는 근본적으로 분산 데이터 저장기술의 한 형태로, 지속적으로 변경되는 데이터를 모든 참여 노드에 기록한 변경 리스트로서 분산 노드의 운영자에 의한 임의 조작이 불가능하도록 고안되었다.In the blockchain, small data called'blocks' to manage data are stored in a distributed data storage environment based on a chain-type connection created based on the P2P method, so that no one can arbitrarily modify it, and anyone can view the result of the change. It is a data deficit prevention technology based on distributed computing technology. This is basically a form of distributed data storage technology. It is a change list that records continuously changing data in all participating nodes, and is designed to prevent arbitrary manipulation by the operator of the distributed node.

블록체인 기술은 비트코인을 비롯한 대부분의 암호화폐 거래에 사용되고 있으며, 암호화폐의 거래 과정은 탈중앙화된 전자장부에 쓰이기 때문에 블록체인 소프트웨어를 실행하는 많은 사용자들의 각 컴퓨터에서 서버가 운영되어 중앙은행없이 개인 간의 자유로운 거래가 가능할 수 있다. 블록체인 기술을 이용하여 암호화폐를 기초로 상대방에게 송금할 수 있는 기술을 통해 블록체인 네트워크로의 참여를 유도할 수 있다.Blockchain technology is used for most cryptocurrency transactions, including bitcoin, and since the transaction process of cryptocurrency is used in the decentralized electronic ledger, a server is operated on each computer of many users running the blockchain software, without a central bank. Free trade between individuals may be possible. It is possible to induce participation in the blockchain network through technology that can send money to the other party based on cryptocurrency using blockchain technology.

한국등록특허 제10-1628007(2016.06.03)호는 당사자간 블록체인을 갖는 디지털 가상화폐의 거래시스템에 관한 것으로, 당사자간에 블록체인을 갖는 디지털 가상화폐의 거래 시마다 32바이트(byte) 이상으로 이루어진 퍼블릭 어드레스를 인지하지 않고서도 URL 기반으로 간편하게 거래를 수행할 수 있게 안내하여 주는 당사자간 블록체인을 갖는 디지털 가상화폐의 거래시스템을 제공할 수 있다.Korean Patent Registration No. 10-1628007 (2016.06.03) relates to a transaction system for digital virtual currency having a block chain between parties, which consists of 32 bytes or more for each transaction of digital virtual currency having a block chain between parties. It is possible to provide a transaction system for digital virtual currency with a block chain between parties that guides users to perform transactions easily based on URL without recognizing the public address.

한국등록특허 제10-1673073(2016.10.31)호는 블록체인 구조를 사용하는 암호화화폐 거래방법에 관한 것으로, 비트코인 거래소 서버에 거래소 일반 지갑 외에 거래소 웹 지갑을 서버에 추가로 구축시키고 회원이 거래소 서버에 내장된 거래소 일반 지갑 주소에서 거래소 웹 지갑 주소로 비트코인을 저장 사용하여 보안성을 향상시키는 유리한 효과가 있다.Korean Patent Registration No. 10-1673073 (2016.10.31) relates to a cryptocurrency transaction method using a block chain structure.In addition to the general wallet of the exchange, an exchange web wallet is additionally built on the server and the member There is an advantageous effect of improving security by storing and using bitcoins from the general wallet address of the exchange embedded in the server to the web wallet address of the exchange.

한국등록특허 제10-1628007(2016.06.03)호Korean Patent Registration No. 10-1628007 (2016.06.03) 한국등록특허 제10-1673073(2016.10.31)호Korean Patent Registration No. 10-1673073 (2016.10.31)

본 발명의 일 실시예는 모바일 단말에서 채굴되는 암호화폐를 이용하여 송금 서비스를 즉시 처리할 수 있는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템을 제공하고자 한다.An embodiment of the present invention is to provide a remittance processing system using a blockchain-based cryptocurrency that can immediately process a remittance service using cryptocurrency mined from a mobile terminal.

본 발명의 일 실시예는 블록체인 네트워크를 통해 보안성을 강화함과 동시에 암호화폐를 이용한 송금의 신속성을 보장할 수 있는 수 있는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템을 제공하고자 한다.An embodiment of the present invention is to provide a remittance processing system using a blockchain-based cryptocurrency that can enhance security through a blockchain network and at the same time ensure the rapidity of remittance using cryptocurrency.

본 발명의 일 실시예는 암호화폐 서버에 암호화폐의 이전을 예비적으로 등록하여 즉시 송금 후 암호화폐에 관한 트랜잭션이 실패할 위험에 대비할 수 있는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템을 제공하고자 한다.An embodiment of the present invention provides a remittance processing system using a blockchain-based cryptocurrency that can prepare for the risk of failure of a transaction related to cryptocurrency after immediate remittance by preliminarily registering the transfer of cryptocurrency in a cryptocurrency server. I want to.

실시예들 중에서, 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템은 블록체인 네트워크에 연결되고 암호화폐 지갑을 보유한 사용자 단말, 상기 블록체인 네트워크와 연동하여 복수의 사용자 단말들 간의 트랜잭션을 처리하는 암호화폐 서버 및 상기 사용자 단말 및 상기 암호화폐 서버와 각각 연결되고 이행보증을 위해 상기 암호화폐 지갑에 대응하는 이행보증 지갑을 보유하여 상기 복수의 사용자 단말들 간의 송금을 즉시 처리하는 송금 처리 장치를 포함하고, 상기 송금 처리 장치는 제1 사용자 단말로부터 제2 사용자 단말에 대한 송금 요청을 수신하는 송금 요청 수신부, 상기 송금 요청에 관한 송금액을 기초로 이행보증 금액을 산출하는 이행보증 금액 산출부, 고정 환전율을 기초로 상기 제1 사용자 단말의 암호화폐 지갑에서 상기 이행보증 금액에 대응되는 양의 암호화폐를 상기 이행보증 지갑으로 이전하는 트랜잭션을 생성하는 트랜잭션 생성부 및 상기 트랜잭션을 상기 블록체인 네트워크에 등록하여 처리되도록 한 후 상기 제2 사용자 단말로 상기 송금액에 대응되는 양의 실물화폐를 이전하여 상기 송금 요청을 즉시 처리하는 송금 처리부를 포함한다.Among the embodiments, a remittance processing system using a blockchain-based cryptocurrency is a user terminal connected to a blockchain network and holding a cryptocurrency wallet, and a cryptocurrency that processes transactions between a plurality of user terminals by interworking with the blockchain network. A remittance processing device that is connected to the server and the user terminal and the cryptocurrency server, respectively, and holds a performance guarantee wallet corresponding to the cryptocurrency wallet for performance guarantee to immediately process remittance between the plurality of user terminals, The remittance processing device includes a remittance request receiving unit that receives a remittance request from a first user terminal to a second user terminal, a performance guarantee amount calculating unit that calculates a performance guarantee amount based on the remittance amount related to the remittance request, and a fixed exchange rate. Based on the first user terminal's cryptocurrency wallet, a transaction generating unit that creates a transaction that transfers the amount of cryptocurrency corresponding to the performance guarantee amount to the performance guarantee wallet and registers the transaction in the blockchain network and processes it. And a remittance processor configured to immediately process the remittance request by transferring the amount of real money corresponding to the remittance amount to the second user terminal.

상기 이행보증 금액 산출부는 상기 송금액을 기준으로 상기 제1 사용자 단말에 관한 암호화폐 채굴 내역, 상기 암호화폐 서버와의 거래 내역 및 과거 송금 내역 중 적어도 하나에 따라 결정되는 신용 평가 등급을 반영하여 상기 이행보증 금액을 산출할 수 있다.The performance guarantee amount calculation unit reflects the credit rating level determined according to at least one of a cryptocurrency mining history for the first user terminal, a transaction history with the cryptocurrency server, and a past remittance history based on the remittance amount. Guaranteed amount can be calculated.

상기 트랜잭션 생성부는 상기 블록체인 네트워크를 통해 상기 제1 사용자 단말의 암호화폐 지갑의 암호화폐 보유량을 확인하고, 해당 암호화폐 보유량이 상기 이행보증 금액에 대응되는 양보다 부족한 경우 상기 제1 사용자 단말과 연동되는 실물화폐 계좌로부터 해당 부족액을 이전하여 상기 트랜잭션을 생성할 수 있다.The transaction generating unit checks the amount of cryptocurrency holdings of the cryptocurrency wallet of the first user terminal through the block chain network, and interlocks with the first user terminal when the amount of cryptocurrency holdings is less than the amount corresponding to the performance guarantee amount. The transaction may be generated by transferring the corresponding shortfall from the real money account.

상기 트랜잭션 생성부는 상기 블록체인 네트워크를 통해 상기 암호화폐 지갑에 보관된 암호화폐의 종류가 복수로 확인된 경우 암호화폐별 보유량 및 고정 환전율을 기초로 상기 이행보증 금액을 분할하여 복수의 암호화폐들 각각에 할당한 후 상기 복수의 암호화폐들 각각에 대한 트랜잭션을 생성할 수 있다.When multiple types of cryptocurrencies stored in the cryptocurrency wallet are confirmed through the blockchain network, the transaction generator divides the performance guarantee amount based on the amount of cryptocurrency held and a fixed exchange rate to generate a plurality of cryptocurrencies. After allocating to each, a transaction for each of the plurality of cryptocurrencies may be generated.

상기 트랜잭션 생성부는 상기 트랜잭션의 생성과 함께 상기 이행보증 금액에 대응되는 양의 암호화폐에 대한 상기 제1 사용자 단말 및 상기 송금 처리 장치 간의 매매 요청을 상기 암호화폐 서버에 등록할 수 있다.The transaction generating unit may register a transaction request between the first user terminal and the remittance processing device for an amount of cryptocurrency corresponding to the performance guarantee amount in the cryptocurrency server with the creation of the transaction.

상기 트랜잭션 생성부는 상기 트랜잭션에 대한 처리 실패를 상기 매매 요청에 관한 수락 조건으로 설정할 수 있다.The transaction generator may set a failure to process the transaction as an acceptance condition for the transaction request.

상기 송금 처리부는 상기 트랜잭션의 처리가 실패한 경우 상기 암호화폐 서버에게 상기 매매 요청에 관한 수락을 제공할 수 있다.When processing of the transaction fails, the remittance processing unit may provide acceptance of the transaction request to the cryptocurrency server.

상기 송금 처리부는 상기 트랜잭션의 처리가 성공한 경우 상기 고정 환전율을 기초로 상기 이행보증 금액과 상기 송금액 간의 차액에 대응되는 양의 암호화폐를 상기 제1 사용자 단말에게 반환할 수 있다.When the transaction is successfully processed, the remittance processor may return an amount of cryptocurrency corresponding to the difference between the performance guarantee amount and the remittance amount to the first user terminal based on the fixed exchange rate.

개시된 기술은 다음의 효과를 가질 수 있다. 다만, 특정 실시예가 다음의 효과를 전부 포함하여야 한다거나 다음의 효과만을 포함하여야 한다는 의미는 아니므로, 개시된 기술의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The disclosed technology can have the following effects. However, since it does not mean that a specific embodiment should include all of the following effects or only the following effects, it should not be understood that the scope of the rights of the disclosed technology is limited thereby.

본 발명의 일 실시예에 따른 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템은 블록체인 네트워크를 통해 보안성을 강화함과 동시에 암호화폐를 이용한 송금의 신속성을 보장할 수 있다.The remittance processing system using a block chain-based cryptocurrency according to an embodiment of the present invention can enhance security through a block chain network and at the same time ensure rapidity of remittance using cryptocurrency.

본 발명의 일 실시예에 따른 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템은 암호화폐 서버에 암호화폐의 이전을 예비적으로 등록하여 즉시 송금 후 암호화폐에 관한 트랜잭션이 실패할 위험에 대비할 수 있다.The remittance processing system using a block chain-based cryptocurrency according to an embodiment of the present invention can prepare for the risk of failure of a transaction related to cryptocurrency immediately after remittance by preliminarily registering the transfer of cryptocurrency in the cryptocurrency server. .

도 1은 본 발명의 일 실시예에 따른 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템을 설명하는 도면이다.
도 2는 도 1에 있는 송금 처리 장치의 물리적 구성을 설명하는 블록도이다.
도 3은 도 1에 있는 송금 처리 장치의 기능적 구성을 설명하는 블록도이다.
도 4는 도 1에 있는 송금 처리 장치를 통해 수행되는 암호화폐를 이용한 송금 처리 과정을 설명하는 순서도이다.
도 5는 도 1에 있는 송금 처리 장치를 통해 수행되는 암호화폐를 이용한 송금 처리 과정의 일 실시예를 설명하는 도면이다.
도 6은 도 1에 있는 송금 처리 장치를 통해 수행되는 트랜잭션 생성 과정의 일 실시예를 설명하는 도면이다.
1 is a diagram illustrating a remittance processing system using a block chain-based cryptocurrency according to an embodiment of the present invention.
FIG. 2 is a block diagram illustrating the physical configuration of the remittance processing apparatus in FIG. 1.
3 is a block diagram illustrating a functional configuration of the money transfer processing apparatus in FIG. 1.
FIG. 4 is a flow chart illustrating a remittance process using cryptocurrency performed through the remittance processing device of FIG. 1.
FIG. 5 is a diagram illustrating an embodiment of a remittance process using cryptocurrency performed through the remittance processing device of FIG. 1.
6 is a diagram illustrating an embodiment of a process of generating a transaction performed through the remittance processing device of FIG. 1.

본 발명에 관한 설명은 구조적 내지 기능적 설명을 위한 실시예에 불과하므로, 본 발명의 권리범위는 본문에 설명된 실시예에 의하여 제한되는 것으로 해석되어서는 아니 된다. 즉, 실시예는 다양한 변경이 가능하고 여러 가지 형태를 가질 수 있으므로 본 발명의 권리범위는 기술적 사상을 실현할 수 있는 균등물들을 포함하는 것으로 이해되어야 한다. 또한, 본 발명에서 제시된 목적 또는 효과는 특정 실시예가 이를 전부 포함하여야 한다거나 그러한 효과만을 포함하여야 한다는 의미는 아니므로, 본 발명의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.Since the description of the present invention is merely an embodiment for structural or functional description, the scope of the present invention should not be construed as being limited by the embodiments described in the text. That is, since the embodiments can be variously changed and have various forms, the scope of the present invention should be understood to include equivalents capable of realizing the technical idea. In addition, since the object or effect presented in the present invention does not mean that a specific embodiment should include all of them or only those effects, the scope of the present invention should not be understood as being limited thereto.

한편, 본 출원에서 서술되는 용어의 의미는 다음과 같이 이해되어야 할 것이다.Meanwhile, the meaning of terms described in the present application should be understood as follows.

"제1", "제2" 등의 용어는 하나의 구성요소를 다른 구성요소로부터 구별하기 위한 것으로, 이들 용어들에 의해 권리범위가 한정되어서는 아니 된다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다.Terms such as "first" and "second" are used to distinguish one component from other components, and the scope of rights is not limited by these terms. For example, a first component may be referred to as a second component, and similarly, a second component may be referred to as a first component.

어떤 구성요소가 다른 구성요소에 "연결되어"있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결될 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어"있다고 언급된 때에는 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 한편, 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.When a component is referred to as being "connected" to another component, it should be understood that although it may be directly connected to the other component, another component may exist in the middle. On the other hand, when it is mentioned that a certain component is "directly connected" to another component, it should be understood that no other component exists in the middle. On the other hand, other expressions describing the relationship between components, that is, "between" and "directly between" or "neighboring to" and "directly neighboring to" should be interpreted as well.

단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한 복수의 표현을 포함하는 것으로 이해되어야 하고, "포함하다"또는 "가지다" 등의 용어는 실시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이며, 하나 또는 그 이상의 다른 특징이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.Singular expressions are to be understood as including plural expressions unless the context clearly indicates otherwise, and terms such as “comprise” or “have” refer to implemented features, numbers, steps, actions, components, parts, or It is to be understood that it is intended to designate that a combination exists and does not preclude the presence or addition of one or more other features or numbers, steps, actions, components, parts, or combinations thereof.

각 단계들에 있어 식별부호(예를 들어, a, b, c 등)는 설명의 편의를 위하여 사용되는 것으로 식별부호는 각 단계들의 순서를 설명하는 것이 아니며, 각 단계들은 문맥상 명백하게 특정 순서를 기재하지 않는 이상 명기된 순서와 다르게 일어날 수 있다. 즉, 각 단계들은 명기된 순서와 동일하게 일어날 수도 있고 실질적으로 동시에 수행될 수도 있으며 반대의 순서대로 수행될 수도 있다.In each step, the identification code (for example, a, b, c, etc.) is used for convenience of explanation, and the identification code does not describe the order of each step, and each step has a specific sequence clearly in context. Unless otherwise stated, it may occur differently from the stated order. That is, each of the steps may occur in the same order as specified, may be performed substantially simultaneously, or may be performed in the reverse order.

본 발명은 컴퓨터가 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현될 수 있고, 컴퓨터가 읽을 수 있는 기록 매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다. 컴퓨터가 읽을 수 있는 기록 매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광 데이터 저장 장치 등이 있다. 또한, 컴퓨터가 읽을 수 있는 기록 매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산 방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The present invention can be embodied as computer-readable codes on a computer-readable recording medium, and the computer-readable recording medium includes all types of recording devices storing data that can be read by a computer system. . Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, and optical data storage devices. Further, the computer-readable recording medium is distributed over a computer system connected by a network, so that the computer-readable code can be stored and executed in a distributed manner.

여기서 사용되는 모든 용어들은 다르게 정의되지 않는 한, 본 발명이 속하는 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한 이상적이거나 과도하게 형식적인 의미를 지니는 것으로 해석될 수 없다.All terms used herein have the same meaning as commonly understood by one of ordinary skill in the field to which the present invention belongs, unless otherwise defined. Terms defined in commonly used dictionaries should be construed as having meanings in the context of related technologies, and cannot be construed as having an ideal or excessive formal meaning unless explicitly defined in the present application.

도 1은 본 발명의 일 실시예에 따른 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템을 설명하는 도면이다.1 is a diagram illustrating a remittance processing system using a block chain-based cryptocurrency according to an embodiment of the present invention.

도 1을 참조하면, 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템(100)은 사용자 단말(110), 블록체인 네트워크(130), 송금 처리 장치(150) 및 암호화폐 서버(170)을 포함하여 구현될 수 있다.Referring to FIG. 1, a remittance processing system 100 using a blockchain-based cryptocurrency includes a user terminal 110, a blockchain network 130, a remittance processing device 150, and a cryptocurrency server 170. Can be implemented.

사용자 단말(110)은 보유한 암호화폐를 기초로 상대방을 지정하여 송금을 신청하고 그 결과를 확인할 수 있는 컴퓨팅 장치에 해당할 수 있고, 스마트폰, 노트북 또는 컴퓨터로 구현될 수 있으며, 반드시 이에 한정되지 않고, 태블릿 PC 등 다양한 디바이스로도 구현될 수 있다. 사용자 단말(110)은 송금 처리 장치(150)와 네트워크를 통해 연결될 수 있으며, 복수의 사용자 단말(110)들은 송금 처리 장치(150)와 동시에 연결될 수 있다. The user terminal 110 may correspond to a computing device capable of designating a remittance request and confirming the result by designating the other party based on the cryptocurrency held, and may be implemented as a smartphone, laptop, or computer, but is not limited thereto. Instead, it can be implemented in various devices such as a tablet PC. The user terminal 110 may be connected to the remittance processing device 150 through a network, and a plurality of user terminals 110 may be simultaneously connected to the remittance processing device 150.

또한, 사용자 단말(110)은 블록체인 네트워크(130)에 연결될 수 있으며, 블록체인 네트워크(130)를 연결하는 블록체인 노드로서 동작할 수 있다. 사용자 단말(110)은 암호화폐 지갑을 보유할 수 있다. 암호화폐 지갑은 암호화폐를 저장하는 소프트웨어 프로그램으로 구현될 수 있고, 암호화폐의 송수신을 위한 개인키와 공개키를 관리할 수 있다.In addition, the user terminal 110 may be connected to the block chain network 130 and may operate as a block chain node connecting the block chain network 130. The user terminal 110 may hold a cryptocurrency wallet. A cryptocurrency wallet can be implemented as a software program that stores cryptocurrency, and can manage private and public keys for sending and receiving cryptocurrencies.

일 실시예에서, 사용자 단말(110)은 지분증명(PoS, Proof of Stake)에 의한 채굴(mining)을 통해 획득한 암호화폐를 암호화폐 지갑에 보관할 수 있다. 지분증명(PoS, Proof of Stake)은 분산합의 알고리즘으로서 보유한 암호화폐의 지분에 따라 블록을 생성할 권한이 부여되는 방식으로 동작할 수 있다. 즉, 지분증명은 컴퓨팅 파워 낭비가 아닌 자신이 가진 지분을 통해 블록을 생성할 권한을 획득하기 때문에 컴퓨팅 자원이 제한적인 모바일 단말에도 적용될 수 있다. 또한, 생성된 블록들은 검증자들 각자가 자산을 보유하는 자산증명 리스트를 포함할 수 있으며, 자산증명 리스트의 자산의 합이 가장 큰 블록이 정당한 블록으로 합의될 수 있다.In one embodiment, the user terminal 110 may store a cryptocurrency obtained through mining by Proof of Stake (PoS) in a cryptocurrency wallet. Proof of Stake (PoS) is a distributed consensus algorithm that can operate in a way in which the authority to create blocks is granted according to the stake of the cryptocurrency held. In other words, the proof-of-stake can be applied to mobile terminals with limited computing resources because the authority to generate blocks is acquired through the stakes of oneself rather than waste of computing power. In addition, the generated blocks may include an asset proof list in which each validator holds an asset, and the block having the largest sum of assets in the asset proof list may be agreed as a legitimate block.

블록체인 네트워크(130)는 노드와 클라이언트를 포함할 수 있다. 노드는 트랜잭션 내역을 보관하고 트랜잭션을 승인하며 분산합의를 수행할 수 있다. 클라이언트는 트랜잭션을 생성하고, 거래 내역을 확인할 수 있는 기능을 수행할 수 있다. 사용자 관점에서 블록체인의 노드는 일반적인 서비스의 백엔드(Backend) 역할을 수행하고, 클라이언트는 클라이언트 역할을 수행할 수 있다.Blockchain network 130 may include nodes and clients. Nodes can store transaction details, approve transactions, and perform distributed agreements. The client can create a transaction and perform the function of checking the transaction details. From the user's point of view, the nodes of the blockchain can serve as the backend of general services, and the client can serve as a client.

블록체인의 노드는 두가지 종류의 데이터베이스를 가질 수 있는데, 트랜잭션 데이터베이스는 올바른 트랜잭션에 관한 모든 기록을 보관할 수 있고, 애플리케이션 데이터베이스는 저장된 트랜잭션을 애플리케이션에 적용할 수 있다. 트랜잭션 데이터베이스는 블록체인이라고 하는 블록이 연결된 구조를 통해 구성될 수 있고, 각 블록은 순서가 정해진 트랜잭션 리스트를 포함할 수 있으며 시간의 순서에 따라 연결될 수 있다.Nodes in the blockchain can have two types of databases, the transaction database can keep all records of correct transactions, and the application database can apply the stored transactions to the application. The transaction database can be configured through a structure in which blocks called a block chain are connected, and each block can contain an ordered list of transactions, and can be connected according to the order of time.

블록체인 네트워크(130)를 통한 트랜잭션의 대표적인 예는 암호화폐 거래에 해당할 수 있다. 암호화폐 거래는 노드들의 네트워크 위상(topology)이 전부 같은 P2P(Peer-to-Peer) 네트워크 상에서 노드들이 보관하는 데이터베이스를 갱신하는 방식으로 동작할 수 있다. 예를 들어, 암호화폐 송금의 경우 트랜잭션을 생성하여 블록체인 네트워크(130)에 전파하면 블록을 생성하는 노드는 트랜잭션을 모아 블록에 저장할 수 있으며, 해당 트랜잭션들을 적용해 자신의 잔액 데이터베이스를 갱신하고 다른 노드들에 블록을 전파할 수 있다. 다른 노드들은 전파된 블록 데이터에 따라 자신의 잔액 데이터베이스를 갱신하고 블록을 저장할 수 있다. 모든 노드의 잔액 데이터베이스와 트랜잭션 데이터베이스가 갱신됨으로써 암호화폐의 송금은 완료될 수 있다.A representative example of a transaction through the blockchain network 130 may correspond to a cryptocurrency transaction. Cryptocurrency transactions can be operated by updating a database stored by nodes on a peer-to-peer (P2P) network in which all nodes have the same network topology. For example, in the case of cryptocurrency remittance, when a transaction is generated and propagated to the blockchain network 130, the node generating the block can collect the transaction and store it in the block, and apply the transactions to update its own balance database and Blocks can be propagated to nodes. Other nodes can update their balance database and store blocks according to the propagated block data. Remittance of cryptocurrency can be completed by updating the balance database and transaction database of all nodes.

송금 처리 장치(150)는 복수의 사용자 단말(110)들 간의 송금을 즉시 처리할 수 있는 컴퓨터 또는 프로그램에 해당하는 서버로 구현될 수 있다. 송금 처리 장치(150)는 사용자 단말(110) 또는 암호화폐 서버(170)와 블루투스, WiFi 등을 통해 무선으로 연결될 수 있고, 네트워크를 통해 사용자 단말(110) 또는 암호화폐 서버(170)와 데이터를 주고 받을 수 있다.The remittance processing apparatus 150 may be implemented as a server corresponding to a computer or program capable of immediately processing remittance between a plurality of user terminals 110. The remittance processing device 150 may be wirelessly connected to the user terminal 110 or the cryptocurrency server 170 through Bluetooth, WiFi, etc., and transmit data to the user terminal 110 or the cryptocurrency server 170 through a network. You can give and take.

일 실시예에서, 송금 처리 장치(150)는 사용자 단말(110) 및 암호화폐 서버(170)와 블록체인 네트워크(130)를 통해 연결될 수 있다. 즉, 사용자 단말(110), 송금 처리 장치(150) 및 암호화폐 서버(170)는 각각 하나의 블록체인 노드에 해당할 수 있다. 또한, 송금 처리 장치(150)는 실물화폐에 관한 송금을 즉시 처리하면서 그에 상당하는 양의 암호화폐를 이행에 관한 보증금으로 획득하기 위하여 이행보증 지갑을 보유할 수 있다. 즉, 이행보증 지갑은 암호화폐를 보관하는 암호화폐 지갑에 해당할 수 있다.In one embodiment, the remittance processing apparatus 150 may be connected to the user terminal 110 and the cryptocurrency server 170 through the blockchain network 130. That is, the user terminal 110, the remittance processing device 150, and the cryptocurrency server 170 may each correspond to one blockchain node. In addition, the remittance processing apparatus 150 may hold a performance guarantee wallet in order to immediately process remittances related to real currency and obtain a corresponding amount of cryptocurrency as a security deposit for performance. In other words, the performance guarantee wallet may correspond to a cryptocurrency wallet that stores cryptocurrency.

일 실시예에서, 송금 처리 장치(150)는 데이터베이스와 연동하여 송금의 즉시 처리를 위해 필요한 정보를 저장할 수 있다. 송금 처리 장치(150)는 필요에 따라 데이터베이스를 내부에 포함하여 구현될 수 있다. 또한, 송금 처리 장치(150)는 프로세서, 메모리, 사용자 입출력부 및 네트워크 입출력부를 포함하여 구현될 수 있으며, 이에 대해서는 도 2에서 보다 자세히 설명한다.In an embodiment, the remittance processing apparatus 150 may store information necessary for immediate processing of remittance in connection with a database. The remittance processing apparatus 150 may be implemented by including a database therein as needed. In addition, the remittance processing apparatus 150 may be implemented including a processor, a memory, a user input/output unit, and a network input/output unit, which will be described in more detail with reference to FIG. 2.

암호화폐 서버(170)는 암호화폐의 거래 및 환전을 제공하는 컴퓨터 또는 프로그램에 해당하는 서버로 구현될 수 있다. 암호화폐 서버(170)는 송금 처리 장치(150)와 유선 네트워크 또는 블루투스, WiFi 등과 같은 무선 네트워크로 연결될 수 있고, 블록체인 네트워크(130)를 통해 송금 처리 장치(150)와 연동될 수 있다. 또한, 암호화폐 서버(170)는 외부 시스템과 연결될 수 있고, 예를 들어 암호화폐의 충전을 위한 결제 시스템 또는 사용자 인증을 위한 인증 시스템과 연결되어 암호화폐의 거래 및 환전을 위한 다양한 서비스를 제공할 수 있다.The cryptocurrency server 170 may be implemented as a server corresponding to a computer or program that provides cryptocurrency transactions and exchanges. The cryptocurrency server 170 may be connected to the remittance processing device 150 through a wired network or a wireless network such as Bluetooth or WiFi, and may be interlocked with the remittance processing device 150 through the blockchain network 130. In addition, the cryptocurrency server 170 may be connected to an external system, for example, a payment system for charging cryptocurrency or an authentication system for user authentication to provide various services for cryptocurrency transaction and exchange. I can.

암호화폐 서버(170)는 웹페이지 또는 스마트폰의 애플리케이션을 통해 암호화폐 간의 거래 및 암호화폐의 실물화폐로의 환전에 관한 서비스를 제공할 수 있다. 이를 위하여 암호화폐 서버(170)는 블록체인 네트워크(130)에 연결되고 복수의 사용자 단말(110)들 간의 트랜잭션을 처리할 수 있다. 특히, 암호화폐 서버(170)는 암호화폐별로 실물화폐와의 환전 비율에 관해 고정된 환전율을 제공할 수 있다. 따라서, 암호화폐 서버(170)를 이용하여 환전 서비스를 제공받는 사용자들은 환전 시기에 상관없이 고정된 비율로 실물화폐를 교환 받을 수 있다. 다른 실시예에서, 암호화폐 서버(170)는 실물화폐와 동등한 가치를 보유한 상품권 등으로의 교환 서비스를 제공할 수 있다.The cryptocurrency server 170 may provide a service related to a transaction between cryptocurrencies and exchange of cryptocurrencies into real money through a web page or an application of a smartphone. To this end, the cryptocurrency server 170 is connected to the blockchain network 130 and may process transactions between a plurality of user terminals 110. In particular, the cryptocurrency server 170 may provide a fixed exchange rate with respect to the exchange rate with real money for each cryptocurrency. Therefore, users who are provided with a currency exchange service using the cryptocurrency server 170 can exchange real money at a fixed rate regardless of the time of exchange. In another embodiment, the cryptocurrency server 170 may provide an exchange service for a gift certificate or the like having a value equal to that of real money.

도 2는 도 1에 있는 송금 처리 장치의 물리적 구성을 설명하는 블록도이다.FIG. 2 is a block diagram illustrating the physical configuration of the remittance processing apparatus in FIG. 1.

도 2를 참조하면, 송금 처리 장치(150)는 프로세서(210), 메모리(230), 사용자 입출력부(250) 및 네트워크 입출력부(270)를 포함할 수 있다.Referring to FIG. 2, the remittance processing apparatus 150 may include a processor 210, a memory 230, a user input/output unit 250, and a network input/output unit 270.

프로세서(210)는 사용자 단말(110)로부터 송금 요청을 수신하여 암호화폐를 이행보증금으로 수신한 후 실물화폐에 관한 송금을 즉시 처리하기 위한 각 프로시저를 실행할 수 있고, 그 과정 전반에서 읽혀지거나 작성되는 메모리(230)를 관리할 수 있으며, 메모리(230)에 있는 휘발성 메모리와 비휘발성 메모리 간의 동기화 시간을 스케줄할 수 있다. 프로세서(210)는 송금 처리 장치(150)의 동작 전반을 제어할 수 있고, 메모리(230), 사용자 입출력부(250) 및 네트워크 입출력부(270)와 전기적으로 연결되어 이들 간의 데이터 흐름을 제어할 수 있다. 프로세서(210)는 송금 처리 장치(150)의 CPU(Central Processing Unit)로 구현될 수 있다.The processor 210 may execute each procedure for immediately processing the remittance of real money after receiving the remittance request from the user terminal 110 and receiving the cryptocurrency as a performance deposit, and read or written throughout the process. The memory 230 can be managed, and a synchronization time between the volatile memory and the nonvolatile memory in the memory 230 can be scheduled. The processor 210 can control the overall operation of the remittance processing device 150, and is electrically connected to the memory 230, the user input/output unit 250, and the network input/output unit 270 to control data flow between them. I can. The processor 210 may be implemented as a CPU (Central Processing Unit) of the remittance processing device 150.

메모리(230)는 SSD(Solid State Disk) 또는 HDD(Hard Disk Drive)와 같은 비휘발성 메모리로 구현되어 송금 처리 장치(150)에 필요한 데이터 전반을 저장하는데 사용되는 보조기억장치를 포함할 수 있고, RAM(Random Access Memory)과 같은 휘발성 메모리로 구현된 주기억장치를 포함할 수 있다.The memory 230 is implemented as a nonvolatile memory such as a solid state disk (SSD) or a hard disk drive (HDD), and may include an auxiliary storage device used to store all data required for the remittance processing device 150, A main memory device implemented as a volatile memory such as RAM (Random Access Memory) may be included.

사용자 입출력부(250)는 사용자 입력을 수신하기 위한 환경 및 사용자에게 특정 정보를 출력하기 위한 환경을 포함할 수 있다. 예를 들어, 사용자 입출력부(250)는 터치 패드, 터치 스크린, 화상 키보드 또는 포인팅 장치와 같은 어댑터를 포함하는 입력장치 및 모니터 또는 터치스크린과 같은 어댑터를 포함하는 출력장치를 포함할 수 있다. 일 실시예에서, 사용자 입출력부(250)는 원격 접속을 통해 접속되는 컴퓨팅 장치에 해당할 수 있고, 그러한 경우, 송금 처리 장치(150)는 서버로서 수행될 수 있다.The user input/output unit 250 may include an environment for receiving a user input and an environment for outputting specific information to a user. For example, the user input/output unit 250 may include an input device including an adapter such as a touch pad, a touch screen, an on-screen keyboard, or a pointing device, and an output device including an adapter such as a monitor or a touch screen. In one embodiment, the user input/output unit 250 may correspond to a computing device that is connected through a remote connection, and in that case, the remittance processing device 150 may be performed as a server.

네트워크 입출력부(270)은 네트워크를 통해 외부 장치 또는 시스템과 연결하기 위한 환경을 포함하고, 예를 들어, LAN(Local Area Network), MAN(Metropolitan Area Network), WAN(Wide Area Network) 및 VAN(Value Added Network) 등의 통신을 위한 어댑터를 포함할 수 있다.The network input/output unit 270 includes an environment for connecting to an external device or system through a network, and includes, for example, a local area network (LAN), a metropolitan area network (MAN), a wide area network (WAN), and a VAN ( Value Added Network) may include an adapter for communication.

도 3은 도 1에 있는 송금 처리 장치의 기능적 구성을 설명하는 블록도이다.3 is a block diagram illustrating a functional configuration of the money transfer processing apparatus in FIG. 1.

도 3을 참조하면, 송금 처리 장치(150)는 송금 요청 수신부(310), 이행보증 금액 산출부(330), 트랜잭션 생성부(350), 송금 처리부(370) 및 제어부(390)를 포함할 수 있다.Referring to FIG. 3, the remittance processing apparatus 150 may include a remittance request receiving unit 310, a performance guarantee amount calculating unit 330, a transaction generating unit 350, a remittance processing unit 370, and a control unit 390. have.

송금 요청 수신부(310)는 제1 사용자 단말로부터 제2 사용자 단말에 대한 송금 요청을 수신할 수 있다. 송금 처리 장치(150)는 송금 서비스 제공을 위한 웹페이지 또는 애플리케이션을 제공할 수 있고, 사용자는 사용자 단말(110)을 통해 웹페이지에 접속하거나 또는 애플리케이션을 설치 및 실행하여 특정 상대방으로의 송금을 신청할 수 있다. 사용자 단말(110)은 사용자로부터 송금에 관한 상대방, 송금액 및 송금에 사용할 암호화폐 등에 관한 정보를 수신하여 이를 송금 요청과 함께 송금 처리 장치(150)에 제공할 수 있으며, 송금 처리 장치(150)는 송금 요청 수신부(310)를 통해 송금 요청을 수신하여 처리할 수 있다.The remittance request receiving unit 310 may receive a remittance request to the second user terminal from the first user terminal. The remittance processing device 150 may provide a web page or application for providing a remittance service, and a user may access a web page through the user terminal 110 or install and execute an application to request remittance to a specific counterpart. I can. The user terminal 110 may receive information about the other party regarding the remittance, the amount of remittance, and the cryptocurrency to be used for remittance from the user and provide it to the remittance processing device 150 together with a remittance request, and the remittance processing device 150 The remittance request may be received and processed through the remittance request receiving unit 310.

이행보증 금액 산출부(330)는 송금 요청에 관한 송금액을 기초로 이행보증 금액을 산출할 수 있다. 송금 처리 장치(150)는 사용자로부터 송금액에 대응되는 암호화폐를 이행보증 금액으로 수신하여 해당 송금액에 대응되는 양의 실물화폐를 사용자가 지정한 상대방에게 즉시 송금함으로써 신속한 송금 서비스를 제공할 수 있다. 이행보증 금액 산출부(330)는 송금 요청에 포함된 송금액의 즉시 송금에 따른 위험 부담의 대가로서 사용자 별로 미리 제공받을 이행보증 금액을 산출할 수 있다.The performance guarantee amount calculation unit 330 may calculate the performance guarantee amount based on the remittance amount for the remittance request. The remittance processing device 150 may provide a rapid remittance service by receiving a cryptocurrency corresponding to the remittance amount from the user as a performance guarantee amount and immediately remittance of the amount of real money corresponding to the remittance amount to a counterpart designated by the user. The performance guarantee amount calculation unit 330 may calculate a performance guarantee amount to be provided in advance for each user as a consideration for the risk of the immediate remittance of the remittance amount included in the remittance request.

일 실시예에서, 이행보증 금액 산출부(330)는 송금액을 기준으로 제1 사용자 단말에 관한 암호화폐 채굴 내역, 암호화폐 서버(170)와의 거래 내역 및 과거 송금 내역 중 적어도 하나에 따라 결정되는 신용 평가 등급을 반영하여 이행보증 금액을 산출할 수 있다. 여기에서, 신용 평가 등급은 사용자 단말(110)과 연관된 과거 이력들을 반영하여 산출될 수 있다.In one embodiment, the performance guarantee amount calculation unit 330 is determined based on at least one of a cryptocurrency mining history for the first user terminal, a transaction history with the cryptocurrency server 170, and a past remittance history based on the remittance amount. The performance guarantee amount can be calculated by reflecting the evaluation grade. Here, the credit rating may be calculated by reflecting past histories associated with the user terminal 110.

암호화폐 채굴 내역은 사용자 단말(110)이 암호화폐 채굴을 시작한 시기, 채굴을 계속하여 유지한 기간, 채굴을 통해 획득한 암호화폐량 등을 포함할 수 있다. 암호화폐 서버(170)와의 거래 내역은 암호화폐에 관한 매도 및 매수 기록, 암호화폐의 환전 기록 등을 포함할 수 있으며, 거래 상대방으로부터의 평가를 포함할 수 있다. 과거 송금 내역은 송금 횟수, 전체 송금액 및 송금 성공/실패 횟수 등을 포함할 수 있다.The cryptocurrency mining details may include a time when the user terminal 110 started mining cryptocurrency, a period during which mining was continuously maintained, and an amount of cryptocurrency acquired through mining. The transaction details with the cryptocurrency server 170 may include a record of selling and buying of cryptocurrency, a record of exchange of cryptocurrency, and the like, and may include an evaluation from a counterparty. The past remittance details may include the number of remittances, total remittance amount, and the number of successful/failed remittances.

따라서, 이행보증 금액 산출부(330)는 사용자 단말(110)과 연관된 신용 평가 등급에 따라 해당 사용자가 신청한 송금액보다 많거나 또는 적은 금액을 이행보증 금액으로 산출할 수 있다. 예를 들어, 이행보증 금액 산출부(330)는 신용 평가 등급이 낮은 경우 송금액보다 더 많은 금액을 이행보증 금액으로 산출할 수 있고, 신용 평가 등급이 높은 경우 송금액보다 더 낮은 금액을 이행보증 금액으로 산출할 수 있다. 또한, 이행보증 금액 산출부(330)는 사용자가 신청한 송금액을 최소 이행보증 금액으로 설정하고 신용 평가 등급에 따라 일정 금액을 최소 이행보증 금액에 추가하는 방식으로 이행보증 금액을 산출할 수 있다.Accordingly, the performance guarantee amount calculation unit 330 may calculate an amount greater or less than the remittance amount requested by the user as the performance guarantee amount according to the credit rating level associated with the user terminal 110. For example, the performance guarantee amount calculation unit 330 may calculate an amount greater than the remittance amount as the performance guarantee amount when the credit rating is low, and the lower amount than the remittance amount as the performance guarantee amount when the credit rating is high. Can be calculated. In addition, the performance guarantee amount calculation unit 330 may calculate the performance guarantee amount by setting the remittance amount requested by the user as the minimum performance guarantee amount and adding a certain amount to the minimum performance guarantee amount according to the credit rating level.

다른 실시예에서, 이행보증 금액 산출부(330)는 외부 신용 평가 시스템으로부터 신용 평가 등급을 수신하여 이행보증 금액 산출에 활용할 수 있다.In another embodiment, the performance guarantee amount calculation unit 330 may receive a credit evaluation grade from an external credit evaluation system and use it to calculate the performance guarantee amount.

트랜잭션 생성부(350)는 고정 환전율을 기초로 제1 사용자 단말의 암호화폐 지갑에서 이행보증 금액에 대응되는 양의 암호화폐를 이행보증 지갑으로 이전하는 트랜잭션을 생성할 수 있다. 송금 처리 장치(150)는 암호화폐 서버(170)와 연동되기 때문에 암호화폐 서버(170)에서 제공하는 고정 환전율을 트랜잭션 생성에 그대로 적용할 수 있다.The transaction generator 350 may generate a transaction for transferring an amount of cryptocurrency corresponding to the performance guarantee amount from the cryptocurrency wallet of the first user terminal to the performance guarantee wallet based on the fixed exchange rate. Since the remittance processing device 150 is interlocked with the cryptocurrency server 170, the fixed exchange rate provided by the cryptocurrency server 170 can be applied as it is to transaction creation.

여기에서, 고정 환전율은 실물화폐와 암호화폐 간의 교환 비율로서 교환 시기에 상관없이 고정된 값을 가질 수 있다. 예를 들어, 실물화폐:암호화폐 = 500:1인 경우 실물화폐 500원은 암호화폐 1c(단, c는 암호화폐단위)에 해당할 수 있다. 다른 예로서, 고정 환전율은 각 암호화폐단위 1이 교환될 수 있는 실물화폐의 액수로 정의될 수 있다. 예를 들어, 암호화폐 A의 고정 환전율이 100이고, 암호화폐 B의 고정 환전율이 200인 경우 암호화폐 A의 1은 100원에 해당하고 암호화폐 B의 1은 200원에 해당할 수 있다. Here, the fixed exchange rate is the exchange rate between the real currency and the cryptocurrency and can have a fixed value regardless of the exchange time. For example, if real money: cryptocurrency = 500:1, real money 500 won may correspond to cryptocurrency 1c (where c is a cryptocurrency unit). As another example, the fixed exchange rate may be defined as the amount of real money that each cryptocurrency unit 1 can be exchanged for. For example, if the fixed exchange rate of cryptocurrency A is 100 and the fixed exchange rate of cryptocurrency B is 200, 1 of cryptocurrency A may correspond to 100 won and 1 of cryptocurrency B may correspond to 200 won. .

암호화폐를 암호화폐 지갑으로 이전한다는 것은 암호화폐 지갑에 관한 주소로 이체하는 것에 해당할 수 있다. 트랜잭션은 송신자와 수신자 및 송금액에 관한 거래 정보를 포함하여 생성될 수 있다.Transferring a cryptocurrency to a cryptocurrency wallet may correspond to a transfer to an address for a cryptocurrency wallet. The transaction can be created including the sender and the recipient and transaction information about the remittance amount.

또한, 트랜잭션 생성부(350)는 트랜잭션이 블록체인 네트워크(130)에서 유효하게 전파될 수 있도록 송금을 요청한 제1 사용자 단말로부터 전자서명 정보를 수신하여 트랜잭션에 추가할 수 있다. 이 때, 전자서명 정보는 제1 사용자 단말의 암호화폐 지갑에서 생성될 수 있고, 개인 키를 이용하여 암호화된 거래 정보를 포함할 수 있다.In addition, the transaction generating unit 350 may receive electronic signature information from the first user terminal requesting the remittance so that the transaction can be effectively propagated in the blockchain network 130 and add it to the transaction. In this case, the digital signature information may be generated in the cryptocurrency wallet of the first user terminal, and may include transaction information encrypted using a private key.

블록체인 네트워크(130)에 연결된 다른 노드들은 트랜잭션으로부터 거래 정보와 전자서명 정보를 추출하여 해당 트랜잭션을 검증할 수 있다. 보다 구체적으로, 노드는 트랜잭션에 연관된 제1 사용자 단말의 공개키를 이용하여 암호화된 거래 정보, 즉 전자서명 정보를 복호화할 수 있고 원본 거래 정보와 복호화된 거래 정보를 비교하여 수정 여부에 관한 무결성을 검증할 수 있다. 노드는 수신된 트랜잭션이 유효한 것으로 검증된 경우 해당 트랜잭션을 반영하여 갱신하고 블록체인 네트워크(130)에 연결된 다른 노드에게 전파할 수 있다.Other nodes connected to the blockchain network 130 may extract transaction information and electronic signature information from the transaction and verify the transaction. More specifically, the node can decrypt the encrypted transaction information, that is, the digital signature information, using the public key of the first user terminal associated with the transaction, and compare the original transaction information with the decrypted transaction information to determine the integrity of the modification. Can be verified. When the received transaction is verified to be valid, the node may update it by reflecting the transaction and propagate it to other nodes connected to the blockchain network 130.

일 실시예에서, 트랜잭션 생성부(350)는 블록체인 네트워크(130)를 통해 제1 사용자 단말의 암호화폐 지갑의 암호화폐 보유량을 확인할 수 있고, 해당 암호화폐 보유량이 이행보증 금액에 대응되는 양보다 부족한 경우 제1 사용자 단말과 연동되는 실물화폐 계좌로부터 해당 부족액을 이전하여 트랜잭션을 생성할 수 있다. 송금 처리 장치(150)는 암호화폐가 부족한 경우에도 실물화폐 계좌를 통해 송금액을 보충할 수 있도록 하여 송금자에게 보다 편리한 송금 서비스를 제공할 수 있다. 이를 위하여 송금 처리 장치(150)는 사전에 제1 사용자 단말로부터 암호화폐 계좌와 연동될 수 있는 실물화폐 계좌를 수신하여 등록할 수 있다. 연동가능한 실물화폐 계좌의 수는 1개가 바람직하지만, 반드시 이에 한정되지 않고, 운용환경에 따라 실물화폐 계좌의 수를 결정할 수 있다.In one embodiment, the transaction generating unit 350 can check the amount of cryptocurrency holdings of the cryptocurrency wallet of the first user terminal through the block chain network 130, and the amount of the cryptocurrency held is greater than the amount corresponding to the performance guarantee amount. If insufficient, a transaction may be generated by transferring the corresponding shortfall from the real money account linked to the first user terminal. The remittance processing apparatus 150 may provide a more convenient remittance service to a sender by allowing the remittance amount to be replenished through a real money account even when cryptocurrency is insufficient. To this end, the remittance processing apparatus 150 may receive and register a real money account that can be linked to a cryptocurrency account from the first user terminal in advance. The number of real money accounts that can be linked is preferably one, but is not necessarily limited thereto, and the number of real money accounts can be determined according to an operating environment.

일 실시예에서, 트랜잭션 생성부(350)는 블록체인 네트워크(130)를 통해 암호화폐 지갑에 보관된 암호화폐의 종류가 복수로 확인된 경우 암호화폐별 보유량 및 고정 환전율을 기초로 이행보증 금액을 분할하여 복수의 암호화폐들 각각에 할당한 후 복수의 암호화폐들 각각에 대한 트랜잭션을 생성할 수 있다. 사용자 단말(110)은 암호화폐를 발생하는 채굴기 역할을 수행할 수 있고, 채굴에 의해 획득된 암호화폐는 종류에 따라 독립적인 암호화폐 지갑에 저장될 수 있다.In one embodiment, the transaction generating unit 350 is a performance guarantee amount based on the amount of each cryptocurrency and a fixed exchange rate when a plurality of types of cryptocurrencies stored in the cryptocurrency wallet are confirmed through the blockchain network 130 After dividing and assigning to each of a plurality of cryptocurrencies, a transaction for each of the plurality of cryptocurrencies may be generated. The user terminal 110 may serve as a miner that generates cryptocurrency, and cryptocurrencies obtained by mining may be stored in an independent cryptocurrency wallet according to the type.

사용자 단말(110)은 복수의 암호화폐 지갑을 보유할 수 있고, 트랜잭션 생성부(350)는 블록체인 네트워크(130)를 통해 해당 사용자 단말(110)이 보유한 암화화폐 지갑의 개수를 확인하는 방법을 통해 암화화폐의 종류가 복수인지 여부를 확인할 수 있다. The user terminal 110 may hold a plurality of cryptocurrency wallets, and the transaction generation unit 350 provides a method of checking the number of cryptocurrency wallets held by the user terminal 110 through the blockchain network 130. Through this, you can check whether there are multiple types of cryptocurrency.

따라서, 트랜잭션 생성부(350)는 이행보증 금액에 대해 한 종류의 암호화폐에 관한 트랜잭션을 생성할 수 있고, 여러 종류의 암호화폐에 관한 트랜잭션을 동시에 생성할 수도 있다. 예를 들어, 트랜잭션 생성부(350)는 암호화폐별 보유량을 기초로 보유량이 가장 많은 3개의 암호화폐를 선정할 수 있고, 해당 암호화폐별 보유량 비율에 따라 이행보증 금액을 분할하여 각 암호화폐에 할당할 수 있으며, 할당된 금액에 대응되는 양의 암호화폐에 관한 트랜잭션을 각각 생성할 수 있다.Accordingly, the transaction generating unit 350 may generate a transaction related to one type of cryptocurrency with respect to the performance guarantee amount, and may simultaneously generate a transaction related to several types of cryptocurrency. For example, the transaction generating unit 350 may select the three cryptocurrencies with the largest holding amount based on the holding amount for each cryptocurrency, and divide the performance guarantee amount according to the holding amount ratio for each cryptocurrency. It can be allocated, and transactions for the amount of cryptocurrency corresponding to the allocated amount can be created.

또한, 트랜잭션 생성부(350)는 암호화폐별 고정 환전율이 가장 높은 3개의 암호화폐를 선정할 수 있고, 해당 암호화폐별 고정 환전율의 비율에 따라 이행보증 금액을 분할하여 각 암호화폐에 할당할 수 있다. 트랜잭션 생성부(350)는 암호화폐별 보유량과 고정 환전율을 이행보증 금액 분할에 동시 반영하여 각 암호화폐에 할당할 수 있다. In addition, the transaction generating unit 350 may select three cryptocurrencies with the highest fixed exchange rate for each cryptocurrency, and divide the performance guarantee amount according to the ratio of the fixed exchange rate for each cryptocurrency and allocate it to each cryptocurrency. can do. The transaction generating unit 350 may allocate to each cryptocurrency by simultaneously reflecting the holding amount and the fixed exchange rate for each cryptocurrency in the performance guarantee amount division.

일 실시예에서, 트랜잭션 생성부(350)는 트랜잭션의 생성과 함께 이행보증 금액에 대응되는 양의 암호화폐에 대한 제1 사용자 단말 및 송금 처리 장치(150) 간의 매매 요청을 암호화폐 서버(170)에 등록할 수 있다. 암호화폐의 트랜잭션은 블록체인 네트워크(130)에 등록 후 전파되어 트랜잭션이 완료될 때까지 일정한 시간이 소요되는 단점이 존재한다. 즉, 블록체인 네트워크(130)에 연결된 노드 및 암호화폐 지갑은 전파된 트랜잭션을 검증하여 갱신하는 과정을 수행해야 하고, 이를 통해 합의된 트랜잭션만이 블록체인 네트워크(130)에 추가되어 유효한 트랜잭션으로 인정될 수 있다.In one embodiment, the transaction generating unit 350 generates a transaction and sends a transaction request between the first user terminal and the remittance processing device 150 for an amount of cryptocurrency corresponding to the performance guarantee amount with the cryptocurrency server 170 You can register at Cryptocurrency transactions are propagated after registration in the blockchain network 130, and there is a disadvantage in that a certain amount of time is required for the transaction to be completed. That is, the node and cryptocurrency wallet connected to the blockchain network 130 must perform a process of verifying and updating the propagated transaction, and through this, only the agreed transaction is added to the blockchain network 130 and is recognized as a valid transaction. Can be.

따라서, 실물화폐의 즉시 송금 후 암호화폐에 관한 트랜잭션의 처리가 실패한 경우 송금된 실물화폐 만큼의 손해가 발생할 수 있고, 이를 방지하기 위하여 트랜잭션 생성부(350)는 암호화폐 서버(170)에 암호화폐에 관한 매매 요청을 등록하여 트랜잭션의 처리 실패에 대비할 수 있다.Therefore, if processing of the transaction related to the cryptocurrency fails after the immediate remittance of the real money, damage as much as the remitted real money may occur, and in order to prevent this, the transaction generating unit 350 provides the cryptocurrency to the cryptocurrency server 170. You can prepare for a transaction failure by registering a transaction request for.

일 실시예에서, 트랜잭션 생성부(350)는 트랜잭션에 대한 처리 실패를 매매 요청에 관한 수락 조건으로 설정할 수 있다. 암호화폐 서버(170)에 등록되는 매매 요청은 이행보증 금액에 대응되는 양의 암호화폐에 관한 매매로서 송금 요청한 제1 사용자 단말로부터 송금 처리 장치(150)로의 암호화폐의 이전에 관한 양도 합의에 해당할 수 있다. 따라서, 송금 처리 장치(150)가 암호화폐 서버(170)에게 수락의 의사표시를 제공하면 해당 매매는 성립되어 암호화폐 서버(170)는 송금 처리 장치(150)로의 이전에 관한 트랜잭션을 처리할 수 있다.In an embodiment, the transaction generating unit 350 may set a failure to process a transaction as an acceptance condition for a transaction request. The transaction request registered in the cryptocurrency server 170 corresponds to an agreement on the transfer of the cryptocurrency from the first user terminal requesting the remittance to the remittance processing device 150 as a transaction for the amount of cryptocurrency corresponding to the performance guarantee amount. can do. Therefore, when the remittance processing device 150 provides an indication of acceptance to the cryptocurrency server 170, the transaction is established, and the cryptocurrency server 170 can process a transaction related to the transfer to the remittance processing device 150. have.

생성된 트랜잭션이 블록체인 네트워크(130)에 등록되어 성공적으로 처리된 경우 암호화폐 서버(170)에 등록된 매매 요청은 필요 없는 상태가 되고, 송금 처리 장치(150)의 일방적인 수락으로 해당 매매가 처리되는 것을 방지하기 위해 트랜잭션 생성부(350)는 트랜잭션에 대한 처리 실패를 해당 매매 요청에 관한 수락 조건으로 설정할 수 있다.When the generated transaction is registered in the blockchain network 130 and successfully processed, the transaction request registered in the cryptocurrency server 170 becomes unnecessary, and the transaction price is processed by unilateral acceptance of the remittance processing device 150 In order to prevent this, the transaction generating unit 350 may set a failure to process a transaction as an acceptance condition for a corresponding transaction request.

다른 실시예에서, 암호화폐 서버(170)에 등록되는 매매 요청은 이행보증 금액에 대응되는 양의 암호화폐에 관한 매매로서 제1 사용자 단말로부터 제공되는 암호화폐에 대한 매도 요청에 해당할 수 있고, 암호화폐의 매도 금액의 수신자가 송금 처리 장치(150)로 설정될 수 있다. 따라서, 송금 처리 장치(150)의 이전 요청에 의해 암호화폐의 매도 금액이 송금 처리 장치(150)로 이전될 수 있다.In another embodiment, the transaction request registered in the cryptocurrency server 170 may correspond to a request to sell cryptocurrency provided from the first user terminal as a transaction for cryptocurrency in an amount corresponding to the performance guarantee amount, The recipient of the selling amount of the cryptocurrency may be set as the remittance processing device 150. Accordingly, the selling amount of the cryptocurrency may be transferred to the remittance processing device 150 by a transfer request from the remittance processing device 150.

송금 처리부(370)는 트랜잭션을 블록체인 네트워크(130)에 등록하여 처리되도록 한 후 제2 사용자 단말로 송금액에 대응되는 양의 실물화폐를 이전하여 송금 요청을 즉시 처리할 수 있다. 즉, 송금 처리 장치(150)는 제1 사용자 단말로부터 암호화폐를 이전 받을 수 있고, 그에 대응하여 제2 사용자 단말에게 실물화폐를 즉시 송금할 수 있다. 다만, 송금 처리부(370)에 의해 해당 트랜잭션이 블록체인 네트워크(130)에 등록되더라도 처리되어 완료될 때까지 일정한 시간이 소요될 수 있다. 송금 처리 장치(150)는 해당 트랜잭션의 성공을 기다리지 않고 곧바로 실물화폐의 송금을 처리하여 사용자에게 즉각적신 송금 서비스를 제공할 수 있고, 트랜잭션의 실패에 대한 위험 부담은 이행보증 금액을 통해 해결할 수 있다.The remittance processing unit 370 may register and process the transaction in the blockchain network 130 and then transfer the amount of real money corresponding to the remittance amount to the second user terminal to immediately process the remittance request. That is, the remittance processing apparatus 150 may transfer the cryptocurrency from the first user terminal and may immediately remit the real money to the second user terminal in response thereto. However, even if the transaction is registered in the blockchain network 130 by the remittance processing unit 370, it may take a certain time until the transaction is processed and completed. The remittance processing device 150 can immediately process the remittance of real money without waiting for the success of the transaction to provide an immediate remittance service to the user, and the risk of a transaction failure can be resolved through the performance guarantee amount. .

일 실시예에서, 송금 처리부(370)는 트랜잭션의 처리가 실패한 경우 암호화폐 서버(170)에게 매매 요청에 관한 수락을 제공할 수 있다. 트랜잭션의 처리가 실패하여 송금을 요청한 제1 사용자 단말로부터 송금 처리 장치(150)로의 암호화폐의 이전이 실패한 경우 예비적 방안으로서 암호화폐 서버(170)에 등록한 매매 요청을 수락하여 암호화폐 서버(170)의 중개를 통한 암호화폐의 이전을 처리할 수 있다. 송금 처리 장치(150)는 트랜잭션 처리가 성공한 경우에는 해당 매매 요청을 수락할 수 없도록 트랜잭션의 처리 실패를 수락 조건으로 사전에 설정하여 암호화폐 서버(170)에 등록할 수 있다.In one embodiment, the remittance processing unit 370 may provide the cryptocurrency server 170 to accept the transaction request when processing of the transaction fails. When the transfer of the cryptocurrency from the first user terminal requesting the remittance to the remittance processing device 150 fails because the transaction processing has failed, the cryptocurrency server 170 accepts the transaction request registered in the cryptocurrency server 170 as a preliminary measure. ), the transfer of cryptocurrency can be handled. When the transaction processing is successful, the remittance processing apparatus 150 may register a transaction processing failure as an acceptance condition in advance so that the transaction cannot be accepted and register it in the cryptocurrency server 170.

일 실시예에서, 송금 처리부(370)는 트랜잭션의 처리가 성공한 경우 고정 환전율을 기초로 이행보증 금액과 송금액 간의 차액에 대응되는 양의 암호화폐를 제1 사용자 단말에게 반환할 수 있다. 일반적으로 이행보증 금액은 송금액보다 큰 금액으로 산정될 수 있고, 제1 사용자 단말로부터 송금 처리 장치(150)로의 암호화폐 이전에 관한 트랜잭션이 성공한 경우 이행보증 금액에서 실제 송금한 금액 간의 차액을 제1 사용자 단말에게 반환할 수 있다.In an embodiment, the remittance processing unit 370 may return an amount of cryptocurrency corresponding to the difference between the performance guarantee amount and the remittance amount to the first user terminal based on a fixed exchange rate when the transaction is successfully processed. In general, the performance guarantee amount can be calculated as an amount larger than the remittance amount, and when the transaction related to the transfer of cryptocurrency from the first user terminal to the remittance processing device 150 is successful, the difference between the actual remittance amount from the performance guarantee amount is first It can be returned to the user terminal.

일 실시예에서, 송금 처리부(370)는 이전보증 금액이 여러 종류의 암호화폐에 각각 할당된 상태에서 환전이 필요한 경우 암호화폐별 보유량 및 고정 환전율 중 적어도 하나를 기초로 환전 대상이 되는 암호화폐를 결정할 수 있다. 송금 처리부(370)는 제1 사용자 단말의 암호화폐별 보유량 또는 고정 환전율이 가장 작은 암호화폐를 환전 대상으로 결정할 수 있다.In one embodiment, the remittance processing unit 370 is a cryptocurrency subject to exchange based on at least one of a holding amount and a fixed exchange rate for each cryptocurrency when exchange is required in a state where the transfer guarantee amount is allocated to various types of cryptocurrencies, respectively. Can be determined. The remittance processing unit 370 may determine a cryptocurrency with the smallest amount of cryptocurrency or fixed exchange rate of the first user terminal as a target for exchange.

일 실시예에서, 송금 처리부(370)는 제2 사용자 단말의 선택에 따라 송금액에 대응되는 양의 암호화폐를 이전할 수 있다. 보다 구체적으로, 송금 처리부(370)는 제2 사용자 단말로 실물화폐 이전과 함께 알림 메시지를 제공할 수 있고, 제2 사용자 단말은 해당 알림 메시지를 확인하면서 실물화폐가 아닌 암호화폐로의 수신을 선택할 수 있다. 이를 위하여, 송금 처리부(370)는 수신하는 화폐의 종류를 선택할 수 있는 인터페이스를 알림 메시지와 함께 제공할 수 있다.In one embodiment, the remittance processing unit 370 may transfer the amount of cryptocurrency corresponding to the remittance amount according to the selection of the second user terminal. More specifically, the remittance processing unit 370 may provide a notification message along with the transfer of the real money to the second user terminal, and the second user terminal may select to receive a cryptocurrency other than the real money while checking the notification message. have. To this end, the remittance processing unit 370 may provide an interface for selecting the type of currency to be received together with a notification message.

제2 사용자 단말로부터 암호화폐의 수신이 선택된 경우 송금 처리부(370)는 이행보증 지갑에서 제2 사용자 단말의 암호화폐 지갑으로 송금액에 대응되는 양의 암호화폐를 이전하는 트랜잭션을 생성할 수 있고, 생성된 트랜잭션을 블록체인 네트워크(130)에 등록하여 처리되도록 할 수 있다.When receiving the cryptocurrency from the second user terminal is selected, the remittance processing unit 370 may create a transaction for transferring the amount of cryptocurrency corresponding to the amount of remittance from the performance guarantee wallet to the cryptocurrency wallet of the second user terminal, and generate The transaction may be registered in the blockchain network 130 to be processed.

일 실시예에서, 송금 처리부(370)는 제2 사용자 단말의 선택에 따라 송금액을 제2 사용자 단말과 연동되어 등록된 실물화폐 계좌로 이전할 수 있다. 이를 위하여, 송금 처리 장치(150)는 제2 사용자 단말로부터 사전에 암호화폐 지갑과 연동되는 실물화폐 계좌를 수신하여 등록할 수 있다. 송금 처리부(370)는 제2 사용자 단말에게 선택을 위한 입력 인터페이스를 제공할 수 있다.In one embodiment, the remittance processing unit 370 may transfer the remittance amount to the registered real money account in connection with the second user terminal according to the selection of the second user terminal. To this end, the remittance processing apparatus 150 may receive and register a real money account linked to the cryptocurrency wallet in advance from the second user terminal. The remittance processing unit 370 may provide an input interface for selection to the second user terminal.

제어부(390)는 송금 처리 장치(150)의 전체적인 동작을 제어하고, 송금 요청 수신부(310), 이행보증 금액 산출부(330), 트랜잭션 생성부(350) 및 송금 처리부(370) 간의 제어 흐름 또는 데이터 흐름을 관리할 수 있다.The control unit 390 controls the overall operation of the remittance processing device 150, and the control flow between the remittance request receiving unit 310, the performance guarantee amount calculating unit 330, the transaction generating unit 350, and the remittance processing unit 370 or You can manage the data flow.

도 4는 도 1에 있는 송금 처리 장치를 통해 수행되는 암호화폐를 이용한 송금 처리 과정을 설명하는 순서도이다.FIG. 4 is a flow chart illustrating a remittance process using cryptocurrency performed through the remittance processing device of FIG. 1.

도 4를 참조하면, 송금 처리 장치(150)는 송금 요청 수신부(310)를 통해 제1 사용자 단말로부터 제2 사용자 단말에 대한 송금 요청을 수신할 수 있다(단계 S410). 송금 처리 장치(150)는 이행보증 금액 산출부(330)를 통해 송금 요청에 관한 송금액을 기초로 이행보증 금액을 산출할 수 있다(단계 S430).Referring to FIG. 4, the remittance processing apparatus 150 may receive a remittance request for a second user terminal from a first user terminal through the remittance request receiving unit 310 (step S410). The remittance processing apparatus 150 may calculate a performance guarantee amount based on the remittance amount related to the remittance request through the performance guarantee amount calculation unit 330 (step S430).

송금 처리 장치(150)는 트랜잭션 생성부(350)를 통해 고정 환전율을 기초로 제1 사용자 단말의 암호화폐 지갑에서 이행보증 금액에 대응되는 양의 암호화폐를 이행보증 지갑으로 이전하는 트랜잭션을 생성할 수 있다(단계 S450).The remittance processing device 150 generates a transaction for transferring the amount of cryptocurrency corresponding to the performance guarantee amount from the cryptocurrency wallet of the first user terminal to the performance guarantee wallet based on the fixed exchange rate through the transaction generating unit 350 Yes (step S450).

송금 처리 장치(150)는 송금 처리부(370)를 통해 트랜잭션을 블록체인 네트워크(130)에 등록하여 처리되도록 한 후 제2 사용자 단말로 송금액에 대응되는 양의 실물화폐를 이전하여 송금 요청을 즉시 처리할 수 있다(단계 S470).The remittance processing unit 150 registers and processes the transaction in the blockchain network 130 through the remittance processing unit 370, and then immediately processes the remittance request by transferring the amount of real money corresponding to the remittance amount to the second user terminal. Yes (step S470).

도 5는 도 1에 있는 송금 처리 장치를 통해 수행되는 암호화폐를 이용한 송금 처리 과정의 일 실시예를 설명하는 도면이다.FIG. 5 is a diagram illustrating an embodiment of a remittance process using cryptocurrency performed through the remittance processing device of FIG. 1.

도 5를 참조하면, 사용자는 제1 사용자 단말(111)을 통해 송금 처리 장치(150)에게 송금을 요청할 수 있다. 이 때, 송금 요청에는 상대방(제2 사용자 단말, 113)과 송금액 등에 관한 정보가 포함될 수 있다. 송금 처리 장치(150)는 송금 요청을 수신하여 송금액을 기초로 이행보증 금액을 산출할 수 있고, 이행보증 금액에 대응되는 양의 암호화폐에 관한 트랜잭션을 생성할 수 있다. 이 경우, 트랜잭션은 제1 사용자 단말(110)에서 송금 처리 장치(150)로의 암호화폐의 이전에 해당할 수 있고, 제1 사용자 단말(110)에 의한 전자서명을 포함하여 생성될 수 있다.Referring to FIG. 5, a user may request a remittance from the remittance processing device 150 through the first user terminal 111. In this case, the remittance request may include information about the other party (the second user terminal, 113) and the remittance amount. The remittance processing device 150 may receive a remittance request, calculate a performance guarantee amount based on the remittance amount, and generate a transaction for an amount of cryptocurrency corresponding to the performance guarantee amount. In this case, the transaction may correspond to the transfer of cryptocurrency from the first user terminal 110 to the remittance processing device 150, and may be generated including an electronic signature by the first user terminal 110.

일 실시예에서, 트랜잭션 생성부(350)는 트랜잭션의 생성과 함께 이행보증 금액에 대응되는 양의 암호화폐에 대한 제1 사용자 단말(111) 및 송금 처리 장치(150) 간의 매매 요청을 암호화폐 서버(170)에 등록할 수 있다. 암호화폐 서버(170)는 매매 요청의 등록이 성공하여 송금 처리 장치(150)에게 등록 확인 메시지를 전송할 수 있다.In one embodiment, the transaction generating unit 350 generates a transaction and sends a transaction request between the first user terminal 111 and the remittance processing device 150 for an amount of cryptocurrency corresponding to the performance guarantee amount. You can register at (170). The cryptocurrency server 170 may transmit a registration confirmation message to the remittance processing device 150 after successful registration of the transaction request.

송금 처리 장치(150)는 송금 처리부(370)를 통해 트랜잭션을 블록체인 네트워크(130)에 등록하여 처리되도록 한 후 제2 사용자 단말(113)로 송금액에 대응되는 양의 실물화폐를 이전하여 송금 요청을 즉시 처리할 수 있다.The remittance processing unit 150 registers and processes the transaction in the blockchain network 130 through the remittance processing unit 370, and then transfers the amount of real money corresponding to the remittance amount to the second user terminal 113 to request remittance. Can be processed immediately.

만약 실물화폐의 송금 이후 블록체인 네트워크(130)로부터 트랜잭션의 처리 실패가 전송되면 예비적으로 등록한 매매 요청에 관해 수락 메시지를 암호화폐 서버(170)에 전송할 수 있다. 일 실시예에서, 트랜잭션 생성부(350)는 트랜잭션에 대한 처리 실패를 매매 요청에 관한 수락 조건으로 설정할 수 있고, 따라서, 블록체인 네트워크(130)에서의 트랜잭션 등록에 성공한 경우 암호화폐 서버(170)에 등록된 매매 요청은 자동으로 비활성화될 수 있다.If a transaction processing failure is transmitted from the blockchain network 130 after the remittance of the real money, an acceptance message may be transmitted to the cryptocurrency server 170 regarding a preliminarily registered transaction request. In one embodiment, the transaction generation unit 350 may set the transaction processing failure as an acceptance condition for the transaction request, and thus, when the transaction registration in the blockchain network 130 is successful, the cryptocurrency server 170 Requests for trading registered in may be automatically deactivated.

암호화폐 서버(170)는 송금 처리 장치(50)로부터의 매매 요청 수락을 수신한 경우 블록체인 네트워크(130)와 연동하여 트랜잭션 실패 조건의 성립 여부를 확인할 수 있고, 이후 해당 매매 요청을 처리할 수 있다.When receiving the acceptance of the transaction request from the remittance processing device 50, the cryptocurrency server 170 can check whether a transaction failure condition is established by interworking with the blockchain network 130, and then process the transaction request. have.

결과적으로, 송금 처리 장치(150)는 블록체인 네트워크(130)의 보안성을 이용하여 암호화폐 거래의 안정성을 확보할 수 있고, 암호화폐 서버(170)와의 연동을 통해 실물화폐의 즉시 송금에 따라 발생할 수 있는 위험에 대비할 수 있다.As a result, the remittance processing device 150 can secure the stability of cryptocurrency transactions by using the security of the blockchain network 130, and according to the instant remittance of real money through interlocking with the cryptocurrency server 170 You can be prepared for possible risks.

도 6은 도 1에 있는 송금 처리 장치를 통해 수행되는 트랜잭션 생성 과정의 일 실시예를 설명하는 도면이다.6 is a diagram illustrating an embodiment of a process of generating a transaction performed through the remittance processing device of FIG. 1.

도 6을 참조하면, 송금 처리 장치(150)는 제1 사용자 단말로부터 송금 요청을 수신할 수 있고, 송금액을 기초로 이행보증 금액을 산출할 수 있다. 일 실시예에서, 송금 처리 장치(150)는 블록체인 네트워크(130)를 통해 제1 사용자 단말의 암호화폐 지갑의 암호화폐 보유량을 확인할 수 있고, 해당 암호화폐 보유량이 이행보증 금액에 대응되는 양보다 부족한지를 결정할 수 있다. Referring to FIG. 6, the remittance processing apparatus 150 may receive a remittance request from a first user terminal, and calculate a performance guarantee amount based on the remittance amount. In one embodiment, the remittance processing device 150 can check the amount of cryptocurrency holdings of the cryptocurrency wallet of the first user terminal through the block chain network 130, and the amount of the cryptocurrency held is greater than the amount corresponding to the performance guarantee amount. You can decide if it is insufficient.

만약 암호화폐 보유량이 이행보증 금액 이상인 경우 송금 처리 장치(150)는 송금 요청에 관한 트랜잭션을 생성하여 블록체인 네트워크(130)에 등록함으로써 송금 요청을 처리할 수 있다. 그러나, 암호화폐 보유량이 이행보증 금액보다 부족한 경우 송금 처리 장치(150)는 제1 사용자 단말과 연동되어 등록된 실물화폐 계좌로부터 부족액을 보충할 수 있다. 이를 위하여, 송금 처리 장치(150)는 제1 사용자 단말로부터 사전에 암호화폐 지갑과 연동되는 실물화폐 계좌를 수신하여 등록할 수 있다.If the cryptocurrency holding amount is greater than or equal to the performance guarantee amount, the remittance processing device 150 may process the remittance request by creating a transaction related to the remittance request and registering it in the blockchain network 130. However, when the amount of cryptocurrency holding is less than the performance guarantee amount, the remittance processing apparatus 150 may replenish the shortfall from the registered real money account in connection with the first user terminal. To this end, the remittance processing apparatus 150 may receive and register a real money account linked to a cryptocurrency wallet in advance from the first user terminal.

여기에서, 암호화폐 보유량은 특정 암호화폐에 관한 실물화폐 환산액에 해당할 수 있고, 암호화폐 지갑에 저장된 암호화폐의 개수가 복수인 경우 전체 암호화폐에 관한 실물화폐 환산액의 총합에 해당할 수 있다.Here, the amount of cryptocurrency holding may correspond to the actual currency conversion amount for a specific cryptocurrency, and when the number of cryptocurrencies stored in the cryptocurrency wallet is plural, it may correspond to the sum of the actual currency conversion amount for all cryptocurrencies.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.Although the above has been described with reference to preferred embodiments of the present invention, those skilled in the art will variously modify and change the present invention within the scope not departing from the spirit and scope of the present invention described in the following claims. You will understand that you can do it.

100: 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템
110: 사용자 단말 111: 제1 사용자 단말
113: 제2 사용자 단말 130: 블록체인 네트워크
150: 송금 처리 장치 170: 암호화폐 서버
210: 프로세서 230: 메모리
250: 사용자 입출력부 270: 네트워크 입출력부
310: 송금 요청 수신부 330: 이행보증 금액 산출부
350: 트랜잭션 생성부 370: 송금 처리부
390: 제어부
100: Remittance processing system using blockchain-based cryptocurrency
110: user terminal 111: first user terminal
113: second user terminal 130: blockchain network
150: remittance processing device 170: cryptocurrency server
210: processor 230: memory
250: user input/output unit 270: network input/output unit
310: Remittance request receiver 330: Performance guarantee amount calculation unit
350: transaction generating unit 370: remittance processing unit
390: control unit

Claims (8)

블록체인 네트워크에 연결되고 암호화폐 지갑을 보유한 사용자 단말;
상기 블록체인 네트워크와 연동하여 복수의 사용자 단말들 간의 트랜잭션을 처리하는 암호화폐 서버; 및
상기 사용자 단말 및 상기 암호화폐 서버와 각각 연결되고 이행보증을 위해 상기 암호화폐 지갑에 대응하는 이행보증 지갑을 보유하여 상기 복수의 사용자 단말들 간의 송금을 즉시 처리하는 송금 처리 장치를 포함하고,
상기 송금 처리 장치는
제1 사용자 단말로부터 제2 사용자 단말에 대한 송금 요청을 수신하는 송금 요청 수신부;
상기 송금 요청에 관한 송금액을 기초로 이행보증 금액을 산출하는 이행보증 금액 산출부;
고정 환전율을 기초로 상기 제1 사용자 단말의 암호화폐 지갑에서 상기 이행보증 금액에 대응되는 양의 암호화폐를 상기 이행보증 지갑으로 이전하는 트랜잭션을 생성하는 트랜잭션 생성부; 및
상기 트랜잭션을 상기 블록체인 네트워크에 등록하여 처리되도록 한 후 상기 제2 사용자 단말로 상기 송금액에 대응되는 양의 실물화폐를 이전하여 상기 송금 요청을 즉시 처리하는 송금 처리부를 포함하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
A user terminal connected to a blockchain network and holding a cryptocurrency wallet;
A cryptocurrency server interworking with the blockchain network to process transactions between a plurality of user terminals; And
A remittance processing device that is connected to the user terminal and the cryptocurrency server, respectively, and holds a performance guarantee wallet corresponding to the cryptocurrency wallet for performance guarantee, and processes remittance between the plurality of user terminals immediately,
The remittance processing device
A remittance request receiving unit for receiving a remittance request from the first user terminal to the second user terminal;
A performance guarantee amount calculation unit for calculating a performance guarantee amount based on the remittance amount for the remittance request;
A transaction generating unit for generating a transaction for transferring the amount of cryptocurrency corresponding to the performance guarantee amount from the cryptocurrency wallet of the first user terminal to the performance guarantee wallet based on a fixed exchange rate; And
Blockchain-based cryptocurrency including a remittance processor that immediately processes the remittance request by transferring the amount of real money corresponding to the remittance amount to the second user terminal after registering and processing the transaction in the blockchain network Remittance processing system using.
제1항에 있어서, 상기 이행보증 금액 산출부는
상기 송금액을 기준으로 상기 제1 사용자 단말에 관한 암호화폐 채굴 내역, 상기 암호화폐 서버와의 거래 내역 및 과거 송금 내역 중 적어도 하나에 따라 결정되는 신용 평가 등급을 반영하여 상기 이행보증 금액을 산출하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 1, wherein the performance guarantee amount calculation unit
Based on the remittance amount, calculating the performance guarantee amount by reflecting a credit rating level determined according to at least one of a cryptocurrency mining history for the first user terminal, a transaction history with the cryptocurrency server, and a past remittance history. Remittance processing system using a blockchain-based cryptocurrency characterized by.
제1항에 있어서, 상기 트랜잭션 생성부는
상기 블록체인 네트워크를 통해 상기 제1 사용자 단말의 암호화폐 지갑의 암호화폐 보유량을 확인하고, 해당 암호화폐 보유량이 상기 이행보증 금액에 대응되는 양보다 부족한 경우 상기 제1 사용자 단말과 연동되는 실물화폐 계좌로부터 해당 부족액을 이전하여 상기 트랜잭션을 생성하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 1, wherein the transaction generating unit
A real money account linked to the first user terminal when the amount of cryptocurrency holdings of the cryptocurrency wallet of the first user terminal is checked through the blockchain network, and the amount of the cryptocurrency holdings is less than the amount corresponding to the performance guarantee amount Remittance processing system using a blockchain-based cryptocurrency, characterized in that the transaction is generated by transferring the corresponding shortfall from
제1항에 있어서, 상기 트랜잭션 생성부는
상기 블록체인 네트워크를 통해 상기 암호화폐 지갑에 보관된 암호화폐의 종류가 복수로 확인된 경우 암호화폐별 보유량 및 고정 환전율을 기초로 상기 이행보증 금액을 분할하여 복수의 암호화폐들 각각에 할당한 후 상기 복수의 암호화폐들 각각에 대한 트랜잭션을 생성하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 1, wherein the transaction generating unit
When multiple types of cryptocurrencies stored in the cryptocurrency wallet are confirmed through the blockchain network, the performance guarantee amount is divided and allocated to each of the plurality of cryptocurrencies based on the amount of cryptocurrency held and a fixed exchange rate. Then, a remittance processing system using a blockchain-based cryptocurrency, characterized in that a transaction for each of the plurality of cryptocurrencies is generated.
제1항에 있어서, 상기 트랜잭션 생성부는
상기 트랜잭션의 생성과 함께 상기 이행보증 금액에 대응되는 양의 암호화폐에 대한 상기 제1 사용자 단말 및 상기 송금 처리 장치 간의 매매 요청을 상기 암호화폐 서버에 등록하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 1, wherein the transaction generating unit
Blockchain-based cryptocurrency, characterized in that, with the creation of the transaction, a transaction request between the first user terminal and the remittance processing device for an amount of cryptocurrency corresponding to the performance guarantee amount is registered with the cryptocurrency server. Remittance processing system using.
제5항에 있어서, 상기 트랜잭션 생성부는
상기 트랜잭션에 대한 처리 실패를 상기 매매 요청에 관한 수락 조건으로 설정하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 5, wherein the transaction generating unit
A remittance processing system using a blockchain-based cryptocurrency, characterized in that the failure to process the transaction is set as an acceptance condition for the transaction request.
제6항에 있어서, 상기 송금 처리부는
상기 트랜잭션의 처리가 실패한 경우 상기 암호화폐 서버에게 상기 매매 요청에 관한 수락을 제공하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 6, wherein the remittance processing unit
A transfer processing system using a blockchain-based cryptocurrency, characterized in that, when the transaction processing fails, the cryptocurrency server is provided with an acceptance of the transaction request.
제1항에 있어서, 상기 송금 처리부는
상기 트랜잭션의 처리가 성공한 경우 상기 고정 환전율을 기초로 상기 이행보증 금액과 상기 송금액 간의 차액에 대응되는 양의 암호화폐를 상기 제1 사용자 단말에게 반환하는 것을 특징으로 하는 블록체인 기반의 암호화폐를 이용한 송금 처리 시스템.
The method of claim 1, wherein the remittance processing unit
When the transaction processing is successful, a block chain-based cryptocurrency, characterized in that the amount of cryptocurrency corresponding to the difference between the performance guarantee amount and the remittance amount is returned to the first user terminal based on the fixed exchange rate. Remittance processing system used.
KR1020190035895A 2019-03-28 2019-03-28 Block chain based money transfer processing system using cryptocurrency KR20200114324A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190035895A KR20200114324A (en) 2019-03-28 2019-03-28 Block chain based money transfer processing system using cryptocurrency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190035895A KR20200114324A (en) 2019-03-28 2019-03-28 Block chain based money transfer processing system using cryptocurrency

Publications (1)

Publication Number Publication Date
KR20200114324A true KR20200114324A (en) 2020-10-07

Family

ID=72884691

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190035895A KR20200114324A (en) 2019-03-28 2019-03-28 Block chain based money transfer processing system using cryptocurrency

Country Status (1)

Country Link
KR (1) KR20200114324A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20220072576A (en) * 2020-11-25 2022-06-02 주식회사 에이블엑스 Cryptocurrency withdrawal processing method and exchange system
WO2023042956A1 (en) * 2021-09-17 2023-03-23 주식회사 엔에스랩 Blockchain-based mobile electronic wallet system
WO2023120753A1 (en) * 2021-12-20 2023-06-29 (주)헥슬란트 Method and system for charging point card by using blockchain
KR20230126883A (en) * 2022-02-24 2023-08-31 주식회사 콘돌 Payment service system based on blockchain technology and method for providing a blockchain-based payment service using the same

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101628007B1 (en) 2015-04-07 2016-06-13 주식회사 코인플러그 System for dealing a digital currency with block chain
KR101673073B1 (en) 2015-02-25 2016-11-04 이진희 Dealing method of Crypto-currency base on Blockchain System

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101673073B1 (en) 2015-02-25 2016-11-04 이진희 Dealing method of Crypto-currency base on Blockchain System
KR101628007B1 (en) 2015-04-07 2016-06-13 주식회사 코인플러그 System for dealing a digital currency with block chain

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20220072576A (en) * 2020-11-25 2022-06-02 주식회사 에이블엑스 Cryptocurrency withdrawal processing method and exchange system
WO2023042956A1 (en) * 2021-09-17 2023-03-23 주식회사 엔에스랩 Blockchain-based mobile electronic wallet system
KR20230041394A (en) * 2021-09-17 2023-03-24 금오공과대학교 산학협력단 Mobile Electronic wallet system based on Block chain technology
WO2023120753A1 (en) * 2021-12-20 2023-06-29 (주)헥슬란트 Method and system for charging point card by using blockchain
KR20230126883A (en) * 2022-02-24 2023-08-31 주식회사 콘돌 Payment service system based on blockchain technology and method for providing a blockchain-based payment service using the same

Similar Documents

Publication Publication Date Title
JP6956062B2 (en) Transaction method, program, verification device and generation method
US20220129888A1 (en) Computer-implemented systems and methods for implementing transfers over a blockchain network
CN110730963B (en) System and method for information protection
US20160342977A1 (en) Device, method and system for virtual asset transactions
US10700850B2 (en) System and method for information protection
KR20200066260A (en) System and method for information protection
KR20180014534A (en) Verification system and method for transaction based block chain
CN110599348B (en) Method, device, equipment and storage medium for stock right incentive
CN110458561B (en) Method and device for realizing confidential transaction in block chain network
KR20200114324A (en) Block chain based money transfer processing system using cryptocurrency
KR101918446B1 (en) Double-secured Block-chain Certification System and its method
JP6943282B2 (en) Cryptocurrency payment agency, virtual currency payment agency method and program
US20220020018A1 (en) Cryptographic encryption protocol for data types and values
AU2019101581A4 (en) System and method for information protection
JP2021096503A (en) Electronic asset management method and electronic asset management device
Nabi Analytic Study on Android-based Crypto-Currency Wallets
KR20190122441A (en) Double security block chain electronic transaction authentication system and its method

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E601 Decision to refuse application