KR20200080462A - System for token transaction based on block chain - Google Patents

System for token transaction based on block chain Download PDF

Info

Publication number
KR20200080462A
KR20200080462A KR1020180169405A KR20180169405A KR20200080462A KR 20200080462 A KR20200080462 A KR 20200080462A KR 1020180169405 A KR1020180169405 A KR 1020180169405A KR 20180169405 A KR20180169405 A KR 20180169405A KR 20200080462 A KR20200080462 A KR 20200080462A
Authority
KR
South Korea
Prior art keywords
token
management server
project
terminal
user terminal
Prior art date
Application number
KR1020180169405A
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 KR1020180169405A priority Critical patent/KR20200080462A/en
Publication of KR20200080462A publication Critical patent/KR20200080462A/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
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/385Payment protocols; Details thereof using an alias or single-use codes

Abstract

The present invention relates to a blockchain-based token transaction system. More specifically, the present invention, in which when a user terminal subscribes to a token management server and requests token issuance for a specific project conducted by a seller terminal, the token management server transmits a transaction to the seller terminal to issue tokens and overall management of the specific project is conducted by the seller terminal.

Description

블록체인 기반의 토큰 거래 시스템{SYSTEM FOR TOKEN TRANSACTION BASED ON BLOCK CHAIN}Blockchain-based token trading system{SYSTEM FOR TOKEN TRANSACTION BASED ON BLOCK CHAIN}

본 발명은 블록체인 기반의 토큰 거래 시스템에 관한 것으로, 더욱 상세하게는 사용자단말기가 토큰 관리 서버에 가입하여 판매자단말기가 진행하는 특정 프로젝트의 토큰 발행을 요청할 경우 토큰 관리 서버가 상기 판매자단말기에 트랜잭션을 전송하여 토큰을 발행하도록 하고 상기 판매자단말기가 진행하는 특정 프로젝트를 전반적으로 관리하는 블록체인 기반의 토큰 거래 시스템에 관한 것이다.The present invention relates to a blockchain-based token transaction system, and more specifically, when a user terminal subscribes to a token management server and requests to issue a token of a specific project that the seller terminal proceeds, the token management server makes a transaction to the seller terminal. It is related to a blockchain-based token transaction system that allows transmission and issuance of tokens and overall management of a specific project conducted by the seller terminal.

비탈릭뷰테린이 제안한 이더리움은 스마트계약을 쉽게 코드로 구현할 수 있고 튜링 완전하다. 비탈릭뷰테린이 제안한 이더리움은 비트코인 거래에서 에스크로 계약 등에 쓰이던 비트코인 스크립트 언어가 가진 튜링 불완전함을 극복하고자 제안되었다. 비트코인의 트랜잭션이란 오직 계정의 밸런스 항목의 변화로만 사용되고, 트랜잭션에 사용된 스크립트언어는 에스크로 계약 등 제한적으로만 활용될 뿐이다. 이더리움은 이 계정의 상태를 밸런스뿐 아니라 데이터, 코드까지 확장하고, 트랜잭션을 통해 계정에 기록된 일련의 코드가 실행되게 함으로써, 계정의 상태변환조건을 튜링 완전에 가깝도록 만들어 대규모의 분산 어플리케이션(Decentralized Application; DApp) 제작을 위한 손쉬운 툴을 제공했다. 따라서 쉽게 구현 가능한 스마트 계약으로 이더리움 블록체인을 이용한 분산 어플리케이션(Decentralized Application; DApp)들이 활발히 개발되고 있다.Ethereum, proposed by Vitalik Buterin, can easily implement smart contracts in code and is completely Turing. Ethereum proposed by Vitalik Buterin was proposed to overcome the Turing imperfections of the Bitcoin scripting language used in escrow contracts in Bitcoin transactions. Bitcoin's transaction is only used to change the balance item of the account, and the script language used in the transaction is only used limitedly, such as an escrow contract. Ethereum expands the status of this account to balance, as well as data and code, and executes a series of code recorded in the account through transactions, making the state conversion condition of the account close to Turing complete, which is a large-scale distributed application ( Decentralized Application (DApp) was provided as an easy tool for production. Accordingly, decentralized applications (DApps) using the Ethereum blockchain are actively being developed as smart contracts that can be easily implemented.

분산 어플리케이션 프로젝트들이 초기 자금을 모으기 위해 코인을 발행하여 크라우드 펀딩을 받는 형식, ICO(Initial Coin Offering)이 보편적으로 사용되어 왔다. ICO가 광범위하게 이루어짐에 따라 블록체인이 갖는 익명성으로 투자를 진행하게 되어, 법적 보호 장치가 없어 미국, 중국 등 주요나라에서 금지되었다.ICO (Initial Coin Offering), a form in which distributed application projects receive a crowd funding by issuing coins to raise initial funds, has been widely used. As the ICO has been widely implemented, investments have been made with the anonymity of the blockchain, and there is no legal protection, so it has been banned in major countries such as the United States and China.

따라서, 일반적인 금융거래와 마찬가지로 거래, 투자하는 사람의 신원을 확인할 수 있고 ICO를 악용할 수 없도록 방지할 수 있는 시스템이 필요한 상황이다.Therefore, as in general financial transactions, there is a need for a system that can verify the identity of the person who is trading or investing and prevent the ICO from being abused.

문헌1: 등록특허 10-1914576, 등록일자 2018년 10월 29일, "암호화 화폐를 이용한 탄소배출 감축을 위한 보상 시스템"Document 1: Registration Patent 10-1914576, Registration Date October 29, 2018, "Compensation System for Reducing Carbon Emissions Using Cryptocurrency" 문헌2: 등록특허 10-1878869, 등록일자 2018년 07월 10일, "블록체인 기반의 사용자 식별 관리를 위한 분산 원장 장치 및 분산 원장 방법"Document 2: Registered Patent 10-1878869, Registration Date July 10, 2018, "Distributed Ledger Device and Distributed Ledger Method for User Identification Management Based on Blockchain"

본 발명은 이와 같은 문제점을 해결하기 위해 창출된 것으로, 본 발명의 목적은 사용자단말기가 토큰 관리 서버에 가입하여 판매자단말기가 진행하는 특정 프로젝트의 토큰 발행을 요청할 경우 토큰 관리 서버가 상기 판매자단말기에 트랜잭션을 전송하여 토큰을 발행하도록 하고 상기 판매자단말기가 진행하는 특정 프로젝트를 전반적으로 관리하는 블록체인 기반의 토큰 거래 시스템을 제공하는데 있다.The present invention was created to solve such a problem, and the object of the present invention is that the token management server transacts to the seller terminal when the user terminal joins the token management server and requests the issuance of a token of a specific project that the seller terminal proceeds. It is to provide a token trading system based on a blockchain that transmits a token to issue a token and manages a specific project that the seller terminal progresses in general.

