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's the maximum stake for a validator and what happens if it's exceeded?

I'm interested in becoming a validator but there's a question. I see that some validator pools are marked as "not profitable" because they already have more than 900K Toncoins as their stakes. Does that mean that 900K is the greatest allowed sum? What would happen if a validator exceed that sum and had a bigger stake?


This question was imported from Telegram Chat: https://t.me/tondev/139153

  
  
Posted 8 months ago
Votes Newest

Answers


TON strives to be a decentralized system, as most blockchains do. That means that instead of relying on some "single superpower" it's better to have an "array of equal powers". And that means it wouldn't be good for the system if there emerged some "dominating super-validator" with an insane sum as its stake. It's better to have many separate validators with smaller sums.

That's why the system is tuned in such a way it encourages people to create more validators instead of putting all their money in a single one. It achieves that by curbing profits of validators after some limit (now it's about 900K but could possible change in the future).

When a validator has a stake between 300K and 900K, adding more Toncoins to the stake leads to more profits, so there is a motivation to do that. But after the ceiling level is reached, adding more money stops generating more profit. So there's not much sense to add money to a validator that has reached that limit. If someone has Toncoins and wants to stake them, it's much better to choose another validator that has not reached 900K yet so the investment will bring profits.

So there is no direct ban on adding "too much" Toncoins to a validator, they are not going to disappear or something like that. There's just not much sense to do that when there are more profitable options.

1
1
Posted 8 months ago
11K Views
1 Answer
8 months ago
8 months ago
Tags