<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Zenland</title>
    <description>The latest articles on DEV Community by Zenland (@zenland).</description>
    <link>https://dev.to/zenland</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F5870%2F134679c3-9821-40fb-81b0-7b98db16d029.png</url>
      <title>DEV Community: Zenland</title>
      <link>https://dev.to/zenland</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zenland"/>
    <language>en</language>
    <item>
      <title>How Zenland Escrow Works [supports USDT, USDC, BUSD, DAI]</title>
      <dc:creator>Mila Kim</dc:creator>
      <pubDate>Wed, 27 Jul 2022 13:03:37 +0000</pubDate>
      <link>https://dev.to/zenland/how-zenland-escrow-works-supports-usdt-usdc-busd-dai-2ngo</link>
      <guid>https://dev.to/zenland/how-zenland-escrow-works-supports-usdt-usdc-busd-dai-2ngo</guid>
      <description>&lt;p&gt;Think of selling a website, domain name, or freelance services. &lt;br&gt;
Once the ad has been posted on niche forums or classified ads websites, potential buyers begin to emerge.&lt;/p&gt;

&lt;p&gt;But your goal is to ensure secure transaction of digital goods or services sold or bought over the internet, right?&lt;/p&gt;

&lt;p&gt;So, what do you do when you don't know the person you are dealing with? You check his/her posts, recent activity, social media accounts, reviews (if any), and sometimes location through the IP address. After all, you are trying to figure out if the person is real and can be trusted. This takes the energy and time and isn't always the most ethical thing to do in P2P trade.&lt;/p&gt;

&lt;p&gt;Yet when the deal is risky but urgent, you may need a blockchain escrow to secure it. This is a type of escrow when the payment is sent and released from a programmable contract stored on the blockchain without a third party.  &lt;/p&gt;

&lt;p&gt;Today's post explains how one such blockchain escrow services, Zenland, works in detail. To better understand the escrow process and features, we have created a test case for you.&lt;/p&gt;

&lt;h3&gt;
  
  
  Blockchain Escrow Use Case [Website Ownership Transfer]
&lt;/h3&gt;

&lt;p&gt;Below is one of our first use cases recorded in the Binance Smart Chain network. The current owner (the seller) is transferring a domain, hosting, website database, and the Instagram account associated with the website to a new owner (the buyer) through Zenland blockchain escrow service. &lt;/p&gt;

&lt;p&gt;The nominal price is $1 BUSD and the service fee is $0.02.&lt;br&gt;
The delivery is expected within 10 days.&lt;/p&gt;

&lt;p&gt;The new owner has 2 days to check for any faults with the transfer and release payment from escrow contract.&lt;/p&gt;

&lt;p&gt;It is a test case and was done for educational purposes only.&lt;br&gt;
For clarity, let's say you are the current owner of the website.com (the seller). &lt;/p&gt;

&lt;p&gt;Here's how the blockchain escrow process goes:&lt;/p&gt;

&lt;h4&gt;
  
  
  1. Buyer and Seller Agree on The Contract Terms.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--v2vRS69N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sk5vl8fap993sht95qw4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--v2vRS69N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sk5vl8fap993sht95qw4.png" alt="You both agree on the escrow deal through third-party website or social media chat and login with Metamask." width="880" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You chat with the buyer about the deal (the price, how and when the payment is made, and how the ownership is transferred) and if the buyer agrees ask for his Metamask wallet address. You can find your own Metamask address right below your account name (&lt;em&gt;it is in the format 0xbb23...552f82&lt;/em&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  2. Seller logs into Zenland and creates a contract.
&lt;/h4&gt;

&lt;p&gt;Then, you login to Zenland app via Metamask extension (no email or password required) to create a contract and enter the contact details. Connecting your wallet to Zenland is needed to create an &lt;em&gt;anonymous profile with your crypto wallet address&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Hq-j-Obe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2sgnyr2fwso8on3d7teb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Hq-j-Obe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2sgnyr2fwso8on3d7teb.png" alt="Filling out a Zenland escrow contract form" width="880" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the form, you first enter your and buyer's MetaMask wallet addresses. This is needed to transfer payment from the buyer's address into the contract and to your wallet address after the deal is complete. You may also name the contract and enter the website specifics like domain name, hosting location, database, website template, etc. in the contract details, or leave it blank since its optional.&lt;/p&gt;

