WO2022236184A1 - Tokenized micro-draw process for contract funds distribution - Google Patents

Tokenized micro-draw process for contract funds distribution Download PDF

Info

Publication number
WO2022236184A1
WO2022236184A1 PCT/US2022/028377 US2022028377W WO2022236184A1 WO 2022236184 A1 WO2022236184 A1 WO 2022236184A1 US 2022028377 W US2022028377 W US 2022028377W WO 2022236184 A1 WO2022236184 A1 WO 2022236184A1
Authority
WO
WIPO (PCT)
Prior art keywords
job
token
task
tasks
completed
Prior art date
Application number
PCT/US2022/028377
Other languages
French (fr)
Inventor
Donald Jr. L. BOWDEN
Original Assignee
Bowden Donald Jr L
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 Bowden Donald Jr L filed Critical Bowden Donald Jr L
Publication of WO2022236184A1 publication Critical patent/WO2022236184A1/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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/02Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP]
    • 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/24Credit schemes, i.e. "pay after"
    • 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/29Payment schemes or models characterised by micropayments

Definitions

  • the present invention relates generally to fund distribution. More specifically, the present invention is a tokenized micro-draw process for funds distribution between contractors and subcontractors.
  • the object of the present invention is to address previous issues with fund distribution by providing users with a tokenized micro-draw process for contract funds distribution that facilitates the contract funds draw process after completion of discrete subtasks. But utilizing the blockchain, which holds a ledger of all past transactions, the present invention allows for much more granular payments and increases transparency, governance, and control over the distribution of funds with less friction and costs.
  • FIG. l is a flowchart showing the overall process of contract fund tokenization.
  • FIG. 2 is a flowchart showing the task approval process when multiple approvals are required.
  • FIG. 3 is a continuation of the FIG. 2 flowchart, showing the task approval process when multiple approvals are required.
  • FIG. 4 is a flowchart showing geo-fencing limitations that may be imposed on task approval.
  • FIG. 5 is a flowchart showing a task dependency system for approving a task and validating payments.
  • FIG. 6 is a flowchart showing geo-fencing coupled with task dependency, requiring both a viable task and correct location to approve a task.
  • FIG. 7 is a class diagram showing the Token (or Smart Contract) object.
  • the present invention is a tokenized micro-draw process for contract funds distribution.
  • the present invention tokenizes contract funds as a digital twin, assigning properties and state, and distribute those tokens, also known as “smart contracts,” to project participants as a guarantee of immediate payment upon completion and approval of project task or a product delivery. Once payment is approved, digital funds are immediately converted into fiat currency and deposited directly into the vendors checking account via ACH transfer.
  • the present invention replaces the current financial draw process used to distribute funds during contracted jobs with an entirely new computer-based process that utilizes “enterprise” blockchain technology and immutable “asset tokenization” in a way that could not be emulated previously.
  • the strength of the blockchain is that a digital ledger is kept of all data and transactions that occur. While the transactions themselves can be easily viewed and audited, certain information, such as personal bank information, must be decrypted by the private key held by relevant parties to the transaction. This allows the information to be stored securely and validated by multiple parties without being directly accessed or viewed by the multiple parties.
  • the present invention works by creating a digital twin of the funds using tokenization on a blockchain, along with the assignment of project identifier property to the token, and the initial setting of state for the token to a “committed” status.
  • the following depicts how the present invention works:
  • the tokens are then passed forward to the general contractor or project manager to be distributed upon contract award to the subcontractors (or vendors) using a smart contract.
  • Tokens awarded to vendors will then have the Vendor ID, Task ID, and Purchase order number properties assigned, in addition to the negotiated value of the contract, as the Token value.
  • a variable in one Token may be set that points to a second Token to establish a dependency, so that the tasks associated with the second token must be approved before the first token may be approved. 4.
  • the appropriate number of tokens associated with that event has the Status ID changed from the “committed” status to the “approved” status using a smart contract.
  • the vendor can then elect to have the tokens that are now have the Status ID in the “approved” state, converted into the fiat currency of their choice, and deposited into a traditional checking account (see FIG. 1).
  • FIGS. 2 and 3 show the approval process when a project manager must also approve the task (FIG. 2 only), or when multiple parties must approve the task before payment is finalized (FIGS. 2 and 3).
  • the present invention also makes use of “geofencing” to validate task completion, as shown in FIGS. 4 and 6. Because task approval for contracts often requires the approver to be on site and to inspect a physical object, the present invention enforces a location requirement to ensure due diligence has been taken to inspect the site and approve each individual task. In addition, often a task is dependent on a prior task, and the subsequent task cannot be completed until the prior task is completed. A common example of this in construction is excavation, followed by laying of concrete, followed by construction on a site using a crane - all using different subcontractors.
  • the concrete subcontractor should not be able to approve all of their tasks and receive payment until the excavation subcontractor has finished, and likewise, the crane subcontractor should not be able to approve all of their tasks and receive payment until the concrete subcontractor has finished.
  • Another example is the movie industry or other media projects, in which certain casting and location securement tasks must be completed before filming begins.
  • the present invention enforces task dependency, shown in FIG. 5, so that task and payment approval buttons are “grayed out,” or inactive, until all prior tasks are completed. The next task can only be approved when the next task is no longer dependent on any incomplete tasks.
  • FIG. 7 shows a basic class diagram of the Token, or Smart Contract, object.
  • a token is issued for each task to each contractor.
  • This object comprises fields denoting the Status ID, Purchase order number, Task ID, Vendor ID, Project ID, and Token value.
  • the Token object may further comprise a geolocation and a purchase order number for another Token on which the Token is dependent.
  • the Status ID indicates the current progress of the task.
  • the Status ID is set to “Committed.”
  • the Status ID is set to “Funded.”
  • the Status ID is set to “Approved.”
  • the subcontractor, or vendor has received payment from escrow.
  • the Status ID is set to “Paid.”
  • the Purchase order number is used for record keeping and is represented by a unique alphanumeric string to represent the individual task. Like a GUID or other auto-generated alphanumeric strings, the Purchase order number is a unique string, such as “P.O.# NC005473229,” that is not necessarily decipherable but directly correlates with a single token’s purchase order.
  • the Task ID is a simple description of the task to be performed, such as “Slab Pour.”
  • the Vendor ID is a unique identifier of the subcontractor, or vendor, that is performing the work. Note that multiple tokens may be tied to a single Vendor ID if they complete multiple tasks on the same project.
  • the Project ID is a unique identifier for each project completed. Notably, multiple vendors may work on the same project, so that a single Project ID may have multiple vendors sharing the same Project ID.
  • the Token value denotes the amount to be paid for task completion.
  • the Token value may either be represented in United States Dollars (US$), USDF Stablecoins (a cryptocurrency issued by banks), or any other currency acceptable by all parties to the transaction.
  • the geolocation may be a specific address or simply coordinates for a position and a radius.
  • the geolocation is used for geofencing in some embodiments to ensure that a task is approved on-site.
  • the Token may include a pointer to another Token, using that Token’s purchase order number, so that dependency may be established.
  • a first Token will point to a second token on which it is dependent. Only after the second Token is marked approved can the first Token be approved.

