Diagram


Flow explained:

  1. Contributor creates order in the wallet.
  2. Contributor submits KYC and is verified.
  3. Disposable Invoice address is created and displayed in the wallet front-end and sent via email.
  4. The Contributor sends ETH from his ETH wallet to Invoice Address. He sets the Gas Price and pays the transaction fees.
  5. Transaction is mined.
  6. Sweeper monitors all invoice addresses and when the transaction is mined, it transfers ETH from invoice address to the Client's address, set in Admin Dashboard of the web wallet.
  7. Transaction is mined (transaction fees are paid by a Client, the Gas price is hardcoded in sweeper).
  8. Notifier monitors the Client address and when the transaction is mined, sends a signal to transfer tokens to the Contributor's address.
  9. Transaction is mined (transaction fees are paid by a Client, the Gas price set in wallet's admin dashboard).
  10. Tokens are delivered to the Contributors's address. The Contributor is notified via e-mail.