&lt;p&gt;Next, enter the date and time (&lt;em&gt;can be on the same day&lt;/em&gt;) you think you will need to complete the contract requirements. Select the blockchain network (&lt;em&gt;think of it as a payment method&lt;/em&gt;) and the currency you accept (USDT, BUSD, USDC, DAI).&lt;/p&gt;

&lt;p&gt;Put in the buyer protection time. It's the time for a buyer to transfer website data to his hosting (usually takes between 3 and 5 hours). If you don't know how much time will be needed for website ownership transfer you may select days.&lt;/p&gt;

&lt;p&gt;After, enter the price you agreed to sell your website for (let's say it's 1 BUSD just for the sake of this example). There is also a Zenland service fee that &lt;em&gt;can be paid by you, by the buyer, or split in half&lt;/em&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. Buyer Approves the Contract Terms, or Edits Them.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--g0ggAGun--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rzvuitgmof0dxd314rh8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g0ggAGun--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rzvuitgmof0dxd314rh8.png" alt="Both seller and buyer approve the contract terms." width="880" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once the contract has been created, the buyer has to approve its terms. Once he logs in, he should see a notification about a new contract created with him in the top right corner of the dashboard. If disagree with the contract terms, &lt;em&gt;the buyer may edit the conditions before approving&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;In this case, you, the seller, will see a notification asking you to approve the changes made by the buyer. If you disagree with some of its conditions, you can talk things over in the Contract Chat. It is a secure anonymous chat that automatically records and displays any changes made to the contract and is only seen by you and the seller.&lt;/p&gt;

&lt;h4&gt;
  
  
  4. Buyer Deploys the Contract to the Blockchain.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Gi047Oq2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eyup43vdz9gm8auryoti.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Gi047Oq2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eyup43vdz9gm8auryoti.png" alt="Deployment of the escrow contract on Zenland" width="880" height="474"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As soon as you both approve the contract, its conditions cannot be changed. The next step is to deploy (publish) the contract to the blockchain. This is done by the buyer. When he clicks the "Deploy" button, MetaMask window opens and the buyer must confirm the transaction.&lt;/p&gt;

&lt;p&gt;But, just like any other operation, &lt;em&gt;&lt;strong&gt;deployment has two conditions to happen&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;1) a buyer must have money in his MetaMask wallet address to pay the deployment gas fee;&lt;/p&gt;

&lt;p&gt;2) a buyer/seller (or both users) must have a positive balance on their internal wallet(s) to pay the service fee.&lt;/p&gt;

&lt;h4&gt;
  
  
  5. Buyer Sends Payment Into The Contract.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--e7sb-kCd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/alhxrfi183prrgggokmg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--e7sb-kCd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/alhxrfi183prrgggokmg.png" alt="The payment is transferred to the contract" width="880" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Alright, the buyer deployed the contract! Now is time to transfer the agreed payment of say $1 BUSD into the contract. For it, the buyer clicks the "Transfer" button and confirms the transaction in the opened Metamask window.&lt;/p&gt;

&lt;h4&gt;
  
  
  6. Seller Starts Working on The Order.
&lt;/h4&gt;

&lt;p&gt;As you see the payment is inside the contract, you send the website login and password to the buyer and press the "Complete" button. It's a blockchain transaction and a &lt;em&gt;gas fee will be paid&lt;/em&gt; from your Metamask wallet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Tip:&lt;/em&gt;&lt;/strong&gt; You can check payment by entering the contract address in the search bar on the official blockchain explorer site (Etherscan, BSCscan, and others).&lt;/p&gt;