상기한 목적을 달성하기 위한 본 발명에 따른 블록체인 기반의 토큰 거래 시스템은 토큰 관리 서버(200)에 회원가입 또는 로그인을 통한 사용자 인증을 거친 후 특정 프로젝트의 토큰 발행을 요청하는 사용자단말기(100); 상기 사용자단말기(100)로부터 요청된 프로젝트에 사용되는 토큰을 발행하기 위한 트랜잭션을 판매자단말기(300)에 요청하는 토큰 관리 서버(200); 및 상기 토큰 관리 서버(200)로부터 상기 트랜잭션을 수신하는 경우, 블록체인에 기반한 이더리움 상태 변환 함수를 통해 상기 트랜잭션의 구조를 체크하여 오류가 반환 처리되지 않고 사용자 식별 인증이 성공된 경우에만 토큰을 발행하여 상기 사용자단말기(100)에 제공하는 판매자단말기(300)를 포함하는 것을 특징으로 한다.The blockchain-based token transaction system according to the present invention for achieving the above object is a user terminal 100 that requests token issuance of a specific project after user authentication through membership registration or login to the token management server 200 ; A token management server 200 for requesting a transaction to issue a token used for the project requested from the user terminal 100 to the seller terminal 300; And when the transaction is received from the token management server 200, the structure of the transaction is checked through the Ethereum state conversion function based on the blockchain, and the error is not returned and the token is only processed when user identification authentication is successful. It characterized in that it comprises a seller terminal 300 issued and provided to the user terminal 100.

본 발명의 바람직한 실시예에 따르면, 상기 사용자단말기(100)가 상기 토큰 관리 서버(200)에 회원가입 하는 경우 상기 토큰 관리 서버(200)에 로그인 정보, 이더리움 주소, 이메일, 사용자 이름 및 생년월일을 전송하는 것을 특징으로 한다.According to a preferred embodiment of the present invention, when the user terminal 100 registers as a member to the token management server 200, log-in information, Ethereum address, email, user name and date of birth in the token management server 200 It is characterized by transmitting.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)는 상기 사용자단말기(100)가 회원가입 하는 경우 상기 사용자단말기(100)로부터 로그인 정보, 이더리움 주소, 이메일, 사용자 이름 및 생년원일을 전송받아 저장하는 것을 특징으로 한다.According to a preferred embodiment of the present invention, the token management server 200 receives login information, Ethereum address, email, user name and date of birth from the user terminal 100 when the user terminal 100 is registered as a member. Characterized in that the received and stored.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)가 상기 판매자단말기(300)에 요청하는 트랜잭션은 요청된 프로젝트를 식별할 수 있는 밸런스 크기만큼의 토큰 발행량 및 사용자의 이더리움 주소가 포함된 것을 특징으로 한다.According to a preferred embodiment of the present invention, the transaction requested by the token management server 200 to the seller terminal 300 includes the token issuance amount and the user's Ethereum address as much as the balance size capable of identifying the requested project. It is characterized by.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 상기 사용자단말기(100)로 요청한 토큰 발행량 만큼 토큰을 상기 사용자단말기(100)로 발행할 경우 발생하는 수수료를 수집하는 것을 특징으로 한다.According to a preferred embodiment of the present invention, the token management server 200 occurs when the seller terminal 300 issues a token to the user terminal 100 as much as the token issuance amount requested by the user terminal 100 It is characterized by collecting fees.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 진행하는 특정 프로젝트의 하드캡(HARD CARP)이 달성될 경우 프로젝트 기간이 남았어도 프로젝트를 마감하고, 상기 판매자단말기(300)가 진행한 특정 프로젝트의 코인을 가상화폐 거래소에 상장시키는 것을 특징으로 한다.According to a preferred embodiment of the present invention, the token management server 200, when the hard cap (HARD CARP) of a specific project that the seller terminal 300 proceeds is achieved, even if the project period remains, the project is closed, It is characterized in that the coin of a specific project carried out by the seller terminal 300 is listed on the cryptocurrency exchange.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 진행하는 특정 프로젝트가 프로젝트 기간 동안 소프트캡(SOFT CAP)을 달성하지 못할 경우, 상기 판매자단말기(300)가 사용자단말기(100)에 토큰을 발행하면서 획득한 투자 이더를 사용자단말기(100)로 모두 상환하도록 제어하는 것을 특징으로 한다.According to a preferred embodiment of the present invention, the token management server 200, if a specific project that the seller terminal 300 proceeds does not achieve a soft cap (SOFT CAP) during the project period, the seller terminal 300 It is characterized in that it controls to repay all of the investment ether acquired by issuing a token to the user terminal 100 to the user terminal 100.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 진행하는 특정 프로젝트가 프로젝트 기간 동안 소프트캡(SOFT CAP)을 달성하지 못하였지만 프로젝트에 투자한 사용자단말기(100)의 수가 미리 설정한 수를 넘었을 경우 상기 판매자단말기(300)가 진행한 특정 프로젝트의 코인을 가상화폐 거래소에 상장시키는 것을 특징으로 한다.According to a preferred embodiment of the present invention, the token management server 200 does not achieve a soft cap (SOFT CAP) for a specific project that the seller terminal 300 proceeds during the project period, but the user terminal invested in the project When the number of (100) exceeds a preset number, it is characterized in that the coin of a specific project carried out by the seller terminal 300 is listed on the virtual currency exchange.

본 발명의 바람직한 실시예에 따르면, 상기 토큰 관리 서버(200)는, 상기 사용자단말기(100)가 상기 판매자단말기(300)가 진행하는 특정 프로젝트의 토큰을 발행 받은 후 프로젝트 기간이 끝나기 전에 토큰 발행에 투자한 투자 이더의 반환을 요청할 경우, 상기 판매자단말기(300)가 토큰에 대한 투자 이더의 일정량 만을 상기 사용자단말기(100)로 상환하도록 제어하는 것을 특징으로 한다.According to a preferred embodiment of the present invention, the token management server 200 is configured to issue tokens before the project period ends after the user terminal 100 receives tokens of a specific project that the seller terminal 300 proceeds. When requesting the return of the invested investment ether, it is characterized in that the seller terminal 300 controls to repay only a certain amount of the investment ether for the token to the user terminal 100.

