1

Can MAM publish messages of 1i that aren't deleted by snapshots?

Matt
  • 399
  • 2
  • 7

2 Answers2

3

There is no value transfer within MAM.

It's a messaging api

https://github.com/iotaledger/MAM

instantlink
  • 528
  • 2
  • 10
2
  1. MAM does not support value transfer
  2. All transactions (also the ones that send 1i) are deleted by a snapshot (on non-permanodes), only the final balances remain.

Therefore if you need transactions to survive across snapshots, you'd better find (or run) a permanode. (The only permanode I know of is run by the admin of thetangle.org for his tangle explorer. But I think there is interest for more.)

mihi
  • 7,324
  • 2
  • 15
  • 34