WO2015085393A1 - Système et procédé pour évaluer un historique de transactions - Google Patents

Système et procédé pour évaluer un historique de transactions Download PDF

Info

Publication number
WO2015085393A1
WO2015085393A1 PCT/CA2013/050967 CA2013050967W WO2015085393A1 WO 2015085393 A1 WO2015085393 A1 WO 2015085393A1 CA 2013050967 W CA2013050967 W CA 2013050967W WO 2015085393 A1 WO2015085393 A1 WO 2015085393A1
Authority
WO
WIPO (PCT)
Prior art keywords
rating
peer
digital currency
account
transaction
Prior art date
Application number
PCT/CA2013/050967
Other languages
English (en)
Inventor
Li Jun TANG
Jia Hao TANG
Original Assignee
Tang li jun
Tang Jia Hao
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 Tang li jun, Tang Jia Hao filed Critical Tang li jun
Priority to CA2933407A priority Critical patent/CA2933407A1/fr
Priority to PCT/CA2013/050967 priority patent/WO2015085393A1/fr
Publication of WO2015085393A1 publication Critical patent/WO2015085393A1/fr

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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/22Payment schemes or models
    • G06Q20/223Payment schemes or models based on the use of peer-to-peer networks
    • 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/389Keeping log of transactions for guaranteeing non-repudiation of a transaction
    • 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/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/401Transaction verification
    • G06Q20/4016Transaction verification involving fraud or risk level assessment in transaction processing
    • 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