본 발명에 따른 블록체인 기반의 토큰 거래 시스템은, 사용자단말기가 토큰 관리 서버에 가입하여 판매자단말기가 진행하는 특정 프로젝트의 토큰 발행을 요청할 경우 토큰 관리 서버가 상기 판매자단말기에 트랜잭션을 전송하여 토큰을 발행하도록 하여 투자하는 사람의 신원을 확실시할 수 있는 효과가 있다.In the blockchain-based token transaction system according to the present invention, when the user terminal joins the token management server and requests the issuance of a token of a specific project conducted by the seller terminal, the token management server sends a transaction to the seller terminal to issue the token This has the effect of confirming the identity of the investor.

또한 토큰 관리 서버가 판매자단말기가 진행하는 특정 프로젝트를 전반적으로 관리하여 판매자단말기가 특정 프로젝트 완료 후 이를 악용하지 못하도록 방지할 수 있는 효과가 있다.In addition, the token management server has the effect of preventing the seller terminal from exploiting it after the completion of the specific project by managing the overall project of the seller terminal.

도 1은 본 발명의 일실시예에 따른 토큰 거래 시스템의 블록구성도
도 2는 본 발명의 일실시예에 따른 토큰 거래 시스템을 통한 토큰 거래 순서도
도 3은 본 발명의 일실시예에 따른 토큰 관리 서버의 특정 프로젝트 관리 실시예시도1
도 4는 본 발명의 일실시예에 따른 토큰 관리 서버의 특정 프로젝트 관리 실시예시도2
도 5는 본 발명의 일실시예에 따른 토큰 관리 서버의 특정 프로젝트 관리 실시예시도3
1 is a block diagram of a token transaction system according to an embodiment of the present invention
Figure 2 is a token transaction flow chart through a token transaction system according to an embodiment of the present invention
Figure 3 is a specific project management embodiment of the token management server according to an embodiment of the present invention Figure 1
Figure 4 is a specific project management example 2 of the token management server according to an embodiment of the present invention
Figure 5 is a specific project management embodiment of the token management server according to an embodiment of the present invention Figure 3

아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구성될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art to which the present invention pertains may easily practice. However, the present invention can be configured in many different forms and is not limited to the embodiments described herein. In addition, in order to describe the present invention in the drawings, parts irrelevant to the description are omitted, and like reference numerals are assigned to similar parts throughout the specification.

명세서 전체에서, 어떤 부분이 다른 부분과 “연결”되어 있다고 할 때, 이는 “직접적으로 연결”되어 있는 경우만이 아니라, 다른 부분을 통해 “간접적으로 연결”되는 경우도 포함하여 어떤 부분이 구성요소를 “포함”한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다.Throughout the specification, when a part is “connected” to another part, it is not only “directly connected”, but also a part that is “indirectly connected” through another part. When "included", this means that other components may be included, not excluded, unless otherwise stated.

본 발명의 설명에 앞서 이더리움 이해를 돕기 위하여, 이더리움 주소, 메시지와 트랜잭션, 콘트랙트(이더리움 상태 변환 함수)에 대하여 먼저 설명하도록 한다.Prior to the description of the present invention, the Ethereum address, message and transaction, and contract (Ethereum state conversion function) will be described first to help understanding Ethereum.

먼저 이더리움 주소에 관해 설명하면, 이더리움에서 상태는 계정이라 불리우는 객체들로 구성되어 있다. 각각의 계정은 이더리움 잔고, 20 바이트의 주소와 데이터값과 정보를 직접적으로 전달해주는 상태 변환 코드를 가지고 있다. 구체적인 항목은 아래와 같다.When we first describe the Ethereum address, the state in Ethereum consists of objects called accounts. Each account has an Ethereum balance, a 20-byte address, and a state conversion code that delivers data and information directly. The specific items are as follows.

(1)넌스(nonce): 개별 트랜잭션이 한 번만 처리되게 하는 카운터(1) nonce: a counter that allows individual transactions to be processed only once

(2)계정의 현재 이더(ether) 잔고(2) The current ether balance of the account

(3)계정의 계약코드(선택적)(3) Account contract code (optional)

(4)계정의 저장 공간(초기에는 비어있음)(4) Account storage space (initially empty)

이더리움은 비트코인과 같은 원리의 암호화 화폐로써 트랜잭션 수수료를 지불하는데 사용된다. 두 가지의 계정이 존재하는데, 개인키가 통제하는 외부 소유 계정(Externally Owned Accounts)과 콘트랙트 코드에 의해 통제되는 콘트랙트 계정(Contract Accounts)이 있다.Ethereum is a cryptocurrency based on the same principle as Bitcoin and is used to pay transaction fees. There are two types of accounts: Externally Owned Accounts controlled by the private key and Contract Accounts controlled by the contract code.

외부 소유 계정은 코드를 가지고 있지 않으며, 이 계정에서 메시지를 전송하려면 새로운 트랜잭션을 하나 만들고 서명(signing)을 하는데, 이는 비트코인과 동일하다. 콘트랙트 계정은 메시지를 받을 때마다 자신의 코드를 활성화시키고 이에 따라 메시지를 읽거나 내부 저장 공간에 기록하고 다른 메시지들 보내거나 콘트랙트를 차례로 생성한다. 이더리움에서 콘트랙트는 이더리움의 실행 환경안에 존재하는 자율 에이전트(actonomous agents)로 파악할 수 있고, 콘트랙트의 잔고와 블록체인에 기록되 변수 추적을 위해 자신의 키값 저장소를 직접적으로 통제하는 역할을 한다.Externally owned accounts do not have code, and to send messages from this account, they create a new transaction and sign it, which is the same as Bitcoin. Each time a contract account receives a message, it activates its code and reads the message or writes it to the internal storage space, sends other messages or creates a contract in turn. In Ethereum, contracts can be identified as actonomous agents that exist within Ethereum's execution environment, and are recorded in the contract's balance and blockchain to directly control its key value store for tracking variables.

다음으로 메시지와 트랜잭션에 관해 설명하면, 이더리움에서 쓰이는 트랜잭션(transaction)이란 용어는, 외부 소유 계정이 네트워크에 보낼 메시지를 만들어 서명한 데이터를 말한다. 트랜잭션은 아래와 같은 항목을 포함한다.Next, when describing messages and transactions, the term transaction used in Ethereum refers to data that an externally owned account creates and signs a message to send to the network. The transaction includes the following items.

(1) 메시지 수신처(1) Message destination

(2) 발신처를 확인할 수 있는 서명(2) Signature to verify the sender

(3) 발신처에서 수신처로 보내는 이더의 양(3) The amount of ether sent from the sender to the receiver

(4) 데이터 필드(선택적)(4) Data field (optional)

(5) STARTGAS, 트랜잭션에 허용된 최대 계산 단계(5) STARTGAS, the maximum calculation step allowed for a transaction