&lt;h4&gt;
  
  
  7. Seller Completes The Website Ownership Transfer.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0rmFTPSz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w66y5r4bupsd0n8ezx11.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0rmFTPSz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w66y5r4bupsd0n8ezx11.png" alt="Seller sends complete message to buyer" width="880" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Remember that &lt;em&gt;&lt;a href="https://docs.zen.land/fundamentals/zenland-contract/buyer-protection-time"&gt;buyer protection time&lt;/a&gt;&lt;/em&gt; we've mentioned when filling out the contract form?&lt;/p&gt;

&lt;p&gt;Once you hit the "Complete' button, the countdown will start. By the end of it if everything is okay with the transfer, the buyer must release the payment from the contract to your wallet address.&lt;/p&gt;

&lt;p&gt;If he forgets to do so, or simply disappears, the "Release" button will become available to you and &lt;em&gt;&lt;strong&gt;you can do it on your own&lt;/strong&gt;&lt;/em&gt;. Think of this cool feature to protect sellers from scams that no other escrow have!&lt;/p&gt;

&lt;h4&gt;
  
  
  8. Payment Is Released From the Contract.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iZdqPD5Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bnsikdj52589ww7mhqgm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iZdqPD5Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bnsikdj52589ww7mhqgm.png" alt="Seller checks if payment has been released through Etherscan" width="880" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finally, you check your Metamask wallet address specified in the contract to see if the payment sum has already been transferred to it. The amount will show up under assets. Alternatively, &lt;em&gt;&lt;a href="https://docs.zen.land/getting-started/what-is-explorer"&gt;you can use a blockchain explorer&lt;/a&gt;&lt;/em&gt; to search for the contract address. You will see all its blockchain transactions including transfer and release.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=Ge7e7C9WKTI&amp;amp;ab_channel=Zenland"&gt;Check out YouTube Tutorial to see the process in action&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's done!&lt;/p&gt;

&lt;p&gt;Have you ever sold or bought anything using escrow service? &lt;br&gt;
Feel free to suggest interesting cases you want us to review in detail, or share your thoughts on blockchain escrow and its future.&lt;/p&gt;

</description>
      <category>web3</category>
      <category>blockchain</category>
      <category>tutorial</category>
      <category>smartcontract</category>
    </item>
    <item>
      <title>Can Smart Contracts Replace Traditional Escrow Services?</title>
      <dc:creator>Mila Kim</dc:creator>
      <pubDate>Mon, 25 Jul 2022 10:28:00 +0000</pubDate>
      <link>https://dev.to/zenland/can-smart-contracts-replace-traditional-escrow-services-424d</link>
      <guid>https://dev.to/zenland/can-smart-contracts-replace-traditional-escrow-services-424d</guid>
      <description>&lt;p&gt;Imagine you wrote a blockchain program that keeps your money and the instructions on how and when release them. Based on your instructions and timing, your program can send, or receive more cryptocurrency tokens, from specified wallet addresses. Finally, until the specific conditions are met your program can withhold a payment from being wrongly distributed. &lt;/p&gt;

&lt;p&gt;Would this smart program make sense as an escrow? &lt;/p&gt;

&lt;p&gt;Escrow is a service that is paid to oversee the transaction process between a buyer and seller to exclude cheating from any side. An escrow agent ensures that a seller receives a payment, and a buyer - a product/service that's paid for. &lt;/p&gt;

&lt;p&gt;But before we dive deep into escrow, the blockchain program you wrote is called a &lt;a href="https://docs.zen.land/getting-started/what-is-smart-contract" rel="noopener noreferrer"&gt;smart contract&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;It is the subject of our discussion today and the key element of escrow transactions that happen on a blockchain, a.i. a &lt;em&gt;&lt;strong&gt;blockchain escrow service&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That being said, let's see how smart contracts are used today and what the future holds for us.&lt;/p&gt;

&lt;p&gt;If you are new to our Devto profile, we are Zenland, a multinational team of blockchain enthusiasts with the grand vision for smart contracts making P2P payments safe, trustless, and simple. &lt;br&gt;
&lt;a href="https://zen.land" rel="noopener noreferrer"&gt;Check Zenland website&lt;/a&gt; for more information about our mission and goals. &lt;/p&gt;