Definitions

  • the present invention relates to generating a rating of a transaction history in electronic commerce, and more specifically rating a transaction history of a digital currency.
  • a digital currency is electronic money that acts as alternative currency.
  • digital currencies are not produced by government-endorsed central banks nor necessarily backed by national currency.
  • Digital currencies are typically used in transactions with all goods and services and are not limited to electronic media such as Internet distribution of movies and games.
  • Mainstream monetary transactions are typically based on trust. Identification of each party in a two party transaction is a significant part of building trust. Digital currencies such as Bitcoin and Bitcoin based currencies use proof-of-work, as well as proof-of-stake for PPcoin, as validators instead of traditional mechanisms for establishing trust. Moreover, with digital currencies such as Bitcoin, transactions are often carried out in anonymity without any exchange of identification other than a user's account identifier. Thus, digital currency transactions are susceptible to identity fraud or scams.
  • a rating system for rating a transaction history of a digital currency comprising:
  • a storage system for storing transaction information of the digital currency
  • an interface for receiving an identifier of at least one account associated with the digital currency and a request for rating the transaction history of the at least one account;
  • a processor communicative with the storage system and the interface;
  • the processor identifying transactions of the at least one account from the transaction information stored in the storage system and assessing the amount, date, and destination of the identified transactions to generate a rating for the at least one account.
  • a computer-implemented method for rating a transaction history of a digital currency comprising:
  • a computer readable medium embodying a computer program for rating a transaction history of a digital currency, comprising:
  • a rating system for rating a transaction history of a peer-to-peer digital currency comprising:
  • a storage system for storing transaction information of the peer-to-peer digital currency
  • an interface for receiving an identifier of at least one account associated with the peer- to-peer digital currency and a request for rating the transaction history of the at least one account
  • a processor communicative with the storage system and the interface
  • the processor identifying transactions of the at least one account from the transaction information stored in the storage system and assessing the destination of the identified transactions to generate a rating for the at least one account.
  • a computer-implemented method for rating a transaction history of a peer-to-peer digital currency comprising:
  • a computer readable medium embodying a computer program for rating a transaction history of a peer-to-peer digital currency, comprising:
  • computer readable code for storing transaction information of the peer-to-peer digital currency in a storage system; computer readable code for receiving over a network via an interface an identifier of at least one account associated with the peer-to peer digital currency and a request for rating the transaction history of the at least one account;
  • Figure 1 shows a block diagram describing a flow example of a user interaction with a transaction history rating system
  • Figure 2 shows a block diagram describing a flow example of the transaction history rating system processing the user request shown in Figure 1 ;
  • Figure 3 shows a block diagram describing a flow example of a user interaction with a transaction history rating system for Bitcoin transactions
  • Figure 4 shows a block diagram describing a flow example of the Bitcoin transaction history rating system processing the user request shown in Figure 3;
  • Figure 5 shows a block diagram describing a flow example of the Bitcoin transaction history rating system generating a reference value
  • Figure 6 shows a block diagram describing a flow example of the Bitcoin transaction history rating system generating a score characterizing the transaction history of a specified account
  • Figure 7 shows a block diagram describing a flow example of the Bitcoin transaction history rating system generating an averaged score characterizing the transaction history of a specified account
  • Figure 8 shows a block diagram describing a flow example of the Bitcoin transaction history rating system generating a projected score characterizing the transaction history of a specified account
  • Figure 9 shows a block diagram describing a flow example of an aggressive projection for generating the projected score shown in Figure 8
  • Figure 10 shows a block diagram describing a flow example of a conservative projection for generating the projected score shown in Figure 8;
  • Figure 11 shows a block diagram describing an alternative flow example, to that shown in Figure 5, of the Bitcoin transaction history rating system generating a reference value;
  • Figure 12 shows a block diagram describing an alternative flow example, to that shown in Figure 6, of the Bitcoin transaction history rating system generating a score characterizing the transaction history of a specified account.
  • Figure 13 is a system map showing an implementation of the rating system
  • Figure 14 is a system map showing an alternative implementation of the rating system.
  • Figure 1 shows a flow diagram describing an example of a user inputing an account identifier and requesting a score for the account identifier within the system.
  • the user may perform the steps shown in Figure 1 using an application installed on a personal computing device or using a website interface for an online application connected to a server computer.
  • the application installed on a personal computing device may be used offline with local processor and memory or may be used online in connection with a server computer and database.
  • the steps are described in the context of an application installed on the user's personal computing device with an online connection to a server computer.
  • an end-user interface application software previously installed on the computing device will start (110) and initiate a networked communication with a server computer of the system.
  • the server computer will typically require login information (120) that may be provided by the application software in the form of a stored electronic data packet such as an electronic cookie.
  • login information 120
  • the user is prompted to manually enter the login information (122) such as a login name and password.
  • the user can access a list (130), for example as a pull down menu, of predetermined score types.
  • the system may provide the user with a brief description of each score type.
  • the user selects a desired score type (140) and inputs an identifier for a digital currency account (150).
  • the server computer calculates the score for the specified account.
  • the user receives the requested score (160).
  • FIG. 2 shows a flow diagram describing an example of processing steps performed by the server computer to generate the requested score.
  • the server computer receives (210) the selected score type and the specified account identifier from the user's computing device.
  • the server computer accesses the transaction history of the digital currency (220) and based on the account identifier information provided by the user (150) the server computer can filter the transaction history of the digital currency to analyze the transactions of the specified account (230).
  • the server computer analyzes the transactions of the specified account with reference to one or more relevant parameters such as transaction amount (232), transaction frequency (234), account age (236), or transaction destination (238).
  • the one or more relevant parameters may be any single or combination of quantifiable factors that can define a digital currency transaction.
  • the server computer executes algorithm(s) based on the one or more relevant parameters to calculate a score (240).
  • the score is sent to the user's computing device (250) and received by the application software, displayed to the user and optionally stored in memory.
  • Figure 3 shows a flow diagram providing an example of the steps similar to those shown in Figures 1 and 2 applied to generation of a score for a Bitcoin digital currency account.
  • a user wishing to obtain a score for a Bitcoin account inputs information containing a unique identifier of the account, typically a Bitcoin address or a hash of the address (310).
  • the user may choose a type of score (312) selecting from options (314) such as Current, Projected, Average, or Projected Average.
  • the user may choose an output format (316) selecting from options (318) such as XML, plain text or CSV.
  • the information containing the unique identifier, the choice of score type and the choice of output format is submitted to a processor for score calculation.
  • the processor calculates the requested score with predetermined algorithms corresponding to the chosen score type (322, 326) and by accessing the transaction history database or Blockchain of the Bitcoin (324) or a database derived from the Blockchain information (328). The calculated score is returned to the user's personal computing device and displayed to the user.
  • Figure 4 shows a flow diagram providing an example of steps of a calculation (322).
  • Calculation (322) is initiated by receipt of a request for a score calculation (340) with the request comprising information relating to an account identifier, and optionally a score type and an output format (342).
  • the received information and more particularly the account identifier information may be validated, for example by checksum analysis, to ensure that it is in an appropriate form (344) with an invalid format resulting in an error message returned to the user (346) and a valid format proceeding to access Blockchain information stored in a local memory (348).
  • the locally stored Blockchain information is assessed (350), and if it is up to date the processor selects an algorithm (354) corresponding to the score type specified in the request (342) and executes the selected algorithm (356, 357, 358 or 359). If the Blockchain information is not up to date a networked connection is initiated to update the Blockchain information (352) and to calculate reference values relating to the total, average or mean of an accumulated value of transactions in the Blockchain. The reference values are used to normalize scores to facilitate comparison of scores for different accounts at different time points.
  • Figure 5 shows a flow diagram providing an example of steps to update the Blockchain information and reference values (352).
  • a networked connection to a realtime Bitcoin Blockchain database is initiated and compared to a record of the last updated Blockchain transaction (370) to determine a starting point and size of the update.
  • the update can involve updating a Bitcoin Blockchain database stored in local memory as well as parameter weight factors database also stored in a local memory and used for calculating scores.
  • a reference value Cm is updated (374) in view of updated Blockchain transactions. Calculation of the reference value Cm comprises three components: a total transaction amount, a negative weighting penalizing longer intervals (ie., lower frequency), and a negative weighting penalizing greater account age.
  • the reference value Cm can be updated in iterative fashion (378) by considering each subsequent updated transaction until the current transaction is reached (376) resulting in an updated Cm reference value.
  • Figure 6 shows a flow diagram providing an example of steps to calculate a Bitcoin account score extending (356) from the steps shown in Figure 4.
  • the Blockchain and weight factor databases (372), updated as shown in Figure 5, are accessed for transaction information relevant to the specified account identifier for which a score has been requested as shown in Figure 3 (310).
  • Value Cid an accumulated value of all the transactions of Bitcoin transfers carried out by the specified account, is then calculated (390).
  • calculation of value Cid comprises three components (390): a total transaction amount, a negative weighting penalizing longer intervals (ie., lower frequency), and a negative weighting penalizing greater account age.
  • the Bitcoin account score is then calculated as a comparison, more specifically a ratio, of the value Cid over the reference value Cm to yield the score Sid (394) which is then sent (396) and displayed to the user to complete the user's request (320).
  • id identifier of a digital currency account may also be identification number of a report, also is the address in Bitcoin
  • Cid Accumulated value of transactions associated with id Cid Accumulated value of transactions associated with id.
  • FIG. 7 shows a flow diagram providing an example of steps to calculate a system index score extending (357) from the steps shown in Figure 4.
  • the score index Id is calculated (400) as a comparison, or more specifically a ratio of a Cm value at a specified date to a Cm value at a prior reference date, designated Co.
  • the index score can then be returned (402) and displayed to the user.
  • the index score is useful for assessing overall or top level trends of the system between two or more dates.
  • the Index score may reflect overall expansion or contraction of the system between a queried date and a reference date.
  • the index score may be used for month-over-month or year-over-year comparisons.
  • Figure 8 shows a flow diagram providing an example of steps to calculate a projected
  • Bitcoin account score extending (358) from the steps shown in Figure 4.
  • the Blockchain and weight factor databases (372), updated as shown in Figure 5, are accessed for transaction information relevant to the specified account identifier for which a score has been requested as shown in Figure 3 (310).
  • Value Cdp a projected accumulated value of all the transactions of Bitcoin transfers carried out by the specified account, is then calculated (410).
  • the value Cdp is for projected day dp.
  • a projected reference value Cp is also calculated (414).
  • Cp is the projected average value considering all accounts/addresses of Bitcoin as predicted for projected day dp.
  • the Bitcoin account score is then calculated as a comparison, more specifically a ratio, of the projected account value Cdp over the projected reference value Cp to yield the projected score Sdp (416) for projected day dp which is then sent (418) and displayed to the user to complete the user's request (320).
  • fp is a predictive function that is applied to a data set comprising a plurality of existing Cid values and their corresponding dates.
  • the predictive function may be applied independent of the parameters considered to obtain the data set of Cid values.
  • Many different predictive algorithms may be applied including Lagrange interpoloation, polynomial regression, trigonometric functions, complex number functions, exponential functions, logarithmic functions and the like.
  • Figures 9 and 10 show alternative calculations or predictive algorithms for obtaining the projected score shown in Figure 8, an aggressive projection (420) in Figure 9 based on a Lagrange interpolation and a conservative projection (450) in Figure 10 based on a polynomial regression.
  • Figure 9 provides a Lagrange interpolation for fp shown in Figure 8.
  • Data sets for a plurality of corresponding Cid and di data points can be obtained (422) and treated with a Lagrange interpolation to obtain a Cdp value (424) and a Cp value (426).
  • the Lagrange expression comprises the requested projected date - d, the date of transaction i - di, and all dates for which Cid has been calculated that are not equal to di - dj .
  • the Cdp value is obtained for the projected date - d.
  • the projected reference value Cp for the projected date d is obtained by summing all Cdp values for all Bitcoin addresses for the projected date d divided by the number of total addresses.
  • the projected score is then calculated as a comparison, more specifically a ratio, of the Cdp value over the Cp value to yield the projected score Sdp (428) for the projected date d which is then sent (430) and displayed to the user.
  • Figure 10 provides a polynomial regression for fp shown in Figure 8.
  • a polynomial regression can be expressed in matrix form and solved using a least squares method.
  • Data sets for a plurality of corresponding Cid and di data points can be obtained (452) and treated with a polynomial regression to obtain a Cdp value (456) and a Cp value (458) for the projected date d.
  • the projected score is then calculated as a comparison, more specifically a ratio, of the Cdp value over the Cp value to yield the projected score Sdp (460) for the projected date d which is then sent (462) and displayed to the user.
  • Figure 11 shows a flow diagram providing an alternative example, to that shown in Figure 5, of steps to update the Blockchain information and reference values (352).
  • Figure 11 differs from Figure 5 by assessing an additional parameter of transaction destination information.
  • a networked connection to a realtime Bitcoin Blockchain database is initiated and compared to a record of the last updated Blockchain transaction to determine a starting point and size of the update and access relevant information for calculation of reference values (470).
  • the update can involve updating a Bitcoin Blockchain database stored in local memory as well as parameter weight factors database also stored in a local memory and used for calculating scores (372).
  • a reference value Cmk(id,idd) for each unique account/destination pair is updated (474) in view of updated Blockchain transactions.
  • Calculation of the reference value Cmk(id,idd) comprises three components: a total transaction amount, a negative weighting penalizing longer intervals (ie., lower frequency), and a negative weighting penalizing greater account age.
  • the reference value Cmk(id,idd) can be updated in iterative fashion (478) for each unique account/destination pair by considering each subsequent updated transaction until the current transaction is reached (476) resulting in an updated Cmk(id,idd) reference value.
  • a factor k(id,idd) is then calculated based on the number of repeated transactions for each unique account/destination pair (480).
  • Figure 12 shows a flow diagram providing an alternative example, to that shown in Figure 6, of steps to calculate a Bitcoin account score extending (356) from the steps shown in Figure 4.
  • Figure 12 differs from Figure 6 by assessing an additional parameter of transaction destination information.
  • the Blockchain and weight factor databases (372), updated as shown in Figure 11, are accessed for transaction information (570) relevant to the specified account identifier for which a score has been requested as shown in Figure 3 (310).
  • Ck(id,idd) characterizing accumulated transactions for each unique destination for Bitcoin transfers from the specified account is calculated (574) in view of updated Blockchain transaction information.
  • Calculation of Ck(id,idd) comprises three components: a total transaction amount, a negative weighting penalizing longer intervals (ie., lower frequency), and a negative weighting penalizing greater account age.
  • Ck(id,idd) can be calculated in iterative fashion (578) for each unique destination from the specified account by considering each subsequent transaction until the current transaction is reached (576). A factor k(id,idd) is then calculated based on the number of repeated transactions for each unique destination for Bitcoin transfer from the specified account (580).
  • the alternative calculation of value Cid shown in Figure 12 comprises five components: a total transaction amount, a negative weighting penalizing longer intervals (ie., lower frequency), a negative weighting penalizing greater account age, a positive summation rewarding greater numbers of unique destinations, and a factor that penalizes multiple transactions to the same destination.
  • the Bitcoin account score Sid may then be calculated as shown in Figure 6, as a comparison, more specifically a ratio, of the value Cid over the reference value Cm to yield the score Sid (394) which is then sent (396) and displayed to the user to complete the user's request (320). From Figures 1 1 and 12:
  • nidd total number of transactions with same destination address from source id
  • Figure 13 shows a system map describing an example of an internet cloud (620) based implementation of the system (600) for generating ratings in respect of Bitcoin transaction histories, where functions for analyzing transaction histories and generating scores are carried out by server computers (602) operably linked to data storage systems (604) that are isolated from the cloud (620) by an electronic interface device (606).
  • the electronic interface device has processing power, optionally including a firewall, to receive via the internet (620) requests from client computing devices for a score relating to an account identifier and then to return a score for the account identifier back to the client computing device.
  • the electronic interface device (606) shields the server computers (602) and data storage systems (604) from direct interaction with the Internet or from direct communication with client computers.
  • the electronic interface device Upon receiving a request from a client computing device the electronic interface device (606) logs the request, optionally performing a validation check of the request, and then sends a request for a score including account identifier information to the server computers (602). Once a score is generated, the server computers (602) return the score to the electronic interface device for subsequent return to the client computing device.
  • Bitcoin transaction histories termed Blockchain are publically available from many sources including Bitcoin electronic exchanges and connection of server computers (602) with the Bitcoin system (610), may be established either directly or through an electronic interface device at any desired frequency to ensure that the transaction history information stored within data storage system (604) is up to date.
  • the computer architecture shown in Figure 13 may be simplified or elaborated depending upon the desired application.
  • the system comprises a plurality of users (630) each with at least one computing device.
  • User computing devices (630) through either a web browser or a locally installed application communicate over a network (620) with the scoring system (600).
  • the scoring system (600) may be independent and shielded from the Bitcoin system or may be embedded in the Bitcoin system.
  • the scoring system (600) may be hosted on a single server with a processor operably linked to a memory.
  • Memory may include volatile memory such as various RAM types, and non-volatile such as ROM, magnetic storage systems, optical storage systems and the like.
  • Figure 14 shows a system map describing another example of an implementation (700) of the system.
  • User computing devices 710 including smartphones, tablets, laptops, desktops and the like may communicate through web browsers or locally installed applications with a digital currency system comprising a component for conducting transactions (730) and a component for recording each transaction and its related information (732).
  • the user computing devices 710 may also communicate through web browsers or locally installed applications with a system for rating transactional histories of the digital currency.
  • Corporate entity computers (712) such as financial institutions, commodity and currency exchanges, transaction processors and the like may also communicate with the digital currency system and/or the rating system through an application programming interface (API).
  • API application programming interface
  • the user computing devices (710) will communicate with the rating system through a network (720) such as the Internet, while corporate computers (712) may have a more direct electronic linkage.
  • the rating system receives requests for ratings including an account identifier over the network (720) through website applications (740) hosted on a load balanced web server farm (742).
  • Corporate computers (712) may send requests directly to the web server farm (742) based on an API.
  • the web server farm is communicative with load balanced transaction history servers (750) and score calculation servers (752) which are in turn communicative with a load balanced database server farm (760, 762, 764, 766, 768, 770) which maintain, update, and access records from a data storage system (660).
  • the transaction history servers (750) are communicative with the score calculation servers (752).
  • the transaction history servers (750) or the web servers (742) may be communicative with a publically accessible or privately held electronic record or data base of the transaction histories of the digital currency.
  • the rating system described herein provides users with a rating, score, ranking and the like to be able to assess the activity of a targeted account of a digital currency.
  • a proof-of-work concept as a validator of a transaction.
  • Proof-of-work inherently requires time to lapse after a transfer of currency.
  • proof-of-work is difficult to understand for most users.
  • the rating system can provide a score characterizing a queried account's transaction activity in advance of agreeing to a transaction. Thus, it may complement existing validators such as proof-of-work or proof-of-stake to provide confidence or trust in a digital currency system.
  • the rating system may be used by users that are expecting to enter into a transaction using a digital currency or by corporate entities such as financial institutions or transaction processors that may be tasked with monitoring a digital currency system.
  • a user before agreeing to a transaction in a digital currency, a user can obtain the account address or identifier of the opposing party. The user can then input the account identifier in a data entry box in a web application and send a request over the internet for a rating corresponding to the account identifier. The request is received and a rating is calculated and returned to be displayed to the user through the web application.
  • the rating may be presented in any manner of ways including numerical score, star rating, percentile ranking, 2D graphs, distribution curves, and the like.
  • the user can assess the risk of the potential transaction in view of the rating.
  • the rating reflects the ability of the account to fulfill a transaction of the digital currency at a current date or a target projected date queried by the user.
  • the system is typically used for rating a transaction history of a digital currency.
  • the transaction history of the digital currency may be publically accessible or privately held.
  • the Bitcoin transaction history is publically accessible, while a significant portion of the transaction history of Amazon's digital currency, Amazon coins, is privately held.
  • the system may be used in conjunction with any digital currency and may function independently of a digital currency or may be embedded within the digital currency computing infrastructure.
  • peer-to-peer digital currency is a decentralized currency managed by peer-to-peer networked computing technology (P2P), without a central authority. Consistent with P2P technology, the networked distributed computing application architecture partitions tasks or workloads among peers or nodes. Functions of currency issuance, transaction processing and verification are carried out collectively by the network, without a central supervisor or agency to oversee operations.
  • P2P peer-to-peer networked computing technology
  • the system typically requires a memory, an interface and a processor.
  • the types and arrangements of memory, interface and processor may be varied according to implementations.
  • the interface may include a software interface such as a web application that launces a web browser and internet connection on an end-user computing device.
  • the interface may also include a physical electronic device configured to receive requests or queries from an end-user.
  • the rating system can represent a rating in any convenient graphical or text format.
  • the rating system may generate a numerical score that characterizes the transaction history of an account of a digital currency.
  • the numerical score may represent a total value for the accumulated transactions of the account, per day average, a per transaction average, a per destination average, or any other convenient representation.
  • the numerical score may be compared to a reference value to normalize the numerical score.
  • the reference value may characterize the total accumulated transaction information of the digital currency.
  • the reference value may be represented as a total, average, mean or modal (most frequently observed) value or any other convenient representation characterizing the accumulated transaction information of the digital currency.
  • the rating system will typically assess at least one of the parameters of amount, date and destination of transactions that make up the transaction history of an account of the digital currency. More typically, the rating system will assess at least two of the parameters of amount, date and destination. For example, assessing amounts alone is a measure of currency volume. Assessing dates alone can provide a rating based on frequency and/or age of transactions. Assessing destination identifiers alone can provide a rating based on numbers of unique destinations and/or repetition of the same destination. Thus, each parameter of amount, date, and destination taken alone may be able to provide a useful rating, but taken together with at least two of the three, or all three, co-operate to provide an increasingly robust rating.
  • the parameters of amount, date, and destination, or parameters derived therefrom may be negatively or positively correlated with a rating depending on the rating scheme and the algorithms for generating a rating. Correlations may encompass linear relationships as well as non-linear relationships. A correlation may be considered for any two or more variables that depart from independence.
  • amount is positively correlated with the rating such that an increase in amount is correlated with an increase in rating.
  • An increase amount may be rewarded as it reflects currency volume and provides precedent for a transaction level.
  • Transaction frequency may be derived from transaction dates, for example by calculating intervals between each transaction, with transaction frequency typically being positively correlated with rating, such that an increase in transaction frequency is correlated with an increase in the rating.
  • the rating system may be configured to reward increase frequency as higher successful active density means more creditable contributions.
  • Age of transactions or age of the account can also be derived from transaction dates, with age typically being negatively correlated with the rating, such that a decrease in transaction age is correlated with an increase in the rating.
  • the rating system may be configured to penalize an increase in age as a contribution erodes by time or aging, with more recent activity providing a better indicator.
  • the number of unique transaction destinations may be derived from transaction destination information with unique transaction destinations typically being positively correlated with the rating, such that an increase in the number of unique transaction destinations is correlated with an increase in the rating.
  • the rating system may be configured to reward an increase in unique destinations to reward diversity as more unique destinations means more diverse activities to different receivers and increased exposure to detection of fraudulent activity.
  • the number of repeated transactions to the same destination may be derived from the transaction destination information with the number of repeated transactions to the same destination being negatively correlated with the rating such that a decrease in repeated transactions to the same destination is correlated with an increase in the rating.
  • the rating system may be configured to penalize increase in repeated transaction to the same destination to promote diversity and to limit contributions from potential cheat or fake transactions for the purpose of gaming the rating system to increase a rating by simply shuttling currency back and forth between accounts. Destinations are typically derived from the transaction information by extracting destination account identifiers.
  • the components of the system may be administered by a single organization or a plurality of partnering organizations.
  • the tracking and validation of transaction histories of a digital currency may be administered by an organization at arm's length from the organization administering the rest of the system.
  • Such an arm's length organization may be a financial institution, accounting firm or payment transaction processor.
  • the system may accommodate any type of end-user computing device or client computing device provided the computing device can be networked to the system and is configured to display website interfaces and/or graphical interface elements for performing the various functions of the system such as inputting an account identifier, displaying a rating or updating a transaction history database that may be locally stored in the computing device.
  • the computing device may be a desktop, laptop, notebook, tablet, personal digital assistant (PDA), PDA phone or smartphone, gaming console, portable media player, and the like.
  • PDA personal digital assistant
  • the computing device may be implemented using any appropriate combination of hardware and/or software configured for wired and/or wireless communication over the network.
  • the server computer may be any combination of hardware and software components used to store, process and/or provide scores or ratings for transactions from one or more accounts using a digital currency, and monitoring and analyzing such transactions.
  • the server computer components such as storage systems, processors, interface devices, input/output ports, bus connections, switches, routers, gateways and the like may be geographically centralized or distributed.
  • the server computer may be a single server computer or any combination of multiple physical and/or virtual servers including for example, a web server, a transaction server, an application server, a bus server, an integration server, a user profile server, an algorithm server, a weighting factor server, a log server, an accounting server and the like.
  • Any conventional computer architecture may be used to implement the system including for example a memory, a mass storage device, a processor (CPU), a Read-Only Memory (ROM), and a Random-Access Memory (RAM) generally connected to a system bus of data-processing apparatus.
  • Memory can be implemented as a ROM, RAM, a combination thereof, or simply a general memory unit.
  • Software modules in the form of routines and/or subroutines for carrying out features of the rating system can be stored within memory and then retrieved and processed via processor to perform a particular task or function.
  • one or more of the flow diagrams shown in Figures 1-12 may be encoded as a program component, stored as executable instructions within memory and then retrieved and processed via a processor.
  • a user input device such as a keyboard, mouse, or another pointing device, can be connected to PCI (Peripheral Component Interconnect) bus.
  • PCI Peripheral Component Interconnect
  • the software will typically provide an environment that represents programs, files, options, and so forth by means of graphically displayed icons, menus, and dialog boxes on a computer monitor screen.
  • a data-process apparatus can include CPU, ROM, and RAM, which are also coupled to a PCI (Peripheral Component Interconnect) local bus of data-processing apparatus through PCI Host Bridge.
  • PCI Host Bridge can provide a low latency path through which processor may directly access PCI devices mapped anywhere within bus memory and/or input/output (I/O) address spaces.
  • PCI Host Bridge can also provide a high bandwidth path for allowing PCI devices to directly access RAM.
  • a communications adapter, a small computer system interface (SCSI), and an expansion bus-bridge may also be attached to PCI local bus.
  • the communications adapter can be utilized for connecting data-processing apparatus to a network.
  • SCSI can be utilized to control a high-speed SCSI disk drive.
  • An expansion bus-bridge such as a PCI-to-ISA bus bridge, may be utilized for coupling ISA bus to PCI local bus.
  • PCI local bus can be connected to a monitor, which functions as a display (e.g., a video monitor) for displaying data and information for an operator and also for interactively displaying a graphical user interface.
  • a database can contain information on a variety of matters such as data relating to digital currency transactions, transfers, or conversions.
  • a database may contain user profiles, user preferences, transaction history, score history, and/or history of prior score requests.
  • a user profile may include, but is not limited to, a user identifier such as login name, a password, contact information, mailing information, billing information, saved product searches, and/or user preferences for use in searching database and/or displaying product searches.
  • the network may be a single network or a combination of multiple networks.
  • the network may include the internet and/or one or more intranets, landline networks, wireless networks, and/or other appropriate types of communication networks.
  • the network may comprise a wireless telecommunications network (e.g., cellular phone network) adapted to communicate with other communication networks, such as the Internet.
  • the network will comprise a computer network that makes use of a TCP/IP protocol (including protocols based on TCP/IP protocol, such as HTTP, HTTPS or FTP).
  • the system may be adapted to follow any computer communication standard including Extensible Markup Language (XML), Comma-Separated Values (CSV), Hypertext Transfer Protocol (HTTP), Java Message Service (JMS), Simple Object Access Protocol (SOAP), Representational State Transfer (REST), Lightweight Directory Access Protocol (LDAP), Simple Mail Transfer Protocol (SMTP) and the like.
  • XML Extensible Markup Language
  • CSV Common-Separated Values
  • HTTP Hypertext Transfer Protocol
  • JMS Java Message Service
  • SOAP Simple Object Access Protocol
  • REST Representational State Transfer
  • LDAP Lightweight Directory Access Protocol
  • SMTP Simple Mail Transfer Protocol
  • the system may represent a score graphically or by images and may accordingly accommodate any type of still or moving image file including JPEG, PNG, GIF, PDF, RAW, BMP, TIFF, MP3, WAV, WMV, MOV, MPEG, AVI, FLV, WebM, 3 GPP, SVI and the like.
  • the system may guide or prompt user attempts to input account identifiers and request various score types by any convenient form of user interface element including, for example, a window, a tab, a text box, a button, a hyperlink, a drop down list, a list box, a check box, a radio button box, a cycle button, a datagrid or any combination thereof.
  • user interface elements may provide a graphic label such as any type of symbol or icon, a text label or any combination thereof. Any desired spatial pattern or timing pattern of appearance of user interface elements may be accommodated by the system.
  • the system described herein and each variant, modification or combination thereof may also be implemented as a method or code on a computer readable medium (i.e. a substrate).
  • the computer readable medium is a tangible data storage device that can store data, which can thereafter, be read by a computer system. Examples of a computer readable medium include read-only memory, random-access memory, CD-ROMs, magnetic tape, optical data storage devices and the like.
  • the computer readable medium may be geographically localized or may be distributed over a network coupled computer system so that the computer readable code is stored and executed in a distributed fashion.

