Use Cases

Verifiable automation of digital signing or decentralized workflows

XDV Worker main use case is managing a state machine of states, and each of this states be verifiable according a set of rules or conditions.

Say for example you need to automate real state workflows between Registro Publico de Panama, notaries, real state clerks and banks. In this scenario of 4 actors, where an actor might have incentive for not doing work on time, or might be a malicious actor, and because the paper or digital errand might be valuable, a certain degree of traceability is required.

Basic Implementation

  1. Define actors

  2. Define states

  3. Define conditions required for each state to be completed

  4. Iterate until final state sets workflow to completion

  5. Release any escrow payments or documents if required

Tips

  1. Use XDV Worker together with XDV Documents

    a. Most of the time you'll need document signing automation with simple or qualified signatures

  2. Keep number of actors low

  3. Integrate XDV Worker to KYC (Know your customer), KYB (Know your business) or KYT (Know your transaction).

  4. Use Decentralized Identity DID for better traceability

  5. Prefer low gas EVM chains like xDAI, Vechain or Binance Smart Chain

Last updated