Abstract

The present invention provides users with a tokenized micro-draw process for contract funds distribution that facilitates the contract payment draw process. Using the blockchain, which holds a ledger of all past transactions, the present invention allows for granular tasks to be recorded and completed, with payment released from an escrow account to each individual subcontractor, or vendor, once all relevant tasks have been completed by that subcontractor and approved by the relevant part. The present invention includes geo-fencing to verify that tasks have been completed and approved on-site, in addition to task dependency that only allows certain tasks to become available (and approvable) once the tasks on which they rely have been completed.

Description

Tokenized Micro-Draw Process for Contract Funds Distribution
FIELD OF THE INVENTION
The present invention relates generally to fund distribution. More specifically, the present invention is a tokenized micro-draw process for funds distribution between contractors and subcontractors.
BACKGROUND OF THE INVENTION
Current financial draw processes used to distribute funds for complex contracting jobs are inefficient and slow. A single contract between two parties will frequently contain multiple stages of performance, or tasks, which need to be manually subdivided by a human reading the contract to establish clearer objectives. While notice of a completed task should lead directly to approval of the completed task and the release of funds allocated for that task, the existing processes result in the notice of a completed task being passed to a managing party or communication liaison, who then passes this information to the party responsible for approving the task, who then passes the approval back to the managing party or liaison. Lag time between communication leads to higher costs and time for a project’s completion. The current process often places a heavy burden on the accounts receivable department, which must actively scramble to collect funds after each individual task is completed. This is very costly. In addition, the current financial draw processes rely on manual processes, which are subject to human error, to maintain business ledgers and keep track of all transactions.
SUMMARY OF THE INVENTION
The object of the present invention is to address previous issues with fund distribution by providing users with a tokenized micro-draw process for contract funds distribution that facilitates the contract funds draw process after completion of discrete subtasks. But utilizing the blockchain, which holds a ledger of all past transactions, the present invention allows for much more granular payments and increases transparency, governance, and control over the distribution of funds with less friction and costs.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. l is a flowchart showing the overall process of contract fund tokenization.
FIG. 2 is a flowchart showing the task approval process when multiple approvals are required.
FIG. 3 is a continuation of the FIG. 2 flowchart, showing the task approval process when multiple approvals are required.
FIG. 4 is a flowchart showing geo-fencing limitations that may be imposed on task approval.
FIG. 5 is a flowchart showing a task dependency system for approving a task and validating payments.
FIG. 6 is a flowchart showing geo-fencing coupled with task dependency, requiring both a viable task and correct location to approve a task.
FIG. 7 is a class diagram showing the Token (or Smart Contract) object.
DETAILED DESCRIPTION OF THE INVENTION
All illustrations of the drawings are for the purpose of describing selected versions of the present invention and are not intended to limit the scope of the present invention.
The present invention is a tokenized micro-draw process for contract funds distribution.
The present invention tokenizes contract funds as a digital twin, assigning properties and state, and distribute those tokens, also known as “smart contracts,” to project participants as a guarantee of immediate payment upon completion and approval of project task or a product delivery. Once payment is approved, digital funds are immediately converted into fiat currency and deposited directly into the vendors checking account via ACH transfer.
The present invention replaces the current financial draw process used to distribute funds during contracted jobs with an entirely new computer-based process that utilizes “enterprise” blockchain technology and immutable “asset tokenization” in a way that could not be emulated previously. The strength of the blockchain is that a digital ledger is kept of all data and transactions that occur. While the transactions themselves can be easily viewed and audited, certain information, such as personal bank information, must be decrypted by the private key held by relevant parties to the transaction. This allows the information to be stored securely and validated by multiple parties without being directly accessed or viewed by the multiple parties.
The present invention works by creating a digital twin of the funds using tokenization on a blockchain, along with the assignment of project identifier property to the token, and the initial setting of state for the token to a “committed” status. The following depicts how the present invention works:
1. The process starts with the tokens being “minted” with the “project” identifier property being assigned to the token when the funds are in escrowed or secured in some other fashion using a smart contract. Often contracts will be parsed and converted from traditional long-form contracts, with multiple tasks described, into smart contracts that subdivide the work into discrete tasks that may be more simply completed, monitored, and paid out.
2. The tokens are then passed forward to the general contractor or project manager to be distributed upon contract award to the subcontractors (or vendors) using a smart contract.
3. Tokens awarded to vendors will then have the Vendor ID, Task ID, and Purchase order number properties assigned, in addition to the negotiated value of the contract, as the Token value. Optionally, a variable in one Token may be set that points to a second Token to establish a dependency, so that the tasks associated with the second token must be approved before the first token may be approved. 4. When a project task is complete and approved, or a product is delivered and verified, then the appropriate number of tokens associated with that event has the Status ID changed from the “committed” status to the “approved” status using a smart contract.
5. The vendor can then elect to have the tokens that are now have the Status ID in the “approved” state, converted into the fiat currency of their choice, and deposited into a traditional checking account (see FIG. 1).
6. Once the funds have been deposited into the vendor’s checking account, those tokens associated with the deposit now have their Status ID set to the “paid” status using a smart contract.
7. Finally, once funds associated with an approved task or product delivery have been deposited into the vendor’s checking account, an automatic “mechanic’s lien release” is generated, if applicable, and delivered to the source of funds using a smart contract (see FIG. 1).
Each step in the process, coupled with the blockchain technology being utilized in the process provides not only a new way to accelerate the payment draw process, but also allows for much more granular payments than prior methods. In addition, due to the unique functionality of “enterprise” blockchain technology, transparency, governance, and control over the distribution of funds is achieved in a significant fashion with less friction and costs when compared with prior methods.
Different types of contracts require different parties to approve final completion. While the simplest contracts may only require approval from the subcontractor (or vendor) themselves, as shown in FIG. 1, others require approval by a project manager, owner, architect, and/or engineer with expertise in the related field. FIGS. 2 and 3 show the approval process when a project manager must also approve the task (FIG. 2 only), or when multiple parties must approve the task before payment is finalized (FIGS. 2 and 3).
The present invention also makes use of “geofencing” to validate task completion, as shown in FIGS. 4 and 6. Because task approval for contracts often requires the approver to be on site and to inspect a physical object, the present invention enforces a location requirement to ensure due diligence has been taken to inspect the site and approve each individual task. In addition, often a task is dependent on a prior task, and the subsequent task cannot be completed until the prior task is completed. A common example of this in construction is excavation, followed by laying of concrete, followed by construction on a site using a crane - all using different subcontractors. Following that example, the concrete subcontractor should not be able to approve all of their tasks and receive payment until the excavation subcontractor has finished, and likewise, the crane subcontractor should not be able to approve all of their tasks and receive payment until the concrete subcontractor has finished. Another example is the movie industry or other media projects, in which certain casting and location securement tasks must be completed before filming begins. The present invention enforces task dependency, shown in FIG. 5, so that task and payment approval buttons are “grayed out,” or inactive, until all prior tasks are completed. The next task can only be approved when the next task is no longer dependent on any incomplete tasks.
Concepts of geo-fencing and claim dependence may be combined to require both location on-site and completion of prior tasks, only which the current task is dependent, for approval to be completed. This is shown in FIG. 6.
FIG. 7 shows a basic class diagram of the Token, or Smart Contract, object. A token is issued for each task to each contractor. This object comprises fields denoting the Status ID, Purchase order number, Task ID, Vendor ID, Project ID, and Token value. Optionally the Token object may further comprise a geolocation and a purchase order number for another Token on which the Token is dependent. The Status ID indicates the current progress of the task. When a task is initially created, the Status ID is set to “Committed.” Next, when money has been received in escrow for the task, the Status ID is set to “Funded.” Next, when the task has been completed and approved, the Status ID is set to “Approved.” Finally, when the subcontractor, or vendor, has received payment from escrow, the Status ID is set to “Paid.” The Purchase order number is used for record keeping and is represented by a unique alphanumeric string to represent the individual task. Like a GUID or other auto-generated alphanumeric strings, the Purchase order number is a unique string, such as “P.O.# NC005473229,” that is not necessarily decipherable but directly correlates with a single token’s purchase order. The Task ID is a simple description of the task to be performed, such as “Slab Pour.” The Vendor ID is a unique identifier of the subcontractor, or vendor, that is performing the work. Note that multiple tokens may be tied to a single Vendor ID if they complete multiple tasks on the same project. The Project ID is a unique identifier for each project completed. Notably, multiple vendors may work on the same project, so that a single Project ID may have multiple vendors sharing the same Project ID. The Token value denotes the amount to be paid for task completion. The Token value may either be represented in United States Dollars (US$), USDF Stablecoins (a cryptocurrency issued by banks), or any other currency acceptable by all parties to the transaction. The geolocation may be a specific address or simply coordinates for a position and a radius. The geolocation is used for geofencing in some embodiments to ensure that a task is approved on-site. Finally, the Token may include a pointer to another Token, using that Token’s purchase order number, so that dependency may be established. A first Token will point to a second token on which it is dependent. Only after the second Token is marked approved can the first Token be approved. Although the invention has been explained in relation to its preferred embodiment, it is to be understood that many other possible modifications and variations can be made without departing from the spirit and scope of the invention.