(6) GASPRICE, 매단계에서 발신처가 지불하는 수수료(6) GASPRICE, fee paid by the sender at every step

처음 세 항목은 암호 화폐에서는 거의 표준처럼 사용되는 값이다. 데이터필드에 초기함수가 정의되어 있지는 않지만, 가상머신(virtual machine)은 콘트랙트가 데이터필드에 접근할 때 사용할 코드(opcode)를 가지고 있다.The first three items are the values used almost as standard in cryptocurrency. Although the initial function is not defined in the data field, the virtual machine has the code to use when the contract accesses the data field.

예를 들어, 블록체인 위에 도메인 등록 서비스 기능이 있는 콘트랙트가 있을 경우, 이 콘트랙트로 보내지는 데이터는 하나의 키-값쌍을 가지고 있는 것으로 해석할 수 있다. 키는 등록하고자 하는 도메인이고, 값은 IP주소다. 콘트랙트는 메시지 데이터로부터 이 값들을 읽은 후 저장소에 저장한다. STARTGAS와 GASPRICE 필드는 이더리움의 서비스 거부공격을 막는 과정에서 중요한 역할을 한다.For example, if there is a contract with a domain registration service function on the blockchain, the data sent to this contract can be interpreted as having one key-value pair. The key is the domain you want to register, and the value is the IP address. The contract reads these values from the message data and stores them in the repository. The STARTGAS and GASPRICE fields play an important role in preventing Ethereum's denial of service attacks.

코드 안에서 악의전인 무한루프나 과도한 연산을 막기 위해 개별 트랜잭션은 코드의 수를 제한한다. 계산의 단위는 gas이고 한 단계는 1 gas의 비용시 소요되며 저장되어야 하는데, 데이터의 양이 많으면 더 큰 gas비용이 필요하게 된다. 또한 트랜잭션 데이터 실행을 위해서는 바이트당 5gas의 수수료를 내야 한다. 이러한 수수료 시스템의 의도는 어떤 공격자가 계산, 대역, 저장소 등을 포함하여 공격자들이 소비하는 모든 자원에 비례하여 강제로 수수료를 지불하게 만들어 공격자가 공격하지 못하도록 하기 위함이다.In order to prevent malicious infinite loops or excessive calculations within the code, individual transactions limit the number of codes. The unit of calculation is gas, and one step is required at the cost of 1 gas and must be stored. If the amount of data is large, a larger gas cost is required. In addition, a fee of 5gas per byte is required to execute transaction data. The intention of this fee system is to prevent an attacker from attacking by forcing an attacker to pay a fee in proportion to all resources consumed by the attacker, including calculation, bandwidth, storage, and so on.

마지막으로 콘트랙트(이더리움 상태 변환 함수)에 대해 설명하면, 이더리움 내에서 트랜잭션이 블록에 포함되기 위해서는 다음의 조건을 만족해야 한다. 여기서 gas란 이더리움 트랜잭션이 블록에 포함되기 위해 지불하는 수수료 단위로서 1gas는 1/(10^18) 이더리움이다. 상기 이더리움 상태 변환 함수는 다음과 같은 작업을 수행한다.Finally, when describing the contract (the Ethereum state conversion function), the following conditions must be satisfied in order for a transaction to be included in a block within Ethereum. Here, gas is a unit of fee that Ethereum transaction pays to be included in the block. 1gas is 1/(10^18) Ethereum. The Ethereum state conversion function performs the following tasks.

(1) 트랜잭션의 구조를 체크하고, 서명이 유효한지, 전달된 넌스(nonce)와 발신처의 넌스(nonce)의 일치여부를 확인한다. 일치하지 않으면 오류를 반환한다.(1) Check the structure of the transaction, and verify that the signature is valid and whether the delivered nonce matches the sender's nonce. If they do not match, an error is returned.

(2) STARTGAS * GASPRICE로 트랜잭션 수수료를 계산하고, 서명으로부터 발신처주소를 결정한다. 발신처 계정잔액에서 수수료를 제하고 발신자 넌스값을 증가시킨다. 잔고가 부족하면 오류를 리턴한다.(2) Calculate the transaction fee with STARTGAS * GASPRICE, and determine the source address from the signature. Subtract the commission from the sender's account balance and increase the sender nonce value. If the balance is insufficient, an error is returned.

(3) GAS = STARTGAS로 초기화 한 후, 포함된 바이트에 비례하여 gas를 차감한다.(3) After initializing with GAS = STARTGAS, gas is subtracted in proportion to the bytes included.

발신 계정에서 수신계정으로 트랜잭션을 보내고 수신계정의 상태를 변화시키고, 만약 수신계정이 콘트랙트이면 콘트랙트가 더 이상 나타나지 않거나 gas가 모두 소모될 때까지 트랜잭션이 수행된다. 발신처의 이더리움이 부족하면 자금 이전에 실패하거나, 코드 수행과정에 gas가 모두 소모되면, 모든 상태변경내역은 원상태로 돌아간다. 단, 이미 지불된 수수료는 제외된 후 채굴자의 계정으로 더해진다. 남아있는 gas에 대한 수수료는 발신처에게 돌려주고, 소모된 gas와 지불한 수수료는 채굴자에게 보낸다. 메시지 실행시 gas가 부족하면, 그 메시지에 관련된 모든 상태변화는 원래대로 되돌아가지만, 그 부모실행은 돌아갈 필요가 업다. 이것은 콘트랙트가 다른 콘트랙트를 호출하는데 아무런 문제가 없다는 것을 의미하는데, A계정이 G만큼의 gas를 가지고 B계정을 호출할 경우 A 계정의 실행은 최대 G만큼의 gas를 소비하게 된다.Sends a transaction from the sending account to the receiving account, changes the status of the receiving account, and if the receiving account is a contract, the transaction is executed until the contract no longer appears or the gas is exhausted. If the Ethereum of the sender is insufficient, the transfer of funds will fail, or if all the gas is consumed in the code execution process, all the status changes will be returned to the original state. However, fees already paid are excluded and added to the miner's account. The fee for the remaining gas is returned to the sender, and the spent gas and the fee paid are sent to the miner. If there is insufficient gas at the time of executing the message, all state changes related to the message are restored, but the parent execution does not need to be returned. This means that the contract has no problems in calling other contracts. If account A has gas G and calls account B, the execution of account A consumes up to G gas.

하기에서는 상기와 같이 설명한 이더리움을 활용한 본 발명에 따른 블록체인 기반의 토큰 거래 시스템에 대해서 도면을 통해 상세하게 설명하도록 한다.Hereinafter, a blockchain-based token transaction system according to the present invention utilizing Ethereum as described above will be described in detail through drawings.