Abstract

La présente invention concerne un système d'évaluation pour évaluer un historique de transactions d'une devise numérique, comprenant : un système de mémoire pour mémoriser des informations de transaction de la devise numérique ; une interface pour recevoir un identificateur d'au moins un compte associé à la devise numérique et une requête pour évaluer l'historique de transactions dudit compte ; un processeur en communication avec le système de mémoire et l'interface ; le processeur identifiant des transactions dudit compte à partir des informations de transaction mémorisées dans le système de mémoire et évaluant la destination des transactions identifiées pour générer une évaluation pour ledit compte. Le système d'évaluation peut en outre évaluer le montant et l'âge des transactions identifiées. Le système d'évaluation peut être utile, par exemple, pour des devises numériques entre homologues, telles que Bitcoin. La présente invention concerne également des procédés pour évaluer un historique de transactions d'une devise numérique et des supports lisibles par ordinateur pour fournir ces derniers.
PCT/CA2013/050967 2013-12-13 2013-12-13 Système et procédé pour évaluer un historique de transactions WO2015085393A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA2933407A CA2933407A1 (fr) 2013-12-13 2013-12-13 Systeme et procede pour evaluer un historique de transactions
PCT/CA2013/050967 WO2015085393A1 (fr) 2013-12-13 2013-12-13 Système et procédé pour évaluer un historique de transactions

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CA2013/050967 WO2015085393A1 (fr) 2013-12-13 2013-12-13 Système et procédé pour évaluer un historique de transactions

