2

If protocols built with Polybase base their own rewards on DB data, could a bad DB indexer not abuse its storage power?

I just wanted to understand more on the Polybase incentive structure and how you guys make sure that there is no bad actor in the network? If there is a bad guy, how do you deal with it?

TylerH
  • 20,799
  • 66
  • 75
  • 101
Srini
  • 31
  • 1

1 Answers1

2

Using zk-snarks means that most clients on the network can easily validate an action end-to-end and refuse to accept an invalid one. Therefore, you would get slashed, and still not achieve your objective.

The root hash/proof on the blockchain is the most important, as it validates all other proofs, and that inherits its security from the L1 (e.g. Near or Ethereum).

The slashing is mostly used to prevent people from spamming the network with false claims.

Source: Polybase whitepaper (in the "Economics" section). Note: I'm a founder of Polybase.

sgg
  • 179
  • 8