도 1은 본 발명의 일실시예에 따른 토큰 거래 시스템의 블록구성도이다. 도 1에 도시된 바와 같이 본 발명에 따른 토큰 거래 시스템은 토큰 관리 서버(200)에 회원가입 또는 로그인을 통한 사용자 인증을 거친 후 특정 프로젝트의 토큰 발행을 요청하는 사용자단말기(100)와 상기 사용자단말기(100)로부터 요청된 프로젝트에 사용되는 토큰을 발행하기 위한 트랜잭션을 판매자단말기(300)에 요청하는 토큰 관리 서버(200) 및 상기 토큰 관리 서버(200)로부터 상기 트랜잭션을 수신하는 경우, 블록체인에 기반한 이더리움 상태 변환 함수를 통해 상기 트랜잭션의 구조를 체크하여 오류가 반환 처리되지 않고 사용자 식별 인증이 성공된 경우에만 토큰을 발행하여 상기 사용자단말기(100)에 제공하는 판매자단말기(300)를 포함하여서 구성된다.1 is a block diagram of a token transaction system according to an embodiment of the present invention. As shown in Figure 1, the token transaction system according to the present invention is a user terminal 100 and the user terminal requesting token issuance of a specific project after user authentication through membership registration or login to the token management server 200 When receiving the transaction from the token management server 200 and the token management server 200 requesting the seller terminal 300 for a transaction for issuing a token used for the project requested from (100), to the blockchain Including the merchant terminal 300 that provides the token to the user terminal 100 by issuing a token only when the user identification authentication is successful by checking the structure of the transaction through the Ethereum-based state conversion function and not returning an error. It is composed.

상기 사용자단말기(100)는, 프로젝트에 참가하려는 자가 사용하는 단말기로서, 스마트폰(smart phone), 데스크탑 PC(desktop PC), 태블릿 PC(tablet PC), 슬레이트 PC(slate PC), 노트북 컴퓨터(notebook computer)등이 해당될 수 있다. 물론 이에 한정하지 않고, 외부 장치와 통신이 가능한 단말기면 무관하다.The user terminal 100 is a terminal used by a person who wants to participate in a project, and includes a smart phone, a desktop PC, a tablet PC, a slate PC, and a notebook computer. computer). Of course, the present invention is not limited to this, and any terminal capable of communicating with an external device may be used.

상기 사용자단말기(100)가 토큰의 발행을 요청하는 특정 프로젝트라 함은 분산 어플리케이션 프로젝트들이 코인을 발행하여 크라우드 펀딩을 받는 형식, 즉 ICO(Initial Coin Offering) 프로젝트를 의미한다.The specific project in which the user terminal 100 requests the issuance of tokens means a form in which distributed application projects receive crowdfunding by issuing coins, that is, an ICO (Initial Coin Offering) project.

토큰 관리 서버(200)는 상기 사용자단말기(100)로부터 요청된 프로젝트에 사용되는 토큰을 발행하기 위한 트랜잭션을 판매자단말기(300)에 요청하는데, 상기 트랜잭션에는 메시지 수신처 및 발신처를 확인할 수 있는 서명, 발신처에서 수신처로 보내는 투자 이더의 양, 데이터 필드(선택적), 트랜잭션에 허용된 최대 계산 단계인 STARTGAS 및 매단계에서 발신처가 지불하는 수수료인 GASPRICE가 포함될 수 있다.The token management server 200 requests a transaction for issuing a token used for the project requested from the user terminal 100 to the seller terminal 300, and the transaction includes a signature to verify the message destination and originator, and a destination. It may include the amount of investment ether sent from the destination to the destination, the data field (optional), the maximum calculation step allowed for the transaction, STARTGAS, and GASPRICE, the fee paid by the sender at each step.

상기 판매자단말기(300)는 특정 프로젝트를 진행하는 자가 사용하는 단말기로서, 스마트폰(smart phone), 데스크탑 PC(desktop PC), 태블릿 PC(tablet PC), 슬레이트 PC(slate PC), 노트북 컴퓨터(notebook computer)등이 해당될 수 있다. 물론 이에 한정하지 않고, 외부 장치와 통신이 가능한 단말기면 무관하다.The seller terminal 300 is a terminal used by a person who is carrying out a specific project, a smart phone, a desktop PC, a tablet PC, a slate PC, a notebook computer computer). Of course, the present invention is not limited to this, and any terminal capable of communicating with an external device may be used.

도 2는 본 발명의 일실시예에 따른 토큰 거래 시스템을 통한 토큰 거래 순서도이다. 도 2에 도시된 바와 같이, 본 발명에 따른 토큰 거래 시스템을 통한 토큰 거래 방법은 토큰 발행 요청 과정(S100), 트랜잭션 요청 과정(S200) 및 토큰 발행 과정(S300)으로 이루어진다.2 is a flow chart of a token transaction through a token transaction system according to an embodiment of the present invention. As shown in FIG. 2, the token transaction method through the token transaction system according to the present invention includes a token issuance request process (S100), a transaction request process (S200), and a token issuance process (S300).

토큰 발행 요청 과정(S100)은 사용자단말기(100)가 토큰 관리 서버(200)에 회원가입 또는 로그인을 통한 사용자 인증을 거친 후 특정 프로젝트에 대한 토큰의 발행을 요청하는 과정이다. 이를 위해 사용단말기(100)는 사용자가 실직적으로 정보와 요청을 입력할 수 있는 UI(User Interface)를 사용자에게 제공한다.The token issuance request process (S100) is a process in which the user terminal 100 requests the issuance of a token for a specific project after user authentication through membership registration or login to the token management server 200. To this end, the use terminal 100 provides a user interface (UI) through which the user can practically input information and requests.

이 때 사용자단말기(100)는 회원가입을 할 경우 로그인 정보, 이더리움 주소, 이메일주소, 사용자 이름 및 생년월일과 같은 사용자를 식별할 수 있는 정보를 입력하여 인증을 받고, 인증 받은 정보를 토큰 관리 서버(200)로 전송하여 회원가입을 완료한 후 상기 토큰 관리 서버(200)에 특정 프로젝트의 토큰 발행을 요청한다.At this time, the user terminal 100 is authenticated by entering information to identify a user such as login information, Ethereum address, email address, user name, and date of birth when registering for membership, and the authenticated information is token management server After transmitting to (200) to complete the membership registration, the token management server 200 requests to issue a token of a specific project.

