valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

ex-exchange.md (2415B)


      1 # Transfer and Exchange Examples
      2 
      3 1. [Exchange Agreements](#exchange-agreements)
      4 1. [Crypto-currency transfer](#crypto-currency-transfer)
      5 1. [Crypto-currency move](#moving-crypto-currency)
      6 1. [Checkout library book](#checkout-book)
      7 1. [Claim](#claim)
      8 1. [Plan from recipe with production and exchange](#plan-from-recipe-with-production-and-exchange)
      9 
     10 
     11 #### Exchange agreement
     12 
     13 An exchange agreement with commitments.
     14 
     15 ![agreement diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/exch-commit.png)
     16 
     17 [import, lang:"yaml"](../../examples/exch-agreement.yaml)
     18 
     19 #### Retail exchange
     20 
     21 An exchange without prior commitments.  Note we are still using the Agreement to tie together the reciprocal events, even there were no commitments ahead of time.
     22 
     23 ![retail diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/exch-pos.png)
     24 
     25 [import, lang:"yaml"](../../examples/exch-retail.yaml)
     26 
     27 #### Crypto-currency transfer
     28 
     29 A simple transfer of a currency from one agent to another.
     30 
     31 ![crypto transfer diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/xfer-crypto.png)
     32 
     33 [import, lang:"yaml"](../../examples/transfer-crypto.yaml)
     34 
     35 #### Moving crypto-currency
     36 
     37 A simple move of a currency from one account to another by one agent.
     38 
     39 ![crypto move diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/move-crypto.png)
     40 
     41 [import, lang:"yaml"](../../examples/move-crypto.yaml)
     42 
     43 #### Checkout book
     44 
     45 Checking out and checking back in a library book (a loan).
     46 
     47 ![checkout diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/book.png)
     48 
     49 [import, lang:"yaml"](../../examples/checkout-book.yaml)
     50 
     51 #### Claim
     52 
     53 Logged work triggers a claim for future income distribution for that work.
     54 
     55 ![claim diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/claim.png)
     56 
     57 [import, lang:"yaml"](../../examples/claim.yaml)
     58 
     59 
     60 #### Plan from recipe with production and exchange
     61 
     62 This shows a simple recipe that includes both a process and the exchange of work that is input to the process for currency.
     63 
     64 ![process-exchange diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/process-exchange.png)
     65 
     66 [import, lang:"yaml"](../../examples/recipe-with-exchange.yaml)