Skip to content

Commit d1b2d7a

Browse files
authored
docs(vigilantes): remove speculative incentive descriptions (#437)
1 parent d55298d commit d1b2d7a

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

docs/guides/overview/babylon_genesis/architecture/vigilantes/submitter.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ To avoid abuse of `OP_RETURN`, the data size carried in `OP_RETURN` is limited t
3737
A raw checkpoint consists of `epoch_num` (8 bytes), `last_commit_hash` (32 bytes), `bitmap` (13 bytes), and `bls_multi_sig` (48 bytes), which is 101 bytes.
3838
Besides a raw checkpoint, the checkpoint data includes
3939
a Babylon identifier (4 bytes) and the submitter's Babylon address (20 bytes).
40-
While this address is not used for any purposes at the moment, it could be used
41-
in future upgrades to potentially reward vigilante submitters for the
42-
submission.
4340

4441
Therefore, we need at least two BTC transactions to carry a raw checkpoint.
4542
The structure of the two `OP_RETURN` entries is shown as the following:
@@ -51,7 +48,7 @@ message CheckpointFirst {
5148
uint64 epoch_num // 4 Bytes, big endian
5249
bytes last_commit_hash // 32 Bytes
5350
bytes bitmap // 13 Bytes
54-
bytes bbn_addr // 20 bytes (for reward)
51+
bytes bbn_addr // 20 bytes (submitter identifier)
5552
}
5653
5754
// 62 Bytes in total

docs/operators/vigilantes/vigilantes.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ and synchronized in timely manner.
2929
- A synced Babylon full node
3030
- A system that satisfies minimum requirements
3131

32-
## Economic Incentives
33-
While Vigilantes are crucial to the network's operation, the current Babylon protocol
34-
is still developing its comprehensive incentive mechanism. Early participants contribute
35-
to the network's robustness and may be positioned advantageously for future reward structures.
36-
3732
## Operational Considerations
3833

3934
To reliably run a Vigilante program, the following considerations are important:

0 commit comments

Comments
 (0)