트랜잭션 요청 과정(S200)은 토큰 관리 서버(200)가 상기 사용자단말기(100)로부터 요청된 프로젝트에 사용되는 토큰을 발행하기 위한 트랜잭션을 상기 판매자단말기(300)에 요청하는 과정이다. 상기 트랜잭션에는 요청된 프로젝트를 식별할 수 있는 밸런스 크기만큼의 토큰 발행량 및 사용자의 이더리움 주소가 포함된다.The transaction request process (S200) is a process in which the token management server 200 requests a transaction for issuing a token used in the requested project from the user terminal 100 to the seller terminal 300. The transaction includes the amount of token issuance and the user's Ethereum address as much as the balance size to identify the requested project.

이 때 상기 토큰 관리 서버(200)는 사용자단말기(100)가 회원가입을 할 경우, 회원가입이 완료된 사용자의 정보를 안전하게 저장한다. 즉, 상기 사용자단말기(100)로부터 전송받은 로그인 정보, 사용자의 이더리움 주소, 이메일주소, 사용자 이름 및 생년월일을 저장한다.At this time, the token management server 200 securely stores the information of the user who is registered as a member when the user terminal 100 registers for membership. That is, it stores the login information received from the user terminal 100, the user's Ethereum address, email address, user name and date of birth.

토큰 발행 과정(S300)은 판매자단말기(300)가 상기 토큰 관리 서버(200)로부터 상기 트랜잭션을 수신하는 경우, 블록체인에 기반한 이더리움 상태 변환 함수를 통해 상기 트랜잭션의 구조를 체크하여 오류가 반환 처리되지 않고 사용자 식별 인증이 성공된 경우에만 토큰을 발행하여 상기 사용자단말기(100)에 제공하는 과정이다.In the token issuing process (S300), when the seller terminal 300 receives the transaction from the token management server 200, an error is returned by checking the structure of the transaction through an Ethereum state conversion function based on blockchain. It is a process of issuing a token and providing it to the user terminal 100 only when the user identification authentication is successful.

즉, 상기 사용자단말기(100)가 토큰 관리 서버(200)에 회원가입 하는 과정과 상기 판매자단말기(300)가 이더리움 상태 변환 함수를 통해 트랜잭션의 구조를 체크하는 과정을 통해 사용자단말기(100)의 신원을 확실하게 확인할 수 있는 것이다.That is, the user terminal 100 through the process of registering a member to the token management server 200 and the seller terminal 300 through the process of checking the structure of the transaction through the Ethereum status conversion function of the user terminal 100 You can confirm your identity.

또한 상기 토큰 관리 서버(200)는 상기 과정(S300)에서 상기 판매자단말기(300)가 상기 사용자단말기(100)로 요청한 토큰 발행량 만큼 토큰을 상기 사용자단말기(100)로 발행할 경우 발생하는 수수료를 수집한다.In addition, the token management server 200 collects a fee incurred when the token is issued to the user terminal 100 as much as the token issuance amount requested by the seller terminal 300 to the user terminal 100 in step S300. do.

상기 판매자단말기(300)가 진행하는 특정 프로젝트, 즉 ICO 프로젝트의 경우 하드캡(HARD CAP), 소프트캡(SOFT CAP)이라는 용어가 사용되는데, 상기 하드캡이라 함은 판매자단말기(300)가 ICO 프로젝트를 진행하며 사용자단말기(100)로부터 투자 이더를 투자 받기로 한 최대금액을 정해 놓은 것을 의미하며, 소프트캡이라 함은 판매자단말기(300)가 ICO 프로젝트를 진행하며 사용자단말기(100)로부터 투자 이더를 투자 받기로 한 최소금액을 정해 놓은 것을 의미한다.In the case of a specific project conducted by the seller terminal 300, that is, in the case of an ICO project, the terms hard cap (soft cap) and soft cap (soft cap) are used. The hard cap means that the seller terminal 300 is an ICO project. In the meantime, it means that the maximum amount that the investment terminal 100 will receive from the user terminal 100 is set, and the soft cap means that the seller terminal 300 proceeds with the ICO project and receives the investment ether from the user terminal 100. It means that you have set a minimum amount for the investment.

하지만 종래의 경우, ICO 프로젝트를 진행하여 투자자로부터 투자 이더를 투자 받아 소프트캡 또는 하드캡이 달성되어도 코인을 가상화폐 거래소에 상장하지 않고 투자 이더만 챙기는 ICO 프로젝트를 악용하는 경우가 있어 문제가 있었다.However, in the conventional case, there is a problem in that there is a case in which an ICO project that only takes investment ether without listing coins on the cryptocurrency exchange may be exploited even if a soft cap or hard cap is achieved by investing investment ether from an investor through an ICO project.

본 발명에서는 이와 같은 문제점을 해결하기 위해 토큰 관리 서버(200)가 ICO 프로젝트를 전반적으로 관리하는데 실시예는 아래와 같다.In the present invention, in order to solve this problem, the token management server 200 manages the ICO project in general.

도 3은 본 발명의 일실시예에 따른 토큰 관리 서버의 특정 프로젝트 관리 실시예시도1이다. 도 3에 도시된 바와 같이, 판매자단말기(300)는 특정 프로젝트를 일정기간 동안 진행하여 사용자단말기(100)로부터 투자 이더를 수집하고 상기 사용자단말기(100)에 토큰을 발행한다. (S400) 이 때 특정 프로젝트를 시작할 때 미리 정해 놓은 하드캡이 기간 내에 달성될 수 있는데 (S500) 상기 토큰 관리 서버(200)는 이런 경우 상기 판매자단말기(300)가 진행하는 특정 프로젝트를 마감하고, 상기 판매자단말기(300)가 진행한 특정 프로젝트의 코인을 가상화폐 거래소에 상장시킨다. (S600)Figure 3 is a specific project management example 1 of the token management server according to an embodiment of the present invention. As shown in FIG. 3, the seller terminal 300 proceeds with a specific project for a certain period to collect investment ether from the user terminal 100 and issues tokens to the user terminal 100. (S400) At this time, when starting a specific project, a predetermined hard cap may be achieved within a period (S500). In this case, the token management server 200 closes a specific project that the seller terminal 300 proceeds, Coins of a specific project conducted by the seller terminal 300 are listed on the cryptocurrency exchange. (S600)