&lt;h2&gt;
  
  
  Use of Smart Contracts, Their Features &amp;amp; Capabilities
&lt;/h2&gt;

&lt;p&gt;By definition, smart contracts are &lt;em&gt;&lt;strong&gt;specific programs with pre-determined conditions&lt;/strong&gt;&lt;/em&gt; that run on the blockchain. Such conditions may include time limits or access rights of the program user(s). &lt;/p&gt;

&lt;p&gt;Because of their blockchain integration, smart contracts are some of the most secure and intelligent programs increasingly used in more and more industries today. &lt;em&gt;In supply chain&lt;/em&gt;, for example, smart contracts are used to record ledger entries and release payments ultimately improving the transparency, traceability, and efficiency of the process. &lt;/p&gt;

&lt;p&gt;That said, &lt;em&gt;finance and gaming industries&lt;/em&gt; are among the biggest users of smart contract technology.&lt;/p&gt;

&lt;p&gt;Ethereum as one of the first blockchains specifically designed for smart contracts has long been housing thousands of decentralized applications (dApps) and protocols based on ERC20 and ERC721 smart contracts.&lt;/p&gt;

&lt;p&gt;As open data suggests, gaming and finance (DeFi) are among the most active categories with Ethereum dApps.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnfuyw5pj9t80kx81rjtz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnfuyw5pj9t80kx81rjtz.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Some of the well-known examples of &lt;em&gt;DeFi dApps&lt;/em&gt; using an ERC20 contract include Uniswap (for swapping one token to another), and Aave (lending and borrowing). Similarly, &lt;em&gt;NFT and gaming&lt;/em&gt; category offer OpenSea marketplace and Metaverse experience of Decentraland. &lt;/p&gt;

&lt;p&gt;A little less often, &lt;a href="https://www.hospitalrecruiting.com/blog/7624/smart-contracts-in-healthcare/#:~:text=Smart%20contracts%20pull%20pertinent%20data,time%20delays%2C%20and%20lost%20data." rel="noopener noreferrer"&gt;smart contracts are used in healthcare&lt;/a&gt; for safe and transparent data sharing saving hours, associated costs, and eventually, lives. &lt;/p&gt;

&lt;p&gt;Another area where smart contracts are yet to realize their potential is legal industry. Due to their accuracy and transparent nature, smart contracts can be used to create &lt;strong&gt;&lt;em&gt;enforceable legally binding agreements&lt;/em&gt;&lt;/strong&gt; (escrow contracts for example), saving time and costs associated with legal services. &lt;/p&gt;

&lt;p&gt;Now, let's look into the features and capabilities of smart contracts that make them popular and effective in many industries. Below are the most commonly used features that smart contracts are praised for. &lt;/p&gt;

&lt;h3&gt;
  
  
  Transaction transparency
&lt;/h3&gt;

&lt;p&gt;Because smart contracts are hosted on public blockchains like Ethereum most of the time, contract transactions can easily be verified via &lt;a href="https://docs.zen.land/getting-started/what-is-explorer" rel="noopener noreferrer"&gt;blockchain explorers like Etherscan&lt;/a&gt;. This makes a payment transfer into and from a contract traceable to sender's and receiver's wallet addresses. Simply put, contract transparency prevents parties involved in the contract from cheating.  &lt;/p&gt;

&lt;h3&gt;
  
  
  Cost-efficient procedures
&lt;/h3&gt;

&lt;p&gt;Building and maintaining a smart contract application may require either specific programming skills and time or money to hire people who can do the job. However, smart contract ensures the process where it's used is cost-efficient. Take for example supply chain company handling shipping. Smart contracts with clearly defined conditions register entries from hundreds of stores across the country on the blockchain, receive and release payments once the conditions are met allowing it to save on human workforce without decreasing the output or its accuracy.&lt;/p&gt;

&lt;h3&gt;
  
  
  Less chance of human error
&lt;/h3&gt;

&lt;p&gt;Smart contracts are not only cost-efficient and transparent but also reliable. Unlike humans, these smart programs are not prone to multiple factors like sleep deprivation or mood swings, causing accidents and inaccuracies. They are also hard to cheat because of their pre-set conditions excluding a human factor. &lt;/p&gt;