Publications (1)

Publication Number Publication Date
WO2015085393A1 true WO2015085393A1 (fr) 2015-06-18

Family

ID=53370394

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2013/050967 WO2015085393A1 (fr) 2013-12-13 2013-12-13 Système et procédé pour évaluer un historique de transactions

Country Status (2)

Country Link
CA (1) CA2933407A1 (fr)
WO (1) WO2015085393A1 (fr)

Cited By (70)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150302400A1 (en) * 2014-04-18 2015-10-22 Ebay Inc. Distributed crypto currency reputation system
US20150363783A1 (en) * 2014-06-16 2015-12-17 Bank Of America Corporation Cryptocurrency risk detection system
US20150363777A1 (en) * 2014-06-16 2015-12-17 Bank Of America Corporation Cryptocurrency suspicious user alert system
US20160012424A1 (en) * 2014-07-11 2016-01-14 Ribbit.me! USA Inc. Distributed ledger protocol to incentivize transactional and non-transactional commerce
WO2017011601A1 (fr) * 2015-07-14 2017-01-19 Fmr Llc Appareils, procédés et systèmes de traitement de transfert, de vérification et de recherche informatiquement efficaces
WO2017066715A1 (fr) * 2015-10-14 2017-04-20 Cambridge Blockchain, LLC Systèmes et procédés de gestion d'identités numériques
WO2017079214A1 (fr) * 2015-11-05 2017-05-11 Mastercard International Incorporated Procédé et système d'utilisation d'une chaîne de blocs dans un réseau de traitement de transactions
US9794074B2 (en) 2016-02-04 2017-10-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US9892460B1 (en) 2013-06-28 2018-02-13 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
CN107980216A (zh) * 2017-05-26 2018-05-01 深圳前海达闼云端智能科技有限公司 通信方法、装置、系统、电子设备及计算机可读存储介质
WO2018142260A1 (fr) 2017-01-31 2018-08-09 nChain Holdings Limited Système mis en œuvre par ordinateur et procédé de génération et d'extraction de données associés à un utilisateur stockées sur une chaîne de blocs
US10068228B1 (en) 2013-06-28 2018-09-04 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US10097356B2 (en) 2015-07-02 2018-10-09 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US10108812B2 (en) 2016-01-28 2018-10-23 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US10269009B1 (en) 2013-06-28 2019-04-23 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
CN109919758A (zh) * 2017-12-13 2019-06-21 万事达卡亚太私人有限公司 经由区块链用于社会储蓄平台的方法和系统
US10339523B2 (en) 2015-07-14 2019-07-02 Fmr Llc Point-to-point transaction guidance apparatuses, methods and systems
US10354325B1 (en) 2013-06-28 2019-07-16 Winklevoss Ip, Llc Computer-generated graphical user interface
US10373158B1 (en) 2018-02-12 2019-08-06 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US10375105B2 (en) 2017-03-03 2019-08-06 International Business Machines Corporation Blockchain web browser interface
US10373129B1 (en) 2018-03-05 2019-08-06 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10380812B2 (en) 2017-06-23 2019-08-13 International Business Machines Corporation Vehicle transaction validation
US10380685B1 (en) 2018-05-18 2019-08-13 Capital One Services, Llc Secure system
US10438290B1 (en) 2018-03-05 2019-10-08 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10438170B2 (en) 2017-01-05 2019-10-08 International Business Machines Corporation Blockchain for program code credit and programmer contribution in a collective
US10484376B1 (en) 2015-01-26 2019-11-19 Winklevoss Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US20190370813A1 (en) * 2018-06-04 2019-12-05 Coral Protocol Decentralized safeguard against fraud
US10504179B1 (en) 2015-12-08 2019-12-10 Fmr Llc Social aggregated fractional equity transaction partitioned acquisition apparatuses, methods and systems
US10540654B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10558974B2 (en) 2016-04-30 2020-02-11 Civic Technologies, Inc. Methods and systems of providing verification of information using a centralized or distributed ledger
US10611474B2 (en) 2017-03-20 2020-04-07 International Business Machines Corporation Unmanned aerial vehicle data management
US10644885B2 (en) 2015-07-14 2020-05-05 Fmr Llc Firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
US10643203B2 (en) 2016-04-12 2020-05-05 Digicash Pty Ltd. Secure transaction controller for value token exchange systems
US10693632B1 (en) 2015-03-16 2020-06-23 Winklevoss Ip, Llc Autonomous devices
US10693954B2 (en) 2017-03-03 2020-06-23 International Business Machines Corporation Blockchain-enhanced mobile telecommunication device
US10713963B2 (en) 2017-05-25 2020-07-14 International Business Machines Corporation Managing lifelong learner events on a blockchain
US10778439B2 (en) 2015-07-14 2020-09-15 Fmr Llc Seed splitting and firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
US10853812B2 (en) 2018-03-07 2020-12-01 Coral Protocol Blockchain transaction safety
EP3605425A4 (fr) * 2017-03-28 2020-12-30 Shanghai Ruiqiwei Network Technology Co., Ltd. Procédé et dispositif de détermination de légalité de transaction sur la base de chaînes de blocs
US10909510B1 (en) * 2015-06-26 2021-02-02 Wells Fargo Bank, N.A. Systems and methods for expediting math-based currency transactions
US10915891B1 (en) 2015-03-16 2021-02-09 Winklevoss Ip, Llc Autonomous devices
US10929842B1 (en) 2018-03-05 2021-02-23 Winklevoss Ip, Llc System, method and program product for depositing and withdrawing stable value digital assets in exchange for fiat
US10979410B1 (en) 2015-05-04 2021-04-13 United Services Automobile Association (Usaa) Systems and methods for utilizing cryptology with virtual ledgers in support of transactions and agreements
US10992469B2 (en) 2015-07-14 2021-04-27 Fmr Llc Seed splitting and firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
CN112740252A (zh) * 2018-07-20 2021-04-30 珊瑚协议有限公司 使用智能合约的区块链交易安全性
US11050763B1 (en) 2016-10-21 2021-06-29 United Services Automobile Association (Usaa) Distributed ledger for network security management
US11055412B2 (en) 2018-12-20 2021-07-06 At&T Intellectual Property I, L.P. Method and system for stake-based event management with ledgers
US11087372B2 (en) * 2018-07-27 2021-08-10 Advanced New Technologies Co., Ltd. Benefit allocation method, apparatus, and electronic device
US11139955B1 (en) 2018-02-12 2021-10-05 Winklevoss Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11170092B1 (en) 2017-12-14 2021-11-09 United Services Automobile Association (Usaa) Document authentication certification with blockchain and distributed ledger techniques
US11186111B1 (en) 2016-04-04 2021-11-30 United Services Automobile Association (Usaa) Digitally encoded seal for document verification
US11188918B1 (en) * 2015-06-26 2021-11-30 Wells Fargo Bank, N.A. Systems and methods for expediting math-based currency transactions
US11200569B1 (en) 2018-02-12 2021-12-14 Winklevoss Ip, Llc System, method and program product for making payments using fiat-backed digital assets
US11200564B2 (en) 2015-03-31 2021-12-14 Nasdaq, Inc. Systems and methods of blockchain transaction recordation
US11282139B1 (en) 2013-06-28 2022-03-22 Gemini Ip, Llc Systems, methods, and program products for verifying digital assets held in a custodial digital asset wallet
US11308487B1 (en) 2018-02-12 2022-04-19 Gemini Ip, Llc System, method and program product for obtaining digital assets
US11334883B1 (en) 2018-03-05 2022-05-17 Gemini Ip, Llc Systems, methods, and program products for modifying the supply, depositing, holding and/or distributing collateral as a stable value token in the form of digital assets
US11392947B1 (en) 2017-02-27 2022-07-19 United Services Automobile Association (Usaa) Distributed ledger for device management
US11436598B2 (en) 2017-12-15 2022-09-06 Fmr Llc Social data tracking datastructures, apparatuses, methods and systems
US11455642B1 (en) 2016-09-19 2022-09-27 United Services Automobile Association (Usaa) Distributed ledger based interchange
US11475442B1 (en) 2018-02-12 2022-10-18 Gemini Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US11488147B2 (en) 2015-07-14 2022-11-01 Fmr Llc Computationally efficient transfer processing and auditing apparatuses, methods and systems
US11501370B1 (en) 2019-06-17 2022-11-15 Gemini Ip, Llc Systems, methods, and program products for non-custodial trading of digital assets on a digital asset exchange
US11507928B2 (en) 2018-06-05 2022-11-22 International Business Machines Corporation Blockchain and cryptocurrency for real-time vehicle accident management
US11522700B1 (en) 2018-02-12 2022-12-06 Gemini Ip, Llc Systems, methods, and program products for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11636471B2 (en) 2017-12-15 2023-04-25 Fmr Llc Social data tracking datastructures, apparatuses, methods and systems
WO2023215933A1 (fr) * 2022-05-11 2023-11-16 Pocket Venture Holdings Pty Ltd Systèmes et procédés de comparaison de chaîne de blocs
US11854011B1 (en) 2016-07-11 2023-12-26 United Services Automobile Association (Usaa) Identity management framework
US11909860B1 (en) 2018-02-12 2024-02-20 Gemini Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11915332B2 (en) 2015-10-02 2024-02-27 Loyyal Holdings Incorporated System and process for tokenization and management of liability

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130132275A1 (en) * 2011-11-22 2013-05-23 The Western Union Company Risk analysis of money transfer transactions
US20130325701A1 (en) * 2012-06-05 2013-12-05 International Business Machines Corporation E-currency validation and authorization services platform

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130132275A1 (en) * 2011-11-22 2013-05-23 The Western Union Company Risk analysis of money transfer transactions
US20130325701A1 (en) * 2012-06-05 2013-12-05 International Business Machines Corporation E-currency validation and authorization services platform

