Skip to content

Commit

Permalink
updated incentive mechanism section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 20, 2024
1 parent 30b172a commit 6507b3b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,14 @@ make validator
```
## About the Rewards Mechanism
Optional but recommended.
## Incentive Mechanism
Incentive mechanism whitepaper coming soon.
Briefly, miners are rewarded based on two factors:
1. A point estimate for the price of BTC in USD one hour from prediction time
2. An interval estimate (the minimum and maximum price of BTC over the next hour based on a 1s frequency)
For more information, feel free to investigate [reward.py](https://github.com/coinmetrics/precog/blob/master/precog/validators/reward.py) or [base_miner.py](https://github.com/coinmetrics/precog/blob/master/precog/miners/base_miner.py)
Expand Down

0 comments on commit 6507b3b

Please sign in to comment.