&lt;h3&gt;
  
  
  Speed and accuracy
&lt;/h3&gt;

&lt;p&gt;Because a smart contract code executes in real-time within a few minutes (or even seconds, depending on the blockchain) and exactly as written in code, smart contracts are fast and safe payment alternatives. These features are used in DeFi applications where the slightest miscalculation or time delay may result in a loss rather than profit.&lt;/p&gt;

&lt;h3&gt;
  
  
  Secure storage of data
&lt;/h3&gt;

&lt;p&gt;The problem with the centralized applications and services is that there is always a risk for accidental mishandling, slow retrieval of data, or even its loss due to a system failure. Smart contracts are often used as a solution to store a safely encrypted data on the blockchain instead of a single server. This way the &lt;strong&gt;&lt;em&gt;data has three layers of protection&lt;/em&gt;&lt;/strong&gt;: code encryption, pre-set smart contract conditions, and a blockchain transparency.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cross-country use
&lt;/h3&gt;

&lt;p&gt;With all that said, smart contracts as web3 products are not particularly limited to a specific country, or owned by a central authority. They are specific blockchain programs that can be used by any company, state, or a person with Internet access. Similarly, most smart contract applications in DeFi and other industries are &lt;strong&gt;&lt;em&gt;used across the globe&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In the following paragraphs, we will look into a specific area where the application of smart contracts may well decrease the chances of fraud - online trade. In 2020, Americans alone has reported a &lt;a href="https://www.cnbc.com/2022/03/20/how-much-money-different-age-groups-lose-to-online-scammers.html" rel="noopener noreferrer"&gt;total loss of 70 million due to various online activities&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  Traditional Escrow vs Blockchain Escrow Services
&lt;/h2&gt;

&lt;p&gt;Online commerce is one for the fastest growing industries that attracts fraudsters from around the world. &lt;/p&gt;

&lt;p&gt;E-commerce giants like Amazon have at least a screening process for sellers, while online forums and P2P marketplaces - don't. This leaves us with &lt;strong&gt;two options&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to spend time and money to do our own research before making a deal with a stranger;       or&lt;/li&gt;
&lt;li&gt;to hire someone to safeguard money and rules - an escrow agent.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because we already know how to DYOR, let's focus on the second option and see whether a traditional or blockchain escrow service is better and why.&lt;/p&gt;

&lt;p&gt;To start, a &lt;strong&gt;&lt;em&gt;traditional escrow is centralized&lt;/em&gt;&lt;/strong&gt;, which means that all escrow operations are handled by a single party. This gives an escrow agent/company full control over the sales process and buyer's payment that is stored in a private bank account. &lt;/p&gt;

&lt;p&gt;With the increased number of cyberattacks targeting escrow accounts because of the large sums stored there, hackers may hack email accounts and impersonate escrow agents. Unsuspecting users may get hijacked sending payment to the wrong address following the email instructions.&lt;/p&gt;

&lt;p&gt;Another risk of centralization is the client's data that is stored on a single server that is owned by someone. The escrow database with &lt;strong&gt;&lt;em&gt;client's personal information&lt;/em&gt;&lt;/strong&gt; like billing details, emails, etc. may get targeted. In this case, that is not security of a single payment, but your whole account and financials may be at risk. &lt;/p&gt;

&lt;p&gt;Alternatively, a blockchain escrow service is decentralized. The information about a contract along with the payment is stored inside the blocks of the blockchain. Now, compare hacking a single computer code to a string of cryptographic data spread across multiple blocks of the blockchain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;High fee is another common frustration&lt;/em&gt;&lt;/strong&gt; with the traditional escrow. Most online escrow services have a standard minimum fee for their service. For example, escrow.com charges $10 minimum if the deal's worth is less than $150.&lt;/p&gt;

&lt;p&gt;According to forum reviews other existing escrow services, including self-employed escrow agents, may charge as much as $50 (or more) as a minimum fee. To top that all, fees vary depending on the payment method and usually does not include the bank fees which are paid separately by the client. &lt;/p&gt;

