A Smart Notary Protocol to ease client onbording to Filecoin network and incentivize notaries to earn rewards making due diligence on clients
The goal of the Smart-Notary is to make the "clients" (organizations who want to store data on Filecoin network) onboarding smoother, prevent fraudulent behaviors from notaries and incentive them to participate and do the due diligence work needed ot onboard the clients. To do so, Filecoin has a token called DataCap who is issued by Filecoin and used by clients to make deals.
- Notaries presents a new client staking some FIL as a warrantee for clients behavior in Filecoin network.
- When at least 2 notaries "ensure" the client staking FIL, Smart Notary Actor take care of the creation of the "Smart Client Actor" and grant it an initial amount of Datacap tokens.
- When the Smart Client is running out of datacap, it can send a "refill request" to the Smart Notary Actor.
- When the Smart-Notary receives a top-up request, if the conditions are met* it grant the next round of DataCap.
- Notaries who staked FIL to ensure the client receive fee everytime a new allocation happens.
*:see next paragraph
The conditions are defined through a module which is linked to the SMart-Notary contract. Those conditions represent the rules defined by the community to allow new datacap allocations
Smart Notary Actor: a smart contract who is in charge of accepting new notaries in the protocol, allows these to present and support clients on filecoin network and grant datacap
Smart Client Actor: A smart contract who allow the owner to make deals in filecoin network using DataCap tokens granted by the Smart Notary Acotr. It holds information about the smart client owner, the DataCap balance and the notaries supporting it.
Rule Module: A smart contract which allows the Smart Notary Actor to check if a Smart Client Actor is following the community rules.
Rules: Smart contracts defined by the rules following the same interafe. Those are checked by the Rule Module.