WO2019155645A1 - Auction system using smart contracts - Google Patents

Auction system using smart contracts Download PDF

Info

Publication number
WO2019155645A1
WO2019155645A1 PCT/JP2018/007913 JP2018007913W WO2019155645A1 WO 2019155645 A1 WO2019155645 A1 WO 2019155645A1 JP 2018007913 W JP2018007913 W JP 2018007913W WO 2019155645 A1 WO2019155645 A1 WO 2019155645A1
Authority
WO
WIPO (PCT)
Prior art keywords
function
auction
smart contracts
functions
smart contract
Prior art date
Application number
PCT/JP2018/007913
Other languages
French (fr)
Japanese (ja)
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 PCT/JP2018/007913 priority Critical patent/WO2019155645A1/en
Publication of WO2019155645A1 publication Critical patent/WO2019155645A1/en

Links

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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/08Auctions

Definitions

  • the present invention relates to an auction system characterized by delegating an auction process for each item to a smart contract on a blockchain network.
  • a system using a client server type is known as an auction system.
  • a peer-to-peer type in which no server is constructed can provide similar services.
  • the present invention provides a means for constructing a system more easily.
  • the auction system delegates the auction process for each item to the smart contract on the blockchain network.
  • the exhibitor issues a smart contract on the blockchain network that “the highest bidder that exceeds the planned price within a certain period of time will be the winning bidder”.
  • the smart contract issued in this way can be freely viewed. Among the viewers, those who try to make a successful bid update the highest price managed on the smart contract.
  • the exhibitor notifies the smart contract of the bidding deadline and makes a successful bid.
  • the winning bidder is determined, and the ownership of the virtual currency inside the blockchain network moves from the winning bidder to the exhibitor by the winning bid price.
  • the minimum required functions of the system on the exhibitor side are three points: a smart contract issue function, a bid deadline notification function, and a schedule function for executing a bid deadline notification after a certain period of time.
  • the minimum required functions of the bidder's system are the smart contract search and browsing function and the highest or lowest price update function.
  • the present invention can be diverted to auction processing accompanying the procurement of devices in a society where all electronic devices have artificial intelligence and autonomous behavior.

Abstract

The present invention makes it possible to more simply create an auction system by separately delegating auction processes to a smart contract on a blockchain. Thereby, the minimum required functions on a seller-side system are three functions, namely a function for issuing smart contracts, a function for the notification of bid deadlines, and a function for scheduling the execution of bid notifications after a fixed period of time, while the minimum required functions on a bidder-side system are two functions, namely a function for searching and browsing smart contracts, and a function for updating a maximum or minimum price.

Description

スマートコントラクトを用いた競売システムAuction system using smart contract
 本発明は、案件毎の競売プロセスをブロックチェーンネットワーク上のスマートコントラクトに委譲することを特徴とする競売システムに関する。 The present invention relates to an auction system characterized by delegating an auction process for each item to a smart contract on a blockchain network.
 競売を行うシステムとして、クライアントサーバ型を用いたものが公知である。また、サーバを構築しないピアツーピア型でも同様のサービスを提供可能である。 A system using a client server type is known as an auction system. A peer-to-peer type in which no server is constructed can provide similar services.
 競売システムを構築する場合、クライアントサーバ型であればサーバ側で、ピアツーピア型であれば出品者側で、案件毎の競売プロセスを行えるようにシステムを構築する必要がある。本発明ではより簡便にシステムを構築する手段を提供する。 When constructing an auction system, it is necessary to construct a system so that the auction process for each item can be performed on the server side in the case of the client server type and on the exhibitor side in the case of the peer-to-peer type. The present invention provides a means for constructing a system more easily.
 本発明に係る競売システムは、案件毎の競売プロセスをブロックチェーンネットワーク上のスマートコントラクトに委譲する。 The auction system according to the present invention delegates the auction process for each item to the smart contract on the blockchain network.
 本発明においては、案件毎の競売プロセスのためのシステム構築に要する手間とコストを削減し、競売システムをより簡便に構築することを可能とする。 In the present invention, it is possible to reduce the labor and cost required to construct a system for an auction process for each item, and to construct an auction system more easily.
 出品者が物品を競売にかける場合を考える。まず出品者は、ブロックチェーンネットワーク上に「一定期間内に予定価格を上回る最高価格を付けた者を落札者とする」というスマートコントラクトを発行する。こうして発行されたスマートコントラクトは自由に閲覧可能とする。閲覧者の中で、落札しようとする者はスマートコントラクト上で管理される最高価格を更新する。一定期間が経ち、出品者はスマートコントラクトに対して入札締切を通知し、これをもって落札とする。このとき、落札者が決定し、ブロックチェーンネットワーク内部の仮想通貨の所有権が落札者から出品者に落札価格分移動する。
 本実施例で、出品者側のシステムに最低限求められる機能は、スマートコントラクトの発行機能と、入札締切の通知機能と、一定期間後に入札締切通知を実行するスケジュール機能の3点である。一方、応札者側のシステムに最低限求められる機能は、スマートコントラクトの検索及び閲覧機能と、最高または最低価格の更新機能の2点である。