Claims

What is claimed is:
1. A method and system of facilitating payments for a job with blockchain technology, the method comprising the steps: a purchaser transferring a sum of contract funds for a job, as localized domestic currency, into an escrow account; minting one or more tokens with a plurality of internal variables and a token state; assigning the one or more tokens a unique project ID tied to the job and setting the token state to “committed;” if the subject of the job has a valid title, notifying the purchaser of a mechanic’s lien by the general contractor on the valid title; delivering the one or more tokens to the general contractor for the job; assigning a unique task ID for each of one or more tasks to be completed by one or more vendors; assigning a unique vendor ID for each of the one or more subcontractors completing one of the one or more tasks; for each of the one or more tasks, assigning some of the plurality of internal variables for one of the one or more tokens to the corresponding task ID, vendor ID, and cost of the task, in localized domestic currency; after each of the one or more tasks is completed and approved by the general contractor, setting the token state to “approved” for the token with the corresponding task ID for each completed task; for each of the one or more tokens, after the token state is set to “approved,” disbursing an amount of funds equal to the cost of the task from the escrow account to the vendor’s bank account and setting the token state to “paid;” and for each of the one or more tokens, after the token state is set to “paid,” releasing the mechanic’s lien waiver placed on the subject of the job correlating with the token.
2. The method and system of facilitating payments for a job with blockchain technology from claim 1, wherein a single contract is parsed and subdivided into multiple tasks programmatically to form one or more smart contracts, wherein the one or more smart contracts are assigned to the one or more tokens for the job.
3. The method and system of facilitating payments for a job with blockchain technology from claim 1, wherein a lender disburses funds in place of the purchaser.
4. The method and system of facilitating payments for a job with blockchain technology from claim 1, wherein the token used for domestic transactions is a non-fungible token, or NTT.
5. The method and system of facilitating payments for a job with blockchain technology from claim 1, wherein the token used for international transactions is a USDF stablecoin.
6. The method and system of facilitating payments for a job with blockchain technology from claim 1, wherein for the general contractor to approve each of the one or more tasks, the general contractor must approve a checklist of requirements corresponding to the task.
7. The method and system of facilitating payments for a job with blockchain technology from claim 6, wherein the checklist of requirements may require verification by photo or video that a requirement has been completed to check off a requirement.
8. The method and system of facilitating payments for a job with blockchain technology from claim 6, wherein the checklist of requirements comprises a plurality of sequential requirements, wherein each requirement must be completed in order before the next requirement may be checked off.
9. The method and system of facilitating payments for a job with blockchain technology from claim 6, wherein the token optionally has a location assigned for the task, and wherein the checklist of requirements requires the general contractor to be on the job site, using the location signal from the general contractor’s mobile device, to check off a requirement for the task if a location is assigned.
10. The method and system of facilitating payments for a job with blockchain technology from claim 6, wherein the token has a variable assigned to point to a previously issued token, wherein the task associated with the previously issued token must be completed before the token can be approved.
PCT/US2022/028377 2021-05-07 2022-05-09 Tokenized micro-draw process for contract funds distribution WO2022236184A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US202163185584P 2021-05-07 2021-05-07
US63/185,584 2021-05-07