도 4는 본 발명의 일실시예에 따른 토큰 관리 서버의 특정 프로젝트 관리 실시예시도2이다. 도 4에 도시된 바와 같이, 판매자단말기(300)는 특정 프로젝트를 일정기간 동안 진행하여 사용자단말기(100)로부터 투자 이더를 수집하고 상기 사용자단말기(100)에 토큰을 발행한다. (S700) 이 때 특정 프로젝트를 시작할 때 미리 정해 놓은 기간이 종료될 수 있는데 (S800) 상기 토큰 관리 서버(200)는 이럴 경우 소프트캡 달성 여부를 확인하고, 소프트캡 미달성시에는 상기 판매자단말기(300)가 사용자단말기(100)에 토큰을 발행하면서 획득한 투자 이더를 사용자단말기(100)로 모두 상환하도록 제어한다. (S900)4 is a specific project management example 2 of the token management server according to an embodiment of the present invention. As shown in FIG. 4, the seller terminal 300 proceeds with a specific project for a certain period to collect investment ether from the user terminal 100 and issues a token to the user terminal 100. (S700) At this time, when a specific project is started, a predetermined period may end (S800). The token management server 200 checks whether a soft cap is achieved in this case, and when the soft cap is not achieved, the seller terminal 300 ) Is issued to issue the token to the user terminal 100, and controls to repay all of the investment ether acquired by the user terminal 100. (S900)

상기 과정(S900)에서 상기 토큰 관리 서버(200)는 소프트캡(SOFT CAP)을 달성하지 못하였지만 프로젝트에 투자한 사용자단말기(100)의 수가 미리 설정한 수를 넘었을 경우 상기 판매자단말기(300)가 진행한 특정 프로젝트의 코인을 가상화폐 거래소에 상장시킨다.In the process (S900), if the token management server 200 has not achieved a soft cap, but the number of user terminals 100 invested in the project exceeds a preset number, the seller terminal 300 Coins of a specific project conducted by the company are listed on the cryptocurrency exchange.

또한 상기 과정(S400, S700)에서 상기 사용자단말기(100)가 상기 판매자단말기(300)가 진행하는 특정 프로젝트의 토큰을 발행 받은 후 프로젝트 기간이 끝나기 전에 토큰 발행에 투자한 투자 이더의 반환을 요청할 경우, 상기 판매자단말기(300)가 토큰에 대한 투자 이더의 일정량 만을 상기 사용자단말기(100)로 상환하도록 제어한다.In addition, in the process (S400, S700), the user terminal 100 requests the return of the investment ether invested in the token issuance before the end of the project period after receiving the token of the specific project proceeded by the seller terminal 300 , It is controlled so that the seller terminal 300 repays only a certain amount of the investment ether for the token to the user terminal 100.

따라서, 상기한 바와 같이 본 발명에 따른 블록체인 기반의 토큰 거래 시스템은 투자자의 신원을 확실하게 확인할 수 있고, ICO 프로젝트를 진행하는 자가 ICO 프로젝트를 악용할 수 없도록 할 수 있는 효과가 있다.Therefore, as described above, the blockchain-based token trading system according to the present invention has the effect of being able to reliably confirm the identity of the investor and prevent the person who is conducting the ICO project from exploiting the ICO project.