Consider a case where an exhibitor places an item for auction. First, the exhibitor issues a smart contract on the blockchain network that “the highest bidder that exceeds the planned price within a certain period of time will be the winning bidder”. The smart contract issued in this way can be freely viewed. Among the viewers, those who try to make a successful bid update the highest price managed on the smart contract. After a certain period of time, the exhibitor notifies the smart contract of the bidding deadline and makes a successful bid. At this time, the winning bidder is determined, and the ownership of the virtual currency inside the blockchain network moves from the winning bidder to the exhibitor by the winning bid price.
In this embodiment, the minimum required functions of the system on the exhibitor side are three points: a smart contract issue function, a bid deadline notification function, and a schedule function for executing a bid deadline notification after a certain period of time. On the other hand, the minimum required functions of the bidder's system are the smart contract search and browsing function and the highest or lowest price update function.
 本発明は、すべての電子機器が人工知能を備え、自律行動する社会において、機器同士の調達に伴う競売処理への転用が可能である。 The present invention can be diverted to auction processing accompanying the procurement of devices in a society where all electronic devices have artificial intelligence and autonomous behavior.

Claims (1)

  1.  案件毎の競売プロセスをブロックチェーンネットワーク上のスマートコントラクトに委譲することを特徴とする競売システム。 Auction system characterized by delegating the auction process for each project to a smart contract on the blockchain network.
PCT/JP2018/007913 2018-02-11 2018-02-11 Auction system using smart contracts WO2019155645A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/007913 WO2019155645A1 (en) 2018-02-11 2018-02-11 Auction system using smart contracts

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/007913 WO2019155645A1 (en) 2018-02-11 2018-02-11 Auction system using smart contracts

Publications (1)

Publication Number Publication Date
WO2019155645A1 true WO2019155645A1 (en) 2019-08-15

Family

ID=67548382

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2018/007913 WO2019155645A1 (en) 2018-02-11 2018-02-11 Auction system using smart contracts

Country Status (1)

Country Link
WO (1) WO2019155645A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11538070B2 (en) * 2020-04-13 2022-12-27 Linkplicity Gmbh Blockchain-based system and method for peer-to-peer online advertising auction

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160335533A1 (en) * 2015-05-15 2016-11-17 Joshua P. Davis System and Method for an Autonomous Entity
US20170155515A1 (en) * 2015-11-26 2017-06-01 International Business Machines Corporation System, method, and computer program product for privacy-preserving transaction validation mechanisms for smart contracts that are included in a ledger

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160335533A1 (en) * 2015-05-15 2016-11-17 Joshua P. Davis System and Method for an Autonomous Entity
US20170155515A1 (en) * 2015-11-26 2017-06-01 International Business Machines Corporation System, method, and computer program product for privacy-preserving transaction validation mechanisms for smart contracts that are included in a ledger

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Artwork Sale/Purchase Process", MAECENAS/THE ART INVESTMENT PLATFORM, 25 September 2017 (2017-09-25), Retrieved from the Internet <URL:https://www.maecenas.co/Maecenas-WhitePaper-jp.pdf> [retrieved on 20180618] *
MINE, ARAM.: "Escrow'' that Guarantees Transaction Security", BLOCKCHAIN BIZ, 10 April 2017 (2017-04-10), Retrieved from the Internet <URL:http://gaiax-blockchain.com/escrow> [retrieved on 20180618] *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11538070B2 (en) * 2020-04-13 2022-12-27 Linkplicity Gmbh Blockchain-based system and method for peer-to-peer online advertising auction

Similar Documents

Publication Publication Date Title
US10963953B2 (en) Reserve management for continuous bidding portal
Bergemann et al. Dynamic auctions: A survey
Amador et al. Dynamic multi-agent task allocation with spatial and temporal constraints
Content Online
WO2019155645A1 (en) Auction system using smart contracts
CN108921613A (en) Advertisement price competing method, system and advertisement placement method, system
CA2997096C (en) Continuous bidding portal
CN104200382A (en) Network timed no-reserve Dutch auction system
US10248970B1 (en) Virtual item promotions via time-period-based virtual item benefits
US20140188630A1 (en) Configurable clearing price logic for ad exchanges
US20140337125A1 (en) Learn budgeting in online advertising auction exchanges
CN104683392A (en) A novel cloud computing network storage and management system
Xu A smartphone challenger’s competitive strategy: the case of Xiaomi
Bruni The Economy of Communion: A project for a sustainable and happy socioeconomic future
KR20150131434A (en) Content development and launching platform
KR102489654B1 (en) server that monitors the manufacturing process of cosmetics and manages planning, manufacturing, marketing and distribution processes
Stavrogiannis Competition between demand-side intermediaries in ad exchanges
Majerova et al. Digital Solutions for Media: Role of Pandemic and Sustainable Development of Depleting Industries
DATE OVER 100 MILLION
Karami The effects of electronic commerce on development of business activities in developing countries
Kristensen et al. Company Synopsis for: Amazon. com, Inc
Cai et al. Design of online auctions: Proxy versus non-proxy settings
Bradford Honey, I shrunk the renaissance: nuclear revival, climate change, and reality
Yazovskikh144 et al. IMPROVING THE PRODUCT PROMOTION COMPLEX TRADE DEALER OF THE LLC “TRADEINS. RU”
Hautamäki et al. From pause to play

Legal Events

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

Ref document number: 18904701

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18904701

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP