In this chapter, we will discuss real-life use cases that you can refer to for implementing in your business area. Just like Corda let’s start with the finance domain, where Corda is the primary choice among DLTs for implementations in banks and the Fintech industry. Let’s discuss two different use cases: e-auction and trade finance.
Real-Time e-Auction
There could be cancellation-related disputes, as the exchange of money and products or services does not happen in real time.
Repudiation could also be a problem in traditional systems, as the user may claim that the bid or offer was not done by him.
As the highest bid wins, if any user somehow misses it by a fraction of second even then the trade would not culminate. Hence, automatic settlement is a bare necessity.
The entire auction process is not transparent, as the settlement that follows the auction is not accessible to all.
Solution

Corda-based auction ecosystem
Exchange (the auction house)
Organization A: Can be an issuer/seller or investor/buyer
Organization B: Can be an issuer/seller or investor/buyer
Regulation (optional, in fact notary is doing this job for us)
ownerParty
linearId
userId
type
quantity
offerRate
ownerParty
linearId
userId
currency
amount
bidRate
linearId or tradeId
buyerParty
sellerParty
buyerUserId
sellerUserId
cashId (linearId of CashState)
sshareId (linearId of ShareState)
noOfShares
amount
offeredRate
bidRate
status
timeStamp
IssueStockFlow: To add stocks to the ledger. Here an output StockState is created and committed to the ledger. We can optionally add a regulator party who can check and approve or delete stocks through smart contract checks.
IssueCashFlow: To add cash to the ledger. Here an output CashState is created and committed to the ledger.
TradeFlow: The trade will be initiated by a participant from the cash issuer organization with a bidRate equal to or more than offeredRate, and the status will be “Initiated.” Orders can be added or modified between a particular start and end time scheduled for the e-auction.
At the end of the e-auction time slot, the auction house will match the orders, finalize the valid ones, and come up with the best bid rates. This can also be done instantaneously if required.
We can add many contractual obligations, as in the following examples.
OfferedRate should be equal to or more than bidRate.
Only the highest rate among all the bidders will be chosen, and this will culminate into a trade where the status will be updated to “Finalized.”
The regulation node can check the data history and can end the auction by updating the auction end time at any moment if things go wrong or are out of control.
We can come up with modification and cancellation flows as per business requirements. Note that in all transactions, we have the option to use the getParticipants() method in state objects, where we can choose to broadcast the details to all the participants or do it partially.
Advantages
Smart contracts facilitate real-time settlement of transactions
Visibility of the entire trading cycle to each and every participant across the platform
Auditing is made painless and superquick
No room left for fraud because of high transparency
Live Use Cases
“Austria to Use Ethereum Public Blockchain to Issue $1.35 Bln in Government Bonds” ( https://cointelegraph.com/news/austria-to-use-ethereum-public-blockchain-to-issue-135-bln-in-government-bonds )
Trade Finance and Letter of Credit
As per the World Trade Organization, in 2017 $15.5 trillion worth of merchandise exports were transported around the world across sea, air, rail, and road, and up to 80% of this global trade requires financing. Trade finance involves complex cross-border trading with multiple parties such as importers, exporters, banks, financiers, insurers, export credit agencies, and service providers. In such a fragmented environment, many organizations might be doing business with each other for the very first time. As there is no central or intermediary party which can administer the whole process, coordination is cumbersome and investment risks are very high. It’s quite unfortunate that even though trade financing and letters of credit (LoCs) have been integral to doing business for decades, the supporting documentation and paperwork nonetheless have many process inefficiencies that increase costs, risks, and delays for all participants.

Trade finance and LoC work flow
- 1.
Sales Contract: Buyer (applicant/importer) from New York and seller (beneficiary/exporter) from London mutually agree to do some delivery-against-payment trading that involves shipping of deliverables among different countries.
- 2.
LoC Application: Buyer gets connected to a bank in the UK (termed buyer’s bank or issuing bank) for an LoC.
- 3.
LoC Issuance: The issuing bank prepares and sends the LoC to the bank in the USA (termed seller bank or advising bank).
- 4.
Advising LoC to Seller: The advising/seller bank does verification and discusses the same with seller for any modifications.
Note The beneficiary and the advising bank must be located in the same country.
- 5.
Finalization: There is a cycle here between both banks and buyer and seller; the LoC is finalized.
- 6.
Shipment: Once all parties agree upon the LoC, the seller commences shipment of the goods as per the LoC contract. On delivery, the seller receives a delivery confirmation document. The seller provides that delivery confirmation receipt to the advising bank.
- 7.
Dispatch Receipt: The advising bank dispatches the receipt to the issuing bank.
- 8.
Payment at Maturity: The issuing bank verifies the delivery as per contract; if everything is fine, then payment is made to the advising bank.
- 9.
Closure: The issuing bank transfers the payment to the seller as agreed and keeps its commission.
Seller Protection : What if the buyer is unable to pay after delivery of goods as per contract? The issuer bank will do so upon the buyer’s behalf as per the contract.
Buyer Protection : What if the seller is unable to deliver the goods on time or up to quality? In that case, a penalty is paid to the buyer.
Also, the preceding scenarios could be much more elaborated to introduce prepayment and purchase order as well as the involvement of many more parties in the supply chain space such as shipper, customs, warehouse, insurance company, and so on.
Solution
Buyer organization
Issuing bank
Seller organization
Advising bank
Port 1
Port 2
IBuyer Organization (Party)
Issuing Bank (Party)
Seller Organization (Party)
Advising Bank (Party)
List of Ports (Parties)
expiryDate
portOfLoading
portOfDischarge
descriptionOfGoods
documentsRequired
amount
Applicant (Party)
Beneficiary (Party)
advisingBank (Party)
issuingBank (Party)
status (Party)
paymentAmount
applicationDate
expiryDate
portOfLoading (Party)
portOfDischarge (Party)
locId
linearId
Applicant (Party)
Beneficiary (Party)
AdvisingBank (Party)
IssuingBank(Party)
timeOfDelivery
descriptionOfDeliverables
locId
linearId
LoCApplicationFlow: LetterOfCreditApplicationState is created
LoCApprovalFlow: LetterOfCreditApplicationState is approved
ShipmentFlow: LetterOfCreditDeliveryState is created and updated from time to time till goods reach destination
PaymentFlow: LetterOfCreditDeliveryState status is updated with payment
Advantages
Data is private and is shared only between the nodes concerned with the transaction and its rightful owner.
Blockchain reduces the overall time of settlement from many days to a few hours.
Reduced risk of currency fluctuation. The payment can be agreed as per the date and time of delivery and as per the rate of international currency exchange at that time, which the ledger can find out on the spot.
Fraud control, as all parties are on the same page and any discrepancy can easily be shared between concerned parties or among all parties in real time.
Live Implementations
In 2016, a Blockchain-based trade finance platform was announced between Ornua (formerly the Irish Dairy Board) and Seychelles Trading Company, which was built on a platform developed by Israeli startup, Fintech Wave. With the use of Blockchain, the trading cycle of seven to ten days has now been reduced to less than four hours.
Similarly on 6 July 2017, Japanese conglomerate Marubeni Corporation and Sompo Japan Nipponkoa established a Blockchain-based trade finance DApp that worked between stakeholders of two different countries (Australia and Japan).
Danish MNC Maersk has also come up with a similar platform for shipping goods between different countries and continents.
HSBC India and ING Bank Brussels have executed a Blockchain-enabled live trade finance transaction jointly with Reliance Industries and Tricon Energy.
References
- 1.
Can Blockchain make Trade Finance More Inclusive? ( www.r3.com/wp-content/uploads/2018/07/Can-Blockchain-Make-Trade-Finance-More-Inclusive-1.pdf )
- 2.
Use Case - Trade Finance Letter of Credit ( https://wiki.hyperledger.org/requirements/use-cases/use-case-trade-finance-letter-of-credit )
- 3.
Letters of Credit Network ( https://github.com/hyperledger/composer-sample-networks/tree/master/packages/letters-of-credit-network )
- 4.
Letter of Credit Demo Corda ( https://github.com/corda/LetterOfCredit )
- 5.
Trade Finance and Blockchain: Three Essential Case Studies ( http://cib.db.com/insights-and-initiatives/flow/trade_finance_and_the_blockchain_three_essential_case_studies.htm )
- 6.
How Letters of Credit Work ( www.thebalance.com/how-letters-of-credit-work-315201 )
- 7.
HSBC, ING Bank Execute Blockchain Transaction with Reliance Industries ( https://telecom.economictimes.indiatimes.com/news/hsbc-ing-bank-execute-blockchain-transaction-with-reliance-industries/66505747 )
- 8.
Voltron, a Blockchain-Based Trade Finance Platform, Edges Closer to Real-World Use ( www.nasdaq.com/article/voltron-a-blockchain-based-trade-finance-platform-edges-closer-to-real-world-use-cm1052724 )