T

The Federal Protocol

A decentralized protocol for creating and signing digital contracts with escrow accounts where you can choose your own judges.

12

The problem The Federal Protocol solves

In Web2 space, there's a popular Escrow service called Escrow.com (where I sold my last company). There are contract signing websites on Web2 like Docusign (and in Web3 there is Ethsign). However, we haven't yet found a decentralized protocol yet, where you can sign your contracts, which will automatically generate an escrow account with a judge of choice of both signing parties who will interpret the rules in the contract in case a dispute arises. Web2 services are costly and charge high fees.

This protocol aims to solve that.
Protocol: https://excalidraw.com/#json=NinssXeTLeBtEBy89DbWd,Xplkc3Wt8E28wi5p8qbyrw

With the Federal Protocol, you can create a contract, and then get the other address to sign it, and in the contract itself, you can put the judge contract's address. When both parties sign the contract, it shall create an escrow wallet with all the parties involved.

The judge address can either be controlled by a human or could be a contract. If it is a human, the judge will have full control over the escrow funds. To limit judge's powers (of calling judgeRule() function on the escrow wallet), it is advised contracts are made judges instead to act as a layer between escrow wallet and human judges. The judges can be a DAO, the panel of Humans, an AI, or literally anything. Judges can also be totally anonymous. Judges may also earn if they set a commission for themselves.

In this protocol, any judges can join and advertise themselves as the good judges in their own fields, and can build their own reputation so the contract signers choose them! Kinda like how Delaware Court of Chancory is best known for solving cases for Equity based Startups.

Challenges I ran into

The only challenge was time. We all reached Seoul very late due to visa issues, so the project building started late. So we had to reduce the MVP by a lot of features.

Originally, it was supposed to have all the features in this diagram: https://excalidraw.com/#json=NinssXeTLeBtEBy89DbWd,Xplkc3Wt8E28wi5p8qbyrw

In the end, we only built the EscrowFactory and Escrow contract. But no worries, we'll be continuing this hackathon project and will be turning it into a full-blow company nevertheless, our team is really awesome, we were strangers who met in Seoul and we built this in 3 days or something.

Discussion