Publications (1)

Publication Number Publication Date
WO2022236184A1 true WO2022236184A1 (en) 2022-11-10

Family

ID=83933005

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2022/028377 WO2022236184A1 (en) 2021-05-07 2022-05-09 Tokenized micro-draw process for contract funds distribution

Country Status (1)

Country Link
WO (1) WO2022236184A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160098723A1 (en) * 2014-10-01 2016-04-07 The Filing Cabinet, LLC System and method for block-chain verification of goods
US20170046693A1 (en) * 2015-08-13 2017-02-16 The Toronto-Dominion Bank Systems and methods for detecting and resolving data inconsistencies among networked devices using hybrid private-public blockchain ledgers
US20170085555A1 (en) * 2015-07-14 2017-03-23 Fmr Llc Point-to-Point Transaction Guidance Apparatuses, Methods and Systems
US20170232300A1 (en) * 2016-02-02 2017-08-17 Bao Tran Smart device
US20200082360A1 (en) * 2018-09-07 2020-03-12 Jointer, Inc. Systems and methods for implementing a smart stablecoin and facilitating the trustless smart swap of cryptocurrency
US10861095B1 (en) * 2020-07-31 2020-12-08 Mythical, Inc. Systems and methods for an automated electronic networked central clearinghouse for clearing and reversing reversible exchanges of non-fungible digital assets

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160098723A1 (en) * 2014-10-01 2016-04-07 The Filing Cabinet, LLC System and method for block-chain verification of goods
US20170085555A1 (en) * 2015-07-14 2017-03-23 Fmr Llc Point-to-Point Transaction Guidance Apparatuses, Methods and Systems
US20170046693A1 (en) * 2015-08-13 2017-02-16 The Toronto-Dominion Bank Systems and methods for detecting and resolving data inconsistencies among networked devices using hybrid private-public blockchain ledgers
US20170046799A1 (en) * 2015-08-13 2017-02-16 TD Bank Group Systems and Methods for Monitoring Construction Projects
US20170232300A1 (en) * 2016-02-02 2017-08-17 Bao Tran Smart device
US20200082360A1 (en) * 2018-09-07 2020-03-12 Jointer, Inc. Systems and methods for implementing a smart stablecoin and facilitating the trustless smart swap of cryptocurrency
US10861095B1 (en) * 2020-07-31 2020-12-08 Mythical, Inc. Systems and methods for an automated electronic networked central clearinghouse for clearing and reversing reversible exchanges of non-fungible digital assets