Cited By (138)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11783417B1 (en) 2013-06-28 2023-10-10 Gemini Ip, Llc Systems for redeeming shares in an entity holding digital math-based assets
US10002389B1 (en) 2013-06-28 2018-06-19 Winklevoss Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US10354325B1 (en) 2013-06-28 2019-07-16 Winklevoss Ip, Llc Computer-generated graphical user interface
US11423482B1 (en) 2013-06-28 2022-08-23 Gemini Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US11164251B1 (en) 2013-06-28 2021-11-02 Winklevoss Ip, Llc Computer-generated graphical user interface
US11087313B1 (en) 2013-06-28 2021-08-10 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US11017381B1 (en) 2013-06-28 2021-05-25 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US10984472B1 (en) 2013-06-28 2021-04-20 Winklevoss Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US10984470B1 (en) 2013-06-28 2021-04-20 Winklevoss Ip, Llc Systems for redeeming shares in an entity holding digital math-based assets
US10929929B1 (en) 2013-06-28 2021-02-23 Winklevoss Ip, Llc Systems for purchasing shares in an entity holding digital math-based assets
US9892460B1 (en) 2013-06-28 2018-02-13 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US9898782B1 (en) 2013-06-28 2018-02-20 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US11568398B1 (en) 2013-06-28 2023-01-31 Gemini Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US9965804B1 (en) 2013-06-28 2018-05-08 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US9965805B1 (en) 2013-06-28 2018-05-08 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US11928732B1 (en) 2013-06-28 2024-03-12 Gemini Ip, Llc Computer-generated graphical user interface
US10325257B1 (en) 2013-06-28 2019-06-18 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US11282139B1 (en) 2013-06-28 2022-03-22 Gemini Ip, Llc Systems, methods, and program products for verifying digital assets held in a custodial digital asset wallet
US10068228B1 (en) 2013-06-28 2018-09-04 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US10650376B1 (en) 2013-06-28 2020-05-12 Winklevoss Ip, Llc Systems and methods for storing digital math-based assets using a secure portal
US10269009B1 (en) 2013-06-28 2019-04-23 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US11580532B1 (en) 2013-06-28 2023-02-14 Gemini Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US11615404B1 (en) 2013-06-28 2023-03-28 Gemini Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US10255635B1 (en) 2013-06-28 2019-04-09 Winklevoss Ip, Llc Systems, methods, and program products for an application programming interface generating a blended digital math-based assets index
US20150302400A1 (en) * 2014-04-18 2015-10-22 Ebay Inc. Distributed crypto currency reputation system
US20150363783A1 (en) * 2014-06-16 2015-12-17 Bank Of America Corporation Cryptocurrency risk detection system
US10275772B2 (en) * 2014-06-16 2019-04-30 Bank Of America Corporation Cryptocurrency risk detection system
US20150363777A1 (en) * 2014-06-16 2015-12-17 Bank Of America Corporation Cryptocurrency suspicious user alert system
US20160012424A1 (en) * 2014-07-11 2016-01-14 Ribbit.me! USA Inc. Distributed ledger protocol to incentivize transactional and non-transactional commerce
US11283797B2 (en) 2015-01-26 2022-03-22 Gemini Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US10778682B1 (en) 2015-01-26 2020-09-15 Winklevoss Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US10484376B1 (en) 2015-01-26 2019-11-19 Winklevoss Ip, Llc Authenticating a user device associated with a user to communicate via a wireless network in a secure web-based environment
US10915891B1 (en) 2015-03-16 2021-02-09 Winklevoss Ip, Llc Autonomous devices
US11362814B1 (en) 2015-03-16 2022-06-14 Gemini Ip, Llc Autonomous devices
US10693632B1 (en) 2015-03-16 2020-06-23 Winklevoss Ip, Llc Autonomous devices
US11783323B1 (en) 2015-03-16 2023-10-10 Gemini Ip, Llc Autonomous devices
US11200564B2 (en) 2015-03-31 2021-12-14 Nasdaq, Inc. Systems and methods of blockchain transaction recordation
US11734675B2 (en) 2015-03-31 2023-08-22 Nasdaq, Inc. Systems and methods of blockchain transaction recordation
US10979410B1 (en) 2015-05-04 2021-04-13 United Services Automobile Association (Usaa) Systems and methods for utilizing cryptology with virtual ledgers in support of transactions and agreements
US11928687B1 (en) 2015-06-26 2024-03-12 Wells Fargo Bank, N.A. Systems and methods for expediting math-based currency transactions
US10909510B1 (en) * 2015-06-26 2021-02-02 Wells Fargo Bank, N.A. Systems and methods for expediting math-based currency transactions
US11783322B1 (en) 2015-06-26 2023-10-10 Wells Fargo Bank, N.A. Systems and method for expediting math-based currency transactions
US11188918B1 (en) * 2015-06-26 2021-11-30 Wells Fargo Bank, N.A. Systems and methods for expediting math-based currency transactions
US10630485B2 (en) 2015-07-02 2020-04-21 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US11522716B2 (en) 2015-07-02 2022-12-06 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US11792017B2 (en) 2015-07-02 2023-10-17 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US10097356B2 (en) 2015-07-02 2018-10-09 Nasdaq, Inc. Systems and methods of secure provenance for distributed transaction databases
US10992469B2 (en) 2015-07-14 2021-04-27 Fmr Llc Seed splitting and firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
US10339523B2 (en) 2015-07-14 2019-07-02 Fmr Llc Point-to-point transaction guidance apparatuses, methods and systems
WO2017011601A1 (fr) * 2015-07-14 2017-01-19 Fmr Llc Appareils, procédés et systèmes de traitement de transfert, de vérification et de recherche informatiquement efficaces
US10644885B2 (en) 2015-07-14 2020-05-05 Fmr Llc Firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
US11488147B2 (en) 2015-07-14 2022-11-01 Fmr Llc Computationally efficient transfer processing and auditing apparatuses, methods and systems
US10778439B2 (en) 2015-07-14 2020-09-15 Fmr Llc Seed splitting and firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
US11915332B2 (en) 2015-10-02 2024-02-27 Loyyal Holdings Incorporated System and process for tokenization and management of liability
US9667427B2 (en) 2015-10-14 2017-05-30 Cambridge Blockchain, LLC Systems and methods for managing digital identities
US11212296B2 (en) 2015-10-14 2021-12-28 Cambridge Blockchain, Inc. Systems and methods for managing digital identities
WO2017066715A1 (fr) * 2015-10-14 2017-04-20 Cambridge Blockchain, LLC Systèmes et procédés de gestion d'identités numériques
US11777953B2 (en) 2015-10-14 2023-10-03 Cambridge Blockchain, Inc. Systems and methods for managing digital identities
US9749140B2 (en) 2015-10-14 2017-08-29 Cambridge Blockchain, LLC Systems and methods for managing digital identities
US10938835B2 (en) 2015-10-14 2021-03-02 Cambridge Blockchain, Inc. Systems and methods for managing digital identities
WO2017079214A1 (fr) * 2015-11-05 2017-05-11 Mastercard International Incorporated Procédé et système d'utilisation d'une chaîne de blocs dans un réseau de traitement de transactions
CN108292397A (zh) * 2015-11-05 2018-07-17 万事达卡国际股份有限公司 在交易处理网络中使用区块链的方法和系统
US10504179B1 (en) 2015-12-08 2019-12-10 Fmr Llc Social aggregated fractional equity transaction partitioned acquisition apparatuses, methods and systems
US10579819B2 (en) 2016-01-28 2020-03-03 Nasdaq Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US11704429B2 (en) 2016-01-28 2023-07-18 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US10108812B2 (en) 2016-01-28 2018-10-23 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US11188673B2 (en) 2016-01-28 2021-11-30 Nasdaq, Inc. Systems and methods for securing and disseminating time sensitive information using a blockchain
US10541821B2 (en) 2016-02-04 2020-01-21 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US11095462B2 (en) 2016-02-04 2021-08-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computer systems
US9794074B2 (en) 2016-02-04 2017-10-17 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US11695578B2 (en) 2016-02-04 2023-07-04 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computer systems
US10084607B2 (en) 2016-02-04 2018-09-25 Nasdaq Technology Ab Systems and methods for storing and sharing transactional data using distributed computing systems
US11186111B1 (en) 2016-04-04 2021-11-30 United Services Automobile Association (Usaa) Digitally encoded seal for document verification
US10643203B2 (en) 2016-04-12 2020-05-05 Digicash Pty Ltd. Secure transaction controller for value token exchange systems
US10652018B2 (en) 2016-04-30 2020-05-12 Civic Technologies, Inc. Methods and apparatus for providing attestation of information using a centralized or distributed ledger
US10558974B2 (en) 2016-04-30 2020-02-11 Civic Technologies, Inc. Methods and systems of providing verification of information using a centralized or distributed ledger
US11743038B2 (en) 2016-04-30 2023-08-29 Civic Technologies, Inc. Methods and systems of providing verification of information using a centralized or distributed ledger
US11854011B1 (en) 2016-07-11 2023-12-26 United Services Automobile Association (Usaa) Identity management framework
US11455642B1 (en) 2016-09-19 2022-09-27 United Services Automobile Association (Usaa) Distributed ledger based interchange
US11050763B1 (en) 2016-10-21 2021-06-29 United Services Automobile Association (Usaa) Distributed ledger for network security management
US11706231B1 (en) 2016-10-21 2023-07-18 United Services Automobile Association (Usaa) Distributed ledger for network security management
US10832215B2 (en) 2017-01-05 2020-11-10 International Business Machines Corporation Blockchain for program code credit and programmer contribution in a collective
US10438170B2 (en) 2017-01-05 2019-10-08 International Business Machines Corporation Blockchain for program code credit and programmer contribution in a collective
EP3996021A1 (fr) 2017-01-31 2022-05-11 Nchain Holdings Limited Système et procédé mis en uvre par ordinateur pour la génération et l'extraction de données relatives à un utilisateur stockées sur une chaîne de blocs
US11257070B2 (en) 2017-01-31 2022-02-22 Nchain Licensing Ag Computer-implemented system and method for generating and extracting user related data stored on a blockchain
WO2018142260A1 (fr) 2017-01-31 2018-08-09 nChain Holdings Limited Système mis en œuvre par ordinateur et procédé de génération et d'extraction de données associés à un utilisateur stockées sur une chaîne de blocs
US11392947B1 (en) 2017-02-27 2022-07-19 United Services Automobile Association (Usaa) Distributed ledger for device management
US11763305B1 (en) 2017-02-27 2023-09-19 United Services Automobile Association (Usaa) Distributed ledger for device management
US10693954B2 (en) 2017-03-03 2020-06-23 International Business Machines Corporation Blockchain-enhanced mobile telecommunication device
US11102232B2 (en) 2017-03-03 2021-08-24 International Business Machines Corporation Blockchain web browser interface
US10375105B2 (en) 2017-03-03 2019-08-06 International Business Machines Corporation Blockchain web browser interface
US10611474B2 (en) 2017-03-20 2020-04-07 International Business Machines Corporation Unmanned aerial vehicle data management
EP3605425A4 (fr) * 2017-03-28 2020-12-30 Shanghai Ruiqiwei Network Technology Co., Ltd. Procédé et dispositif de détermination de légalité de transaction sur la base de chaînes de blocs
US10713963B2 (en) 2017-05-25 2020-07-14 International Business Machines Corporation Managing lifelong learner events on a blockchain
WO2018214165A1 (fr) * 2017-05-26 2018-11-29 深圳前海达闼云端智能科技有限公司 Procédé, appareil et système de communication, dispositif électronique et support de stockage lisible par ordinateur
US11038682B2 (en) 2017-05-26 2021-06-15 Cloudminds (Shanghai) Robotics Co., Ltd. Communication method, apparatus and system, electronic device, and computer readable storage medium
CN107980216B (zh) * 2017-05-26 2020-05-08 深圳前海达闼云端智能科技有限公司 通信方法、装置、系统、电子设备及计算机可读存储介质
CN107980216A (zh) * 2017-05-26 2018-05-01 深圳前海达闼云端智能科技有限公司 通信方法、装置、系统、电子设备及计算机可读存储介质
US10380812B2 (en) 2017-06-23 2019-08-13 International Business Machines Corporation Vehicle transaction validation
CN109919758A (zh) * 2017-12-13 2019-06-21 万事达卡亚太私人有限公司 经由区块链用于社会储蓄平台的方法和系统
US11170092B1 (en) 2017-12-14 2021-11-09 United Services Automobile Association (Usaa) Document authentication certification with blockchain and distributed ledger techniques
US11636471B2 (en) 2017-12-15 2023-04-25 Fmr Llc Social data tracking datastructures, apparatuses, methods and systems
US11436598B2 (en) 2017-12-15 2022-09-06 Fmr Llc Social data tracking datastructures, apparatuses, methods and systems
US10540654B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11475442B1 (en) 2018-02-12 2022-10-18 Gemini Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US11909860B1 (en) 2018-02-12 2024-02-20 Gemini Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US10373158B1 (en) 2018-02-12 2019-08-06 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US10540653B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US11522700B1 (en) 2018-02-12 2022-12-06 Gemini Ip, Llc Systems, methods, and program products for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11308487B1 (en) 2018-02-12 2022-04-19 Gemini Ip, Llc System, method and program product for obtaining digital assets
US11139955B1 (en) 2018-02-12 2021-10-05 Winklevoss Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11200569B1 (en) 2018-02-12 2021-12-14 Winklevoss Ip, Llc System, method and program product for making payments using fiat-backed digital assets
US10438290B1 (en) 2018-03-05 2019-10-08 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11017391B1 (en) 2018-03-05 2021-05-25 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11562333B1 (en) 2018-03-05 2023-01-24 Gemini Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10373129B1 (en) 2018-03-05 2019-08-06 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10540640B1 (en) 2018-03-05 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10929842B1 (en) 2018-03-05 2021-02-23 Winklevoss Ip, Llc System, method and program product for depositing and withdrawing stable value digital assets in exchange for fiat
US11727401B1 (en) 2018-03-05 2023-08-15 Gemini Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11334883B1 (en) 2018-03-05 2022-05-17 Gemini Ip, Llc Systems, methods, and program products for modifying the supply, depositing, holding and/or distributing collateral as a stable value token in the form of digital assets
US11720887B1 (en) 2018-03-05 2023-08-08 Gemini Ip, Llc System, method and program product for depositing and withdrawing stable value digital assets in exchange for fiat
CN112534453A (zh) * 2018-03-07 2021-03-19 珊瑚协议有限公司 区块链交易安全
US11830004B2 (en) 2018-03-07 2023-11-28 Strong Force TX Portfolio 2018, LLC Blockchain transaction safety
US10853812B2 (en) 2018-03-07 2020-12-01 Coral Protocol Blockchain transaction safety
US11636541B2 (en) 2018-05-18 2023-04-25 Capital One Services, Llc Secure system
US10380685B1 (en) 2018-05-18 2019-08-13 Capital One Services, Llc Secure system
US11030686B2 (en) 2018-05-18 2021-06-08 Capital One Services, Llc Secure system
US20230177515A1 (en) * 2018-06-04 2023-06-08 Strong Force TX Portfolio 2018, LLC Decentralized safeguard against fraud
CN112534774A (zh) * 2018-06-04 2021-03-19 珊瑚协议有限公司 分散的防止欺诈的安全措施
US11568415B2 (en) 2018-06-04 2023-01-31 Strong Force TX Portfolio 2018, LLC Decentralized safeguard against fraud
WO2019236471A1 (fr) * 2018-06-04 2019-12-12 Coral Protocol Protection décentralisée contre la fraude
US20190370813A1 (en) * 2018-06-04 2019-12-05 Coral Protocol Decentralized safeguard against fraud
US11507928B2 (en) 2018-06-05 2022-11-22 International Business Machines Corporation Blockchain and cryptocurrency for real-time vehicle accident management
CN112740252A (zh) * 2018-07-20 2021-04-30 珊瑚协议有限公司 使用智能合约的区块链交易安全性
US11087372B2 (en) * 2018-07-27 2021-08-10 Advanced New Technologies Co., Ltd. Benefit allocation method, apparatus, and electronic device
US11055412B2 (en) 2018-12-20 2021-07-06 At&T Intellectual Property I, L.P. Method and system for stake-based event management with ledgers
US11501370B1 (en) 2019-06-17 2022-11-15 Gemini Ip, Llc Systems, methods, and program products for non-custodial trading of digital assets on a digital asset exchange
WO2023215933A1 (fr) * 2022-05-11 2023-11-16 Pocket Venture Holdings Pty Ltd Systèmes et procédés de comparaison de chaîne de blocs

