# Self Destructing Private Messages

MoltenChain has included a private messaging module. Allowing private messages to be sent between users of the MoltenChain network via VolcanicWallet.

**With the private messages module, smart contracts can be deployed to make these private messages self destruct.**

1. Message will self destruct if not opened within a specified amount of time.
    
2. Message will self destruct after message has been opened.
    
3. Message will self destruct after a payment is received.
    
4. Message will self destruct after a payment is sent.
    

*We are writing a section into the Volcanic Wallet UI. The smart contracts are written and currently being tested in a private testnet setting.*

To check out the smart contracts please go to our [Github](https://github.com/Redeaux-Games/MoltenChain).
