*************************************************************************** *** DEMONSTRATION HOW ADDRESSES ARE NOT GETTING COMPROMISED *** *************************************************************************** A. Initial situation: Alice wallet address 0: 500 B. Bob and Eve both wants to pay Alice 2500 IOTA. C. Alice creates 2 addresses and both addresses are attached to the Tangle. Alice gives address 1 to Bob and address 2 to Eve. Alice wallet address 0: 500 address 1: 0 address 2: 0 Note: Address 1 and address 2 are attached to the Tangle. D. Alice sends 100 IOTA to Charlie Alice wallet address 0: 0 address 1: 0 address 2: 0 address 3: 400 Note: - Because address 3 was not attached, it is used for the unspent 400 IOTA. E. Alice sends 100 IOTA to Dave Alice wallet address 0: 0 address 1: 0 address 2: 0 address 3: 0 address 4: 300 Note: - Because address 4 was not attached, it is used for the unspent 300 IOTA. F. Bob sends 2500 IOTA to Alice using address 1 Alice wallet address 0: 0 address 1: 2500 address 2: 0 address 3: 0 address 4: 300 G. Alice sends 100 IOTA to Karl Alice wallet address 0: 0 address 1: 0 address 2: 0 address 3: 0 address 4: 300 address 5: 2400 Note: - Because address 5 was not attached, it is used for the unspent 2400 IOTA. H. Eve sends 2500 IOTA to Alice using address 2, while Alice goes on holiday. Alice wallet address 0: 0 address 1: 0 address 2: 2500 address 3: 0 address 4: 300 address 5: 2400 Note: In this example none of the addresses are used twice for outgoing transactions.