Also Published As

Publication number Publication date
CA2933407A1 (fr) 2015-06-18

Similar Documents

Publication Publication Date Title
WO2015085393A1 (fr) Système et procédé pour évaluer un historique de transactions
US11341145B2 (en) Extrapolating trends in trust scores
CN109074389B (zh) 可信度指标的众包
CA3014995C (fr) Recherche d'entites en fonction d'un score de confiance et de la geographie
US20190378219A1 (en) Calculating a trust score
US9130925B2 (en) Personalized security management
US10311106B2 (en) Social graph visualization and user interface
WO2018226337A1 (fr) Système et procédé permettant d'émettre un prêt pour un consommateur déterminé comme étant solvable
US20220191219A1 (en) Modifying artificial intelligence modules of a fraud detection computing system
WO2021167858A1 (fr) Système de carte de transaction à capacité de dépassement de plafond
US20190188579A1 (en) Self learning data loading optimization for a rule engine
US20150348166A1 (en) System and method for providing enhanced financial services based on social signals
US20160019552A1 (en) System and method for using social media information to identify and classify users
US20230139364A1 (en) Generating user interfaces comprising dynamic base limit value user interface elements determined from a base limit value model
CN112868005A (zh) 用于增强型授权消息的系统和方法
US20170345073A1 (en) Electronic notifications to facilitate collateralized agreements
WO2020214175A1 (fr) Procédé, système et produit programme informatique pour commander un processus dans un réseau de serveurs
US20230031309A1 (en) Method and System for Providing Users with an Open Opinion Marketplace Analysis
US20240144246A1 (en) System and method for proof-of-stake validated serving of stake-prioritized utility
US11704747B1 (en) Determining base limit values for contacts based on inter-network user interactions
US11966887B1 (en) Bridging network transaction platforms to unify cross-platform transfers
US20240144201A1 (en) Bridging network transaction platforms to unify cross-platform transfers
US20230316393A1 (en) Determining recognized user activities for a third-party risk generator integrated within an application
CN117056273A (zh) 用于改进计算机标识的系统和方法
CN112580916A (zh) 数据评估方法、装置、计算机设备和存储介质

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2933407

Country of ref document: CA

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13899310

Country of ref document: EP

Kind code of ref document: A1