본 발명은 도면에 도시된 실시 예(들)를 참고로 설명되었으나 이는 예시 적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형이 이루어질 수 있으며, 상기 설명된 실시 예(들)의 전부 또는 일부가 선택적으로 조합되어 구성될 수도 있다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호 범위는 첨부된 특허청구범위의 기술적 사상에 의해 정해져야 할 것이다. The present invention has been described with reference to the embodiment(s) shown in the drawings, but this is merely exemplary, and those skilled in the art can make various modifications therefrom, and the above-described embodiment ( It will be understood that all or part of the (s) may be configured by selectively combining. Therefore, the true technical protection scope of the present invention should be determined by the technical spirit of the appended claims.

100 : 사용자단말기
200 : 토큰 관리 서버
300 : 판매자단말기
100: user terminal
200: token management server
300: seller terminal

Claims (9)

블록체인 기반의 토큰 거래 시스템에 있어서,
토큰 관리 서버(200)에 회원가입 또는 로그인을 통한 사용자 인증을 거친 후 특정 프로젝트의 토큰 발행을 요청하는 사용자단말기(100);
상기 사용자단말기(100)로부터 요청된 프로젝트에 사용되는 토큰을 발행하기 위한 트랜잭션을 판매자단말기(300)에 요청하는 토큰 관리 서버(200); 및
상기 토큰 관리 서버(200)로부터 상기 트랜잭션을 수신하는 경우, 블록체인에 기반한 이더리움 상태 변환 함수를 통해 상기 트랜잭션의 구조를 체크하여 오류가 반환 처리되지 않고 사용자 식별 인증이 성공된 경우에만 토큰을 발행하여 상기 사용자단말기(100)에 제공하는 판매자단말기(300);를 포함하는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.
In a blockchain-based token trading system,
A user terminal 100 that requests token issuance of a specific project after user authentication through membership registration or login to the token management server 200;
A token management server 200 for requesting a transaction to issue a token used for the project requested from the user terminal 100 to the seller terminal 300; And
When the transaction is received from the token management server 200, the structure of the transaction is checked through the Ethereum state conversion function based on the blockchain, and an error is not returned and the token is issued only when user identification authentication is successful Blockchain-based token transaction system, characterized in that it comprises;; the seller terminal 300 to provide to the user terminal 100.
제1항에 있어서, 상기 사용자단말기(100)가 상기 토큰 관리 서버(200)에 회원가입 하는 경우 상기 토큰 관리 서버(200)에 로그인 정보, 이더리움 주소, 이메일, 사용자 이름 및 생년월일을 전송하는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.According to claim 1, When the user terminal 100 is a member to the token management server 200, the login information, Ethereum address, email, user name and date of birth to the token management server 200 It is a blockchain-based token trading system. 제2항에 있어서, 상기 토큰 관리 서버(200)는 상기 사용자단말기(100)가 회원가입 하는 경우 상기 사용자단말기(100)로부터 로그인 정보, 이더리움 주소, 이메일, 사용자 이름 및 생년원일을 전송받아 저장하는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.3. The token management server (200) according to claim 2, wherein the token management server (200) receives and stores login information, Ethereum address, email, user name, and date of birth from the user terminal (100) when the user terminal (100) registers for membership. Blockchain-based token transaction system, characterized in that. 제1항에 있어서, 상기 토큰 관리 서버(200)가 상기 판매자단말기(300)에 요청하는 트랜잭션은 요청된 프로젝트를 식별할 수 있는 밸런스 크기만큼의 토큰 발행량 및 사용자의 이더리움 주소가 포함된 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.The method of claim 1, wherein the transaction requested by the token management server (200) to the seller terminal (300) is characterized by including the token issuance amount and the user's Ethereum address as much as the balance size capable of identifying the requested project. Blockchain based token trading system. 제1항에 있어서, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 상기 사용자단말기(100)로 요청한 토큰 발행량 만큼 토큰을 상기 사용자단말기(100)로 발행할 경우 발생하는 수수료를 수집하는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.The method of claim 1, wherein the token management server (200) collects fees incurred when the seller terminal (300) issues tokens to the user terminal (100) as much as the amount of tokens requested by the user terminal (100). Blockchain-based token transaction system, characterized in that. 제1항에 있어서, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 진행하는 특정 프로젝트의 하드캡(HARD CARP)이 달성될 경우 프로젝트 기간이 남았어도 프로젝트를 마감하고, 상기 판매자단말기(300)가 진행한 특정 프로젝트의 코인을 가상화폐 거래소에 상장시키는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.The method of claim 1, wherein the token management server 200, if the hard cap (HARD CARP) of a specific project that the seller terminal 300 proceeds is achieved, the project is closed even if the project period remains, and the seller terminal Blockchain-based token trading system characterized by listing the coins of a specific project proceeded by (300) on a cryptocurrency exchange. 제1항에 있어서, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 진행하는 특정 프로젝트가 프로젝트 기간 동안 소프트캡(SOFT CAP)을 달성하지 못할 경우, 상기 판매자단말기(300)가 사용자단말기(100)에 토큰을 발행하면서 획득한 투자 이더를 사용자단말기(100)로 모두 상환하도록 제어하는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.According to claim 1, The token management server 200, If the specific project that the seller terminal 300 proceeds to achieve a soft cap (SOFT CAP) during the project period, the seller terminal 300 is a user Blockchain-based token transaction system characterized by controlling to redeem all the investment ether acquired while issuing tokens to the terminal (100) to the user terminal (100). 제1항에 있어서, 상기 토큰 관리 서버(200)는, 상기 판매자단말기(300)가 진행하는 특정 프로젝트가 프로젝트 기간 동안 소프트캡(SOFT CAP)을 달성하지 못하였지만 프로젝트에 투자한 사용자단말기(100)의 수가 미리 설정한 수를 넘었을 경우 상기 판매자단말기(300)가 진행한 특정 프로젝트의 코인을 가상화폐 거래소에 상장시키는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.According to claim 1, The token management server 200, the user terminal 100 invested in the project, although the specific project that the seller terminal 300 has not achieved a soft cap (SOFT CAP) during the project period Blockchain-based token trading system, characterized in that when the number of the number exceeds a preset number, the coin of a specific project carried out by the seller terminal 300 is listed on a virtual currency exchange. 제1항에 있어서, 상기 토큰 관리 서버(200)는, 상기 사용자단말기(100)가 상기 판매자단말기(300)가 진행하는 특정 프로젝트의 토큰을 발행 받은 후 프로젝트 기간이 끝나기 전에 토큰 발행에 투자한 투자 이더의 반환을 요청할 경우, 상기 판매자단말기(300)가 토큰에 대한 투자 이더의 일정량 만을 상기 사용자단말기(100)로 상환하도록 제어하는 것을 특징으로 하는 블록체인 기반의 토큰 거래 시스템.














The investment according to claim 1, wherein the token management server (200) invests in token issuance before the project period ends after the user terminal (100) receives tokens of a specific project that the seller terminal (300) proceeds with. When requesting the return of Ether, the blockchain-based token transaction system characterized in that the seller terminal (300) controls to repay only a certain amount of investment ether for the token to the user terminal (100).














KR1020180169405A 2018-12-26 2018-12-26 System for token transaction based on block chain KR20200080462A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180169405A KR20200080462A (en) 2018-12-26 2018-12-26 System for token transaction based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180169405A KR20200080462A (en) 2018-12-26 2018-12-26 System for token transaction based on block chain

Publications (1)

Publication Number Publication Date
KR20200080462A true KR20200080462A (en) 2020-07-07

Family

ID=71602777

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180169405A KR20200080462A (en) 2018-12-26 2018-12-26 System for token transaction based on block chain

Country Status (1)

Country Link
KR (1) KR20200080462A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230060007A (en) 2021-10-27 2023-05-04 예스튜디오 주식회사 Method and system for trading copyright of design based on blockchain

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101878869B1 (en) 2017-11-17 2018-08-16 주식회사 미탭스플러스 Distributed Ledger Device and Distributed Ledger Method for User Identification Management Based on Block Chain
KR101914576B1 (en) 2018-03-23 2018-11-02 데이터 엠 리미티드 Rewarding System For Carbon Emission Reduction Using Cryptocurrency

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101878869B1 (en) 2017-11-17 2018-08-16 주식회사 미탭스플러스 Distributed Ledger Device and Distributed Ledger Method for User Identification Management Based on Block Chain
KR101914576B1 (en) 2018-03-23 2018-11-02 데이터 엠 리미티드 Rewarding System For Carbon Emission Reduction Using Cryptocurrency

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230060007A (en) 2021-10-27 2023-05-04 예스튜디오 주식회사 Method and system for trading copyright of design based on blockchain

Similar Documents

Publication Publication Date Title
KR101857223B1 (en) Method and system for user identification based block chain token
JP7385706B2 (en) Method of distributing digital assets registered on blockchain and autonomous computing agent
US20220215132A1 (en) Methods and systems for using digital signatures to create trusted digital asset transfers
CN108492180B (en) Asset management method and device and electronic equipment
JP6794527B2 (en) Computer system using secure ledger distribution method and secure distributed ledger technology
TWI814706B (en) Blockchain-implemented method and system
Hanada et al. Smart contracts for machine-to-machine communication: Possibilities and limitations
EP3594884A1 (en) Electronic bill management method, device, and storage medium
US11108566B2 (en) Methods and systems for using digital signatures to create trusted digital asset transfers
CN111417977A (en) System and method for managing patent risks
KR20190024601A (en) System and method for trading virtual currency
US20100191622A1 (en) Distributed Transaction layer
WO2021098251A1 (en) Asset digital certificate payment and settlement method and device based on blockchain, and medium
CN111444209B (en) Data processing method, device, equipment and medium based on block chain
Eskandari et al. On the feasibility of decentralized derivatives markets
WO2015116998A2 (en) Electronic transfer and obligation enforcement system
US20220156837A1 (en) Distributed ledger implementation for entity formation and monitoring system
KR20220093198A (en) Execution of transactions using dedicated and open blockchains
WO2021098252A1 (en) Blockchain-based payment settlement method and apparatus for digital transfer of funds, and medium
Biryukov et al. Privacy-preserving KYC on Ethereum
WO2018220633A1 (en) Smart contract for copy trading
EP3611680A1 (en) Currency information processing device and currency information processing system
EP3867852A1 (en) Computer-implemented method and system for digital signing of transactions
TWI646487B (en) Smart contract executing system with permission rating and avoid duplication and method thereof
KR102337444B1 (en) Apparatus and method for managing digital asset transaction

Legal Events

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