Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
What is the cost to store data in the TVM TON Blockchain at this moment? And what is the difference if we using TON Storage rather than Cell?

Can you provide information on the cost of storing data in the TVM TON Blockchain at the current moment? Specifically, how much does it cost to store data using TON Storage, and how does this compare to storing data using Cell?

Additionally, could you provide more context on how storage works in the TON ecosystem? I noticed that paying for chain storage is not a one-time fee, but rather a continuous rent payment. Could you elaborate on this process and how it affects smart contracts?

This question was imported from Telegram Chat: https://t.me/tondev_eng/24244

Votes Newest

Answers


Generally speaking, TON Storage is offline and its cost depends on the provider. On the other hand, for TON Cell, you should check the TON Storage fee.

It's important to note that TON Storage only ensures that storage providers don't receive payment if they don't store the file, but it doesn't guarantee that files are actually stored. TON Storage is more about availability than actual storage.

As for the cost of storing data on TON, saving 1 MB of data for one year will cost approximately 6.01 TON. However, it's worth noting that you typically don't need to store large amounts of data on-chain.

If you require decentralized storage, you can consider TON Storage. You can find more information about TON Storage here: https://ton.org/docs/participate/ton-storage/storage-daemon.

1
1
Posted one year ago
Edited one year ago