&lt;p&gt;Last but not least, because of the differences in payment systems and regional laws, traditional escrow services are not available to some countries and states. &lt;/p&gt;

&lt;p&gt;This limited availability of affordable escrow services often leaves online users vulnerable to fraudsters.  &lt;/p&gt;

&lt;h2&gt;
  
  
  How Zenland Solves Escrow Problems
&lt;/h2&gt;

&lt;p&gt;While there are obvious benefits of a blockchain escrow service, there are certain difficulties associated with it. &lt;/p&gt;

&lt;p&gt;The first thing to mention is that a smart contract is a programmed machine that follows pre-set instructions and unlike a regular machine, &lt;em&gt;once deployed on the blockchain cannot be changed&lt;/em&gt;. For this reason, the escrow instructions with multiple conditions must be initially written in code. &lt;/p&gt;

&lt;p&gt;Another point to consider is who, how, and when gets access to escrow contract and payment. It is important that both buyer and seller agree on the contract conditions beforehand. Otherwise, &lt;em&gt;a contract with no other participants with the access may never execute, and the payment will remain locked up on the blockchain&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Finally, given cryptocurrency market's volatility, the &lt;em&gt;agreed payment's actual value may increase or decrease based on the market price&lt;/em&gt;. As a result, a payment worth of $2000 of Bitcoin (BTC) locked in a contract in April, would have lost nearly 50% of its worth in June. Imagine having a long-term contract (with the freelancer, for example) at that time. &lt;/p&gt;

&lt;p&gt;With that in mind, we have built a simple blockchain escrow app - Zenland. It is the world's first blockchain escrow service with stablecoin integration that combines best qualities of blockchains and smart contracts. Because it's a web3 application, &lt;strong&gt;&lt;em&gt;an email address, billing details, or a password are not required&lt;/em&gt;&lt;/strong&gt; to use it. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fln5n1hj0dlun4uos71jq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fln5n1hj0dlun4uos71jq.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Because smart contracts have a steep learning curve and may seem complicated for regular escrow users, we have built a default contract form. It is managed through the interface by users on both sides taking &lt;a href="https://docs.zen.land/contract-actions/what-is-contract-action" rel="noopener noreferrer"&gt;contract actions&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Once the contract is deployed on the blockchain, this control interface serves as your private pipeline. On the one side it is connected to the smart contract and the blockchain, and on the other - to its two users (a buyer and a seller). Through that pipeline you send commands (contract actions) and payment to your contract, and confirm blockchain transactions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stablecoin integration&lt;/strong&gt; adds a blockchain escrow service a real-life value. Upon agreement with the seller, you can pay in USDT, USDC, DAI, and BUSD. The payment is kept on the blockchain inside a contract, and is released to seller's wallet address as the product/service delivery is confirmed.  &lt;/p&gt;

&lt;p&gt;The contract log messages, or for simpler understanding a contract history, are integrated with the specific contract chat, and can be seen only by the two users. We've added this feature to keep the transparency between a buyer and a seller about their deal. &lt;/p&gt;

&lt;p&gt;Also, at any point while the contract is not executed, parties can &lt;br&gt;
send private messages about the contract through this built-in chat.&lt;/p&gt;

&lt;p&gt;If both sides argue and a specific case goes unsettled, they can request a neutral third party to be assigned for its resolution. This is the only circumstance when a third party may get access to a contract and decide whether the seller must be paid, or buyer gets it back. &lt;/p&gt;

&lt;h2&gt;
  
  
  In Summary
&lt;/h2&gt;

&lt;p&gt;Smart contracts hold the future for all web3 projects. Given their inherent transparency and traceability, escrow smart contracts may help prevent P2P fraud.&lt;/p&gt;

&lt;p&gt;That said, what do you think?&lt;br&gt;
Do you see smart contract's potential to replace traditional escrow? &lt;/p&gt;

</description>
      <category>web3</category>
      <category>blockchain</category>
      <category>smartcontract</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