Similar Documents

Publication Publication Date Title
US11741513B2 (en) Supply chain finance system
US20220277389A1 (en) Supply chain finance system
JP2022547130A (en) Systems and methods for providing a blockchain-based process of record
US20060247975A1 (en) Processes and systems employing multiple sources of funds
US7797208B2 (en) Pay yourself first
WO2019246566A1 (en) Method, apparatus, and system to accelerate transaction processing
US20210012443A1 (en) System and method for blockchain-based property renovation funding inspection and sale
KR20210090146A (en) Direct payment monitoring system and method without withdrawl limit account
KR101791608B1 (en) A debit system for direct payment of bond type trust fund for non-payment solution and a computer readable storage medium for managing thereof
WO2022236184A1 (en) Tokenized micro-draw process for contract funds distribution
US20200410591A1 (en) Computerized asset transfer and title recordal on distributed ledgers
US20200219153A1 (en) Transaction Model for Bank Balance Sheets
KR102389514B1 (en) Blockchain-based patent crowd funding device and method
CN106934709A (en) Spending budget processing method and relevant apparatus
JP7304303B2 (en) Payment management device, payment management method, and payment management system
AU2006227549B2 (en) Arrangement for reducing risk in the sale of property
KR20230013440A (en) Payment method and system for perfoming the same
WO2024089587A1 (en) Digital assets platform
AU2013200084B2 (en) Construction payment management system and method with document exchange features
CN113888157A (en) Financing lease management interaction system
JPWO2021086095